嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#写的Client/Server控制台程序,可定时批量上传JPEG文件到服务器程序,内含源码,VS2008及以上可直接打开,包含文件UTF-8格式读取(避免乱码),Soceck监听与通信等内容。
.
├── C#定时批量上传文件示例
│ ├── Client
│ │ ├── Client
│ │ │ ├── Client.cs
│ │ │ ├── Client.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Client.exe
│ │ │ │ ├── Client.pdb
│ │ │ │ ├── Client.vshost.exe
│ │ │ │ ├── Client.vshost.exe.manifest
│ │ │ │ ├── Host.txt
│ │ │ │ ├── MonitorDirectoryList.txt
│ │ │ │ └── T1
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Client.csproj.FileListAbsolute.txt
│ │ │ ├── Client.exe
│ │ │ ├── Client.pdb
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ ├── Client.sln
│ │ └── Client.suo
│ ├── Server
│ │ ├── Server
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Server.cs
│ │ │ ├── Server.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Server.exe
│ │ │ │ ├── Server.pdb
│ │ │ │ ├── Server.vshost.exe
│ │ │ │ ├── Server.vshost.exe.manifest
│ │ │ │ ├── T2
│ │ │ │ └── directory.txt
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Refactor
│ │ │ ├── Server.csproj.FileListAbsolute.txt
│ │ │ ├── Server.exe
│ │ │ ├── Server.pdb
│ │ │ └── TempPE
│ │ ├── Server.sln
│ │ └── Server.suo
│ └── 说明.txt
└── 好例子网_C#Socket编程定时批量上传文件示例.rar
21 directories, 31 files