嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
socket实现http访问(简单demo)
访问: 127.0.0.1:8080
.
├── TestHttp
│ ├── Debug
│ │ ├── TestHttp.exe
│ │ ├── TestHttp.ilk
│ │ └── TestHttp.pdb
│ ├── TestHttp
│ │ ├── Debug
│ │ │ ├── CL.read.1.tlog
│ │ │ ├── CL.write.1.tlog
│ │ │ ├── TestHttp.exe.embed.manifest
│ │ │ ├── TestHttp.exe.embed.manifest.res
│ │ │ ├── TestHttp.exe.intermediate.manifest
│ │ │ ├── TestHttp.lastbuildstate
│ │ │ ├── TestHttp.log
│ │ │ ├── TestHttp.obj
│ │ │ ├── TestHttp.pch
│ │ │ ├── TestHttp.vcxprojResolveAssemblyReference.cache
│ │ │ ├── TestHttp.write.1.tlog
│ │ │ ├── TestHttp_manifest.rc
│ │ │ ├── cl.command.1.tlog
│ │ │ ├── link-cvtres.read.1.tlog
│ │ │ ├── link-cvtres.write.1.tlog
│ │ │ ├── link.10116-cvtres.read.1.tlog
│ │ │ ├── link.10116-cvtres.write.1.tlog
│ │ │ ├── link.10116.read.1.tlog
│ │ │ ├── link.10116.write.1.tlog
│ │ │ ├── link.11596-cvtres.read.1.tlog
│ │ │ ├── link.11596-cvtres.write.1.tlog
│ │ │ ├── link.11596.read.1.tlog
│ │ │ ├── link.11596.write.1.tlog
│ │ │ ├── link.22424-cvtres.read.1.tlog
│ │ │ ├── link.22424-cvtres.write.1.tlog
│ │ │ ├── link.22424.read.1.tlog
│ │ │ ├── link.22424.write.1.tlog
│ │ │ ├── link.9552-cvtres.read.1.tlog
│ │ │ ├── link.9552-cvtres.write.1.tlog
│ │ │ ├── link.9552.read.1.tlog
│ │ │ ├── link.9552.write.1.tlog
│ │ │ ├── link.command.1.tlog
│ │ │ ├── link.read.1.tlog
│ │ │ ├── link.write.1.tlog
│ │ │ ├── mt.command.1.tlog
│ │ │ ├── mt.read.1.tlog
│ │ │ ├── mt.write.1.tlog
│ │ │ ├── rc.command.1.tlog
│ │ │ ├── rc.read.1.tlog
│ │ │ ├── rc.write.1.tlog
│ │ │ ├── stdafx.obj
│ │ │ ├── vc100.idb
│ │ │ └── vc100.pdb
│ │ ├── ReadMe.txt
│ │ ├── TestHttp.cpp
│ │ ├── TestHttp.vcxproj
│ │ ├── TestHttp.vcxproj.filters
│ │ ├── TestHttp.vcxproj.user
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── targetver.h
│ │ └── x64
│ │ └── Debug
│ │ ├── CL.read.1.tlog
│ │ ├── CL.write.1.tlog
│ │ ├── TestHttp.Build.CppClean.log
│ │ ├── TestHttp.exe.embed.manifest
│ │ ├── TestHttp.exe.embed.manifest.res
│ │ ├── TestHttp.exe.intermediate.manifest
│ │ ├── TestHttp.lastbuildstate
│ │ ├── TestHttp.log
│ │ ├── TestHttp.obj
│ │ ├── TestHttp.pch
│ │ ├── TestHttp.vcxprojResolveAssemblyReference.cache
│ │ ├── TestHttp.write.1.tlog
│ │ ├── TestHttp_manifest.rc
│ │ ├── cl.command.1.tlog
│ │ ├── link-cvtres.read.1.tlog
│ │ ├── link-cvtres.write.1.tlog
│ │ ├── link.13836-cvtres.read.1.tlog
│ │ ├── link.13836-cvtres.write.1.tlog
│ │ ├── link.13836.read.1.tlog
│ │ ├── link.13836.write.1.tlog
│ │ ├── link.23856-cvtres.read.1.tlog
│ │ ├── link.23856-cvtres.write.1.tlog
│ │ ├── link.23856.read.1.tlog
│ │ ├── link.23856.write.1.tlog
│ │ ├── link.command.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ ├── mt.command.1.tlog
│ │ ├── mt.read.1.tlog
│ │ ├── mt.write.1.tlog
│ │ ├── rc.command.1.tlog
│ │ ├── rc.read.1.tlog
│ │ ├── rc.write.1.tlog
│ │ ├── stdafx.obj
│ │ ├── vc100.idb
│ │ └── vc100.pdb
│ ├── TestHttp.sdf
│ ├── TestHttp.sln
│ ├── TestHttp.suo
│ ├── ipch
│ │ └── testhttp-b46dac20
│ │ └── testhttp-f15242ec.ipch
│ └── x64
│ └── Debug
│ ├── TestHttp.exe
│ ├── TestHttp.ilk
│ └── TestHttp.pdb
└── socket实现http访问(简单demo).zip
10 directories, 98 files