• 大小: 2.15M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 系统  管理  管理系统  

资源简介

这是一个结合SQL Server数据库和TCP通讯的生产管理系统,ip地址和端口号可以根据本地ip设置

资源截图

代码片段和文件信息

using DataTabParam;
using ProductDAL;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace ClientInputData
{
    public partial class AdminFrm : Form
    {

        #region 变量

        private static Socket socketSend = null;//传输对象
        private static readonly string conIp = ConfigurationManager.ConnectionStrings[“ConIp“].ConnectionString;  //IP
        private static readonly string conPort = ConfigurationManager.ConnectionStrings[“ConPort“].ConnectionString;  //端口
        private static TheUserInfo userInfo = null;

  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1048576  2018-12-13 11:29  ProductSever\MyDatabaseNew_data.ldf

     文件    3145728  2018-12-13 11:29  ProductSever\MyDatabaseNew_data.mdf

    ..A..H.    204800  2018-12-07 13:55  ProductSever\ProductSever\.vs\ProductSever\v14\.suo

     文件       4097  2018-10-12 16:50  ProductSever\ProductSever\ClientInputData\AdminFrm.cs

     文件       8642  2018-10-12 16:50  ProductSever\ProductSever\ClientInputData\AdminFrm.Designer.cs

     文件       5817  2018-10-12 16:50  ProductSever\ProductSever\ClientInputData\AdminFrm.resx

     文件        347  2018-10-11 17:21  ProductSever\ProductSever\ClientInputData\App.config

     文件      89600  2018-10-12 17:18  ProductSever\ProductSever\ClientInputData\bin\Debug\ClientInputData.exe

     文件        347  2018-10-11 17:21  ProductSever\ProductSever\ClientInputData\bin\Debug\ClientInputData.exe.config

     文件      83456  2018-10-12 17:18  ProductSever\ProductSever\ClientInputData\bin\Debug\ClientInputData.pdb

     文件      22696  2018-12-07 13:51  ProductSever\ProductSever\ClientInputData\bin\Debug\ClientInputData.vshost.exe

     文件        347  2018-10-11 17:21  ProductSever\ProductSever\ClientInputData\bin\Debug\ClientInputData.vshost.exe.config

     文件        490  2013-03-18 17:00  ProductSever\ProductSever\ClientInputData\bin\Debug\ClientInputData.vshost.exe.manifest

     文件      20480  2018-10-12 16:39  ProductSever\ProductSever\ClientInputData\bin\Debug\DataTabParam.dll

     文件      38400  2018-10-12 16:39  ProductSever\ProductSever\ClientInputData\bin\Debug\DataTabParam.pdb

     文件     483840  2016-06-13 23:06  ProductSever\ProductSever\ClientInputData\bin\Debug\Newtonsoft.Json.dll

     文件      28672  2018-10-12 16:40  ProductSever\ProductSever\ClientInputData\bin\Debug\ProductDAL.dll

     文件      52736  2018-10-12 16:40  ProductSever\ProductSever\ClientInputData\bin\Debug\ProductDAL.pdb

     文件      85504  2018-10-11 18:25  ProductSever\ProductSever\ClientInputData\bin\Release\ClientInputData.exe

     文件        347  2018-10-11 17:21  ProductSever\ProductSever\ClientInputData\bin\Release\ClientInputData.exe.config

     文件      75264  2018-10-11 18:25  ProductSever\ProductSever\ClientInputData\bin\Release\ClientInputData.pdb

     文件      22696  2018-10-11 19:04  ProductSever\ProductSever\ClientInputData\bin\Release\ClientInputData.vshost.exe

     文件        347  2018-10-11 17:21  ProductSever\ProductSever\ClientInputData\bin\Release\ClientInputData.vshost.exe.config

     文件        490  2013-03-18 17:00  ProductSever\ProductSever\ClientInputData\bin\Release\ClientInputData.vshost.exe.manifest

     文件      19456  2018-10-11 17:34  ProductSever\ProductSever\ClientInputData\bin\Release\DataTabParam.dll

     文件      34304  2018-10-11 17:34  ProductSever\ProductSever\ClientInputData\bin\Release\DataTabParam.pdb

     文件     483840  2016-06-13 23:06  ProductSever\ProductSever\ClientInputData\bin\Release\Newtonsoft.Json.dll

     文件      26112  2018-10-11 18:25  ProductSever\ProductSever\ClientInputData\bin\Release\ProductDAL.dll

     文件      46592  2018-10-11 18:25  ProductSever\ProductSever\ClientInputData\bin\Release\ProductDAL.pdb

     文件       6100  2018-10-11 16:56  ProductSever\ProductSever\ClientInputData\ClientInputData.csproj

............此处省略269个文件信息

评论

共有 条评论