嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Socket通信
.
├── 1
│ ├── socket.sln
│ ├── 客户端
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── MQ_SocketClientHelper.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 客户端.exe
│ │ │ ├── 客户端.exe.config
│ │ │ ├── 客户端.pdb
│ │ │ ├── 客户端.vshost.exe
│ │ │ ├── 客户端.vshost.exe.config
│ │ │ └── 客户端.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── GenerateResource.write.1143.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 客户端.Form1.resources
│ │ │ ├── 客户端.Properties.Resources.resources
│ │ │ ├── 客户端.csproj.AssemblyReference.cache
│ │ │ ├── 客户端.csproj.CoreCompileInputs.cache
│ │ │ ├── 客户端.csproj.FileListAbsolute.txt
│ │ │ ├── 客户端.csproj.GenerateResource.cache
│ │ │ ├── 客户端.csprojAssemblyReference.cache
│ │ │ ├── 客户端.csprojResolveAssemblyReference.cache
│ │ │ ├── 客户端.exe
│ │ │ └── 客户端.pdb
│ │ └── 客户端.csproj
│ └── 服务端
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── MQ_SocketServerHelper.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 服务端.exe
│ │ │ ├── 服务端.pdb
│ │ │ ├── 服务端.vshost.exe
│ │ │ └── 服务端.vshost.exe.manifest
│ │ └── Release
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ ├── 服务端.Form1.resources
│ │ ├── 服务端.Properties.Resources.resources
│ │ ├── 服务端.csproj.AssemblyReference.cache
│ │ ├── 服务端.csproj.CoreCompileInputs.cache
│ │ ├── 服务端.csproj.FileListAbsolute.txt
│ │ ├── 服务端.csproj.GenerateResource.cache
│ │ ├── 服务端.csprojAssemblyReference.cache
│ │ ├── 服务端.exe
│ │ └── 服务端.pdb
│ └── 服务端.csproj
└── 好例子网_SocketWinForm.rar
18 directories, 66 files