资源列表
Server
- 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Bind()方法绑定EndPoint; 第四步:用socket对像的Listen()方法开始监听; 第五步:接受到客户端的连接,用socket对像的Accept()方法创建新的socket对像用于和请求的客户端进行通信 第六步:通信结束后一定记得关闭socket -Step one: use the specified port number
Client
- 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us
SPLLoader570
- 经典的局域网通信工具,IpMsg的源代码,中文名称叫做 飞鸽传书-Classic LAN communication tools, IpMsg the source code, the Chinese name is called Dove Chuanshu
netprogram
- 这时在一些著名编程论坛上搜集的关于网络编程的资料,并制作成chm版,方便学习。-At this time in a number of well-known programming forum on network programming to gather information and create chm version, easy to learn.
async-0.4.tar
- linux下的异步通信库 支持TCP和UDP异步通信 编译和使用前先读readme.-linux asynchronous communication library under TCP and UDP support asynchronous communication and use of the compiler before reading readme.
UDP
- Use udp protocol to communicate
WindowsSocket
- 网络的使用 以及简单的小程序测试!正在开发其它小功能-Network use, and simple procedures for testing! Other small features are being developed
gh0st2[1].9
- gh0st的老版本没有很我没用用的的功能 -gh0st the old version did not quite useless, I used the function
HackerCode
- 黑客编程的入门级代码,包括DLL编程,TCP编程,系统服务编程等11个程序及其源码-Entry-level hacking programming code, including DLL programming, TCP programming, systems programming and other services 11 process and its source
aspajax
- asp+AJAX+带上传条的文件上传源码-asp+ AJAX+ with Article upload file upload source
hello
- 这是一个最简单的hello的struts的例子-This is one of the most simple hello example of the struts
tmonitor.1.00.00.sh7145_shc.tar
- tmonitor.1.00.00 for sh7145
