资源简介
这是一个结合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\MyDataba
文件 3145728 2018-12-13 11:29 ProductSever\MyDataba
..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个文件信息
- 上一篇:speech声控+语音播报
- 下一篇:C# 语音播报(SpeechVoice)
相关资源
- Hosts文件管理工具
- C# 读取并编辑window系统的右键菜单
- 仿XP系统的任务栏菜单
- 教室/会议室预定系统源码
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- Socke传输 (wince6.0系统)
- 重写String系统方法(扩展)
- 网格系统源码
- c# 通过int长度判断当前系统是64位还是
- C# 获取系统所有服务信息
- 获取系统盘符(驱动器)
- 获取系统计数器信息
- 获取系统语言、货币符号、国家信息
- 获取系统已经安装的字体
- 获取系统安装日期和启动时间
- C# 隐藏系统驱动器(盘符)
- C# 如何禁止关闭操作系统源码
- C# 禁止系统菜单按钮
- web api 文件管理器(附文件上传以及
- 简单模拟模拟任务管理器
- asp.net SEO价格查询系统源码
- 内部邮件收发系统(不支持smtp)
- C# 屏蔽系统的ctrl+c/x/v组合键
- C# 系统升级器
- 模拟银行充值系统案例
- FastDFS分布式文件系统
- winform程序默认以管理员身份运行 (
- 仿Windows XP系统的任务栏菜单
评论
共有 条评论