91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

這是一個結合SQL Server數(shù)據(jù)庫和TCP通訊的生產(chǎn)管理系統(tǒng),ip地址和端口號可以根據(jù)本地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個文件信息

評論

共有 條評論