资源列表
webbrows
- 简单的web 浏览器,由vb开发的,具体的内容见源代码。-simple web browser, developed by vb, the specific content of the source code.
vbBadgerMessenger
- 一个可以实现MSN功能的聊天工具,界面活泼,类似MSN,可以替代MSN,有很高的参考价值!-a function can be achieved MSN chat tools, lively interface, similar to MSN, MSN alternative, a high reference value!
call(网上传呼系统)
- 这就是一个小小的全国网上寻呼系统,我只不过是给美化 * 了一下。可以呼铁路的传呼,也可以呼地方的。想呼哪里呼哪里。 * 您是不是为您的网站有一个这样的系统而自豪呢。所有程序都为HTML。-This a small country online paging system, I have only to beautify * a bit. The railway can call paging, can also call places. Where to call where calls
项目申报系统
- 本系统要求通过网络实现对项目从申报到专家评审和最终审批进行科学化的管理,能够及时的反映项目的申报的情况,缩短项目从申报到最终审批的周期。特别是要注意项目评审的合理化。-requirements of the system through the network of project experts from the declaration of the final evaluation and approval to conduct scientific management, to refle
CorpServerService2
- 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
CorpClient
- 最全面的基于TCP/IP的FTP客户端,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP / IP-based FTP client, and chat functions, java code, multithreaded design, I spent nearly two months of the time
计算机网络(第4版)谢希仁 课件
- 要想成为网络高手,起码要懂得资本的网络常识,而在当今中国用得最多的参考书是<计算机网络>(第四版) 谢希仁主编.这个是课件.里面不仅有Tcp/IP协议的说明,ISO 七层模型.网络安全,各种协议的控制和计算,比如FTP等各层的协议的应用.是学习计算机网络的绝佳的参考书。也是考计算机网络三级考试的最好的辅导书,你要是看完了这本书,考笔试绝对没有问题。还等什么赶快去下吧。你要是去书店去买的话,30---40块又没有了,-wants to become a network expert,
mod_utf8_encode
- Apache mod UTF8 ENCODE, 把页面转换成UFT8编码,在做WAP站的时候有用。-Apache mod UTF8 ENCODE, pages into UFT8 coding, WAP doing useful when the station.
socks4-server-4.3.beta2
- sock4 server源代码,修改过可以在cygwin下编译,这样可以在windows下跑。-sock4 server source code can be modified under the cygwin compiler, can run under windows.
qmail-1.03+utils-workdirs.tar
- Qmail的修改后的源码,可以在Cygwin下编译,这样就可以在windows下跑qmail了 -)-Qmail modifications to the source code, the compiler under Cygwin, the windows can be run under the qmail-)
jecl-win
- Jabber协议的开发服务组件的C++库,现在很难找到,原本是VC7的,我修改了可以用VC6。-development services components of the C library, it is difficult to find that the original VC7, I can change the VC6.
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接