VS2010 C HTTP通信基于VS2010 C MFC开发的HTTP通信,可以跟制造业代工厂的客户现场MES通信,具有实际应用价值
.
├── HttpDemo
│ ├── Debug
│ │ ├── HttpDemo.exe
│ │ ├── HttpDemo.ilk
│ │ ├── HttpDemo.pdb
│ │ ├── Microsoft.VC80.DebugCRT.manifest
│ │ ├── Microsoft.VC80.DebugMFC.manifest
│ │ ├── mfc100d.dll
│ │ ├── mfc100ud.dll
│ │ ├── mfc71.dll
│ │ ├── mfc80d.dll
│ │ ├── mfc80ud.dll
│ │ ├── mfcm80d.dll
│ │ ├── mfcm80ud.dll
│ │ ├── msjava.dll
│ │ ├── msvcm80d.dll
│ │ ├── msvcp100d.dll
│ │ ├── msvcp71.dll
│ │ ├── msvcp71d.dll
│ │ ├── msvcp80d.dll
│ │ ├── msvcr100d.dll
│ │ ├── msvcr71.dll
│ │ ├── msvcr71d.dll
│ │ └── msvcr80d.dll
│ ├── HttpDemo
│ │ ├── Debug
│ │ ├── HttpClient 数据转gbk编码.cpp
│ │ ├── HttpClient.cpp
│ │ ├── HttpDemo.aps
│ │ ├── HttpDemo.cpp
│ │ ├── HttpDemo.h
│ │ ├── HttpDemo.rc
│ │ ├── HttpDemo.vcxproj
│ │ ├── HttpDemo.vcxproj.filters
│ │ ├── HttpDemo.vcxproj.user
│ │ ├── HttpDemoDlg.cpp
│ │ ├── HttpDemoDlg.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── HttpDemo.ico
│ │ │ └── HttpDemo.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ └── targetver.h
│ └── HttpDemo.sln
└── VS2010 C HTTP通信.rar
5 directories, 42 files
评论