資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Net;
using?System.Net.Sockets;
using?System.Text;
using?System.Threading;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.IO;
namespace?客戶端
{
????public?partial?class?Client?:?Form
????{
????????public?Client()
????????{
????????????InitializeComponent();
????????}
????????Socket?socketSend;
????????Thread?th;
????????bool?IsAuto?=?false;
????????string?head?=?“500000FF03FF00“;
????????string?length?=?““;
????????string?time?=?“0010“;
????????string?function_code?=?““;
????????string?different_code?=?““;
????????string?data?=?““;
????????string?start?=?““;
????????string?count?=?““;
???
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2016-12-06?21:30??MC協議\ASCII?3E?以太網\Backup\客戶端\App.config
?????文件??????11398??2016-12-23?17:32??MC協議\ASCII?3E?以太網\Backup\客戶端\Client.cs
?????文件??????15140??2016-12-20?16:04??MC協議\ASCII?3E?以太網\Backup\客戶端\Client.Designer.cs
?????文件???????6206??2016-12-20?16:04??MC協議\ASCII?3E?以太網\Backup\客戶端\Client.resx
?????文件????????522??2016-12-06?23:31??MC協議\ASCII?3E?以太網\Backup\客戶端\Program.cs
?????文件???????1356??2016-12-06?21:30??MC協議\ASCII?3E?以太網\Backup\客戶端\Properties\AssemblyInfo.cs
?????文件???????2870??2016-12-06?21:30??MC協議\ASCII?3E?以太網\Backup\客戶端\Properties\Resources.Designer.cs
?????文件???????5612??2016-12-06?21:30??MC協議\ASCII?3E?以太網\Backup\客戶端\Properties\Resources.resx
?????文件???????1096??2016-12-06?21:30??MC協議\ASCII?3E?以太網\Backup\客戶端\Properties\Settings.Designer.cs
?????文件????????249??2016-12-06?21:30??MC協議\ASCII?3E?以太網\Backup\客戶端\Properties\Settings.settings
?????文件???????3802??2016-12-06?23:32??MC協議\ASCII?3E?以太網\Backup\客戶端\客戶端.csproj
?????文件????????917??2017-10-19?11:45??MC協議\ASCII?3E?以太網\Backup\客戶端.sln
?????文件???????3394??2017-10-19?11:46??MC協議\ASCII?3E?以太網\UpgradeLog.xm
?????文件???????3348??2017-10-19?11:46??MC協議\ASCII?3E?以太網\_UpgradeReport_Files\UpgradeReport.css
?????文件??????12505??2010-05-04?01:19??MC協議\ASCII?3E?以太網\_UpgradeReport_Files\UpgradeReport.xslt
?????文件?????????69??2017-10-19?11:46??MC協議\ASCII?3E?以太網\_UpgradeReport_Files\UpgradeReport_Minus.gif
?????文件?????????71??2017-10-19?11:46??MC協議\ASCII?3E?以太網\_UpgradeReport_Files\UpgradeReport_Plus.gif
?????文件????????167??2017-10-19?11:47??MC協議\ASCII?3E?以太網\客戶端\App.config
?????文件??????18432??2017-10-19?13:57??MC協議\ASCII?3E?以太網\客戶端\bin\Debug\客戶端.exe
?????文件????????167??2017-10-19?11:47??MC協議\ASCII?3E?以太網\客戶端\bin\Debug\客戶端.exe.config
?????文件??????42496??2017-10-19?13:57??MC協議\ASCII?3E?以太網\客戶端\bin\Debug\客戶端.pdb
?????文件??????11592??2017-10-24?16:25??MC協議\ASCII?3E?以太網\客戶端\bin\Debug\客戶端.vshost.exe
?????文件????????167??2017-10-19?11:47??MC協議\ASCII?3E?以太網\客戶端\bin\Debug\客戶端.vshost.exe.config
?????文件????????490??2010-03-17?22:39??MC協議\ASCII?3E?以太網\客戶端\bin\Debug\客戶端.vshost.exe.manifest
?????文件??????11410??2017-10-19?13:56??MC協議\ASCII?3E?以太網\客戶端\Client.cs
?????文件??????15140??2016-12-20?16:04??MC協議\ASCII?3E?以太網\客戶端\Client.Designer.cs
?????文件???????6206??2016-12-20?16:04??MC協議\ASCII?3E?以太網\客戶端\Client.resx
?????文件???????2315??2017-10-19?14:08??MC協議\ASCII?3E?以太網\客戶端\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6244??2017-10-24?16:25??MC協議\ASCII?3E?以太網\客戶端\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????250??2017-10-19?11:47??MC協議\ASCII?3E?以太網\客戶端\obj\Debug\GenerateResource.read.1.tlog
............此處省略39個文件信息
評論
共有 條評論