▍1. 网站CA认证源代码
网站CA认证源代码-website CA source code
实现P2P文件共享,包括5个peer和一个file owner,五个peer从file owner处获取一部分文件,然后五个peer建立拓扑图,实现文件共享
实现pc通信,将小写字母转换成大写字母,基于客户机/服务器模式,这是客户端程序-a program to uppercase a string
字符串处理函数. -string handling functions. The string handling functions.
基于TCP/IP协议的文件上传服务器端和客户端,其中服务器端有sqlsever2000数据库表,用ado连接,使用时要参照代码稍微修改一下IP地址,建一个数据库和表-Based on TCP/IP protocol for file upload server-side and client-side, where there are sqlsever2000 server database table, using ado connection, when used to refer to the code slightly changed a bit IP addresses, building a database and table
计算机网络(Kurose中文版,高等教育出版社)课件。-Computer Networking (James. F. Kurose,Higher Education Press )PPT.
图片上传并生成缩略图和版权信息- On the picture passes on and the production shrinks the block map and the copyright information
计算机网络――自顶向下方法与Internet特色(中文版)-Computer network- top-down methods and Internet features (Chinese Version)
多线程串口Modem远程数据通信-multi-threaded remote serial data communications modem
应用背景这是基于局域网的聊天室,属于群聊,开启服务器,通过服务器转发客户端之间的消息,实现多人局域网聊天,私聊暂未实现,请见谅关键技术socket网络编程,输入输出流的运用,结合java swing界面实现简单的局域网内群聊功能
一个用VC实现的BT下载软件,非常好用,尤其是对理解BT下载的实现非常有帮助。 -BT implemented with a VC download software, very easy to use, especially for understanding the realization of BT download is very helpful.
一个面向GPS开发出来的卫星定位源代码-a development-oriented GPS satellite positioning of the source code
这是简单的 udp 客户端和服务器程序列表中服务器到客户端的所有文件,并接收从客户端将继续
目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
HttpInvoker示例,分服务器端和客户端两个工程-HttpInvoker example, sub-server-side and client-side two projects