資源簡介
代碼片段和文件信息
/***************************
?*????Socket?ip??客戶端??*
?*????濟南有人物聯網技術有限公司
?*????感謝:山東省農業機械研究院提供
?*?***********************/
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Net.Sockets;
using?System.Threading;
using?System.Net;
namespace?SocketClient
{
????public?partial?class?Form1?:?Form
????{
????????///?
????????///以本機作測試?
????????///?
????????private?IPAddress?serverIP?=?IPAddress.Parse(“127.0.0.1“);
????????///?
????????///完整終端地址?
????????///?
????????private?IPEndPoint?serverFullAddr;
????????///?
????????///?連接套接字
????????///?
????????private?Socket
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????69120??2018-10-19?09:43??C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\.suo
?????文件??????????0??2018-09-29?18:42??C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\db.lock
?????文件???????4096??2018-09-29?18:42??C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\storage.ide
?????文件??????32768??2018-10-19?09:42??C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\storage.ide-shm
?????文件????2504992??2018-10-19?09:43??C_sharp_Socket\C_sharp_TCP\.vs\Socket\v15\Server\sqlite3\storage.ide-wal
?????文件???????1419??2014-11-04?10:08??C_sharp_Socket\C_sharp_TCP\Socket.sln
????..A..H.?????36864??2014-11-05?17:14??C_sharp_Socket\C_sharp_TCP\Socket.suo
?????文件????????144??2014-11-05?17:05??C_sharp_Socket\C_sharp_TCP\SocketClient\app.config
?????文件??????12800??2018-10-19?09:23??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Debug\SocketClient.exe
?????文件????????144??2014-11-05?17:05??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Debug\SocketClient.exe.config
?????文件??????24064??2018-10-19?09:23??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Debug\SocketClient.pdb
?????文件??????12288??2018-09-29?18:42??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.exe
?????文件????????144??2014-11-05?17:05??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.exe.config
?????文件??????22016??2018-09-29?18:42??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.pdb
?????文件??????11592??2014-11-05?17:14??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.vshost.exe
?????文件????????144??2014-11-05?17:05??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.vshost.exe.config
?????文件????????490??2010-03-17?22:39??C_sharp_Socket\C_sharp_TCP\SocketClient\bin\Release\SocketClient.vshost.exe.manifest
?????文件???????4207??2018-10-19?09:21??C_sharp_Socket\C_sharp_TCP\SocketClient\Form1.cs
?????文件??????11259??2014-11-05?17:11??C_sharp_Socket\C_sharp_TCP\SocketClient\Form1.Designer.cs
?????文件???????6014??2014-11-05?17:11??C_sharp_Socket\C_sharp_TCP\SocketClient\Form1.resx
?????文件???????1229??2014-10-07?17:51??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6996??2018-10-19?09:25??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????600??2014-11-05?17:14??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource-ResGen.read.1.tlog
?????文件???????1090??2014-11-05?17:14??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource-ResGen.write.1.tlog
?????文件??????????2??2014-11-05?17:14??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource.read.1.tlog
?????文件??????????2??2014-11-05?17:14??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\GenerateResource.write.1.tlog
?????文件?????????42??2018-09-29?18:43??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csproj.CoreCompileInputs.cache
?????文件???????5434??2018-10-19?09:20??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csproj.FileListAbsolute.txt
?????文件???????1012??2018-10-19?09:19??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csproj.GenerateResource.cache
?????文件???????9817??2018-10-19?09:09??C_sharp_Socket\C_sharp_TCP\SocketClient\obj\Debug\SocketClient.csprojAssemblyReference.cache
............此處省略175個文件信息
- 上一篇:RFID 標簽讀寫
- 下一篇:wpf播放音樂文件(SoundPla
yer )
評論
共有 條評論