資源簡介
發送、群發消息,發送文件,保存到文件,16進制顯示
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?TCP初嘗試
{
????public?class?WinForm?:?Form1
????{
????????MyThreadHost?thdHost;
????????public?WinForm()
????????{
????????????//InitializeComponent();
????????????thdHost?=?new?MyThreadHost();
????????????thdHost.OnTextChanged?+=?(str)?=>
????????????{
??????//??????????this.Invoke(new?Action(()?=>?textBox1.Text?=?str));
????????????};
????????}
????}
????public?class?MyThreadHost
????{
????????public?event?Action?OnTextChanged;
????????public?MyThreadHost()
????????{
????????????(new?System.Threading.Thread(()?=>
????????????{
????????????????System.Threading.Thread.Sleep(1000);
????????????????if?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-02-07?15:11??TCP初嘗試\
?????目錄???????????0??2017-02-07?15:11??TCP初嘗試\.vs\
?????目錄???????????0??2017-02-07?15:11??TCP初嘗試\.vs\TCP初嘗試\
?????目錄???????????0??2017-02-07?15:11??TCP初嘗試\.vs\TCP初嘗試\v14\
?????文件???????86528??2017-02-22?22:02??TCP初嘗試\.vs\TCP初嘗試\v14\.suo
?????目錄???????????0??2017-02-23?10:18??TCP初嘗試\TCP初嘗試\
?????文件?????????189??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\App.config
?????文件?????????930??2017-02-08?15:22??TCP初嘗試\TCP初嘗試\Class1.cs
?????文件???????22462??2017-02-21?15:19??TCP初嘗試\TCP初嘗試\Form1.Designer.cs
?????文件???????19833??2017-02-23?10:18??TCP初嘗試\TCP初嘗試\Form1.cs
?????文件??????108175??2017-02-21?15:19??TCP初嘗試\TCP初嘗試\Form1.resx
?????文件?????????576??2017-02-20?17:16??TCP初嘗試\TCP初嘗試\Program.cs
?????目錄???????????0??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\Properties\
?????文件????????1350??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\Properties\AssemblyInfo.cs
?????文件????????2837??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\Properties\Resources.Designer.cs
?????文件????????5612??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\Properties\Resources.resx
?????文件????????1099??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\Properties\Settings.Designer.cs
?????文件?????????249??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\Properties\Settings.settings
?????文件???????67646??2017-02-21?15:00??TCP初嘗試\TCP初嘗試\SKYHYKO.ICO
?????文件????????4551??2017-02-21?15:00??TCP初嘗試\TCP初嘗試\TCP初嘗試.csproj
?????文件????????2270??2017-02-08?16:17??TCP初嘗試\TCP初嘗試\ThreadClientProc.cs
?????目錄???????????0??2017-02-07?15:41??TCP初嘗試\TCP初嘗試\bin\
?????目錄???????????0??2017-02-21?19:43??TCP初嘗試\TCP初嘗試\bin\Debug\
?????文件??????164864??2017-02-23?10:18??TCP初嘗試\TCP初嘗試\bin\Debug\TCP初嘗試.exe
?????文件?????????189??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\bin\Debug\TCP初嘗試.exe.config
?????文件???????50688??2017-02-23?10:18??TCP初嘗試\TCP初嘗試\bin\Debug\TCP初嘗試.pdb
?????文件???????22696??2017-02-23?10:18??TCP初嘗試\TCP初嘗試\bin\Debug\TCP初嘗試.vshost.exe
?????文件?????????189??2017-02-07?15:11??TCP初嘗試\TCP初嘗試\bin\Debug\TCP初嘗試.vshost.exe.config
?????文件?????????490??2010-03-17?22:39??TCP初嘗試\TCP初嘗試\bin\Debug\TCP初嘗試.vshost.exe.manifest
?????目錄???????????0??2017-02-21?14:57??TCP初嘗試\TCP初嘗試\bin\Release\
?????文件??????163328??2017-02-23?10:18??TCP初嘗試\TCP初嘗試\bin\Release\TCP初嘗試.exe
............此處省略40個文件信息
- 上一篇:HttpWatch Http抓包 C#源碼
- 下一篇:知乎圖片爬取
評論
共有 條評論