资源列表

« 1 2 ... .47 .48 .49 .50 .51 2052.53 .54 .55 .56 .57 ... 11787 »

[Web服务器用Java实现Web服务器

说明:用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
<雨岳> 在 2025-06-09 上传 | 大小:10kb | 下载:0

[ICQ/即时通讯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.
<韦先生> 在 2025-06-09 上传 | 大小:304kb | 下载:0

[Email服务器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-)
<韦先生> 在 2025-06-09 上传 | 大小:931kb | 下载:0

[代理服务器socks4-server-4.3.beta2

说明:sock4 server源代码,修改过可以在cygwin下编译,这样可以在windows下跑。-sock4 server source code can be modified under the cygwin compiler, can run under windows.
<韦先生> 在 2025-06-09 上传 | 大小:1.49mb | 下载:0

[Web服务器mod_utf8_encode

说明:Apache mod UTF8 ENCODE, 把页面转换成UFT8编码,在做WAP站的时候有用。-Apache mod UTF8 ENCODE, pages into UFT8 coding, WAP doing useful when the station.
<韦先生> 在 2025-06-09 上传 | 大小:104kb | 下载:0

[Internet/网络编程计算机网络(第4版)谢希仁 课件

说明:要想成为网络高手,起码要懂得资本的网络常识,而在当今中国用得最多的参考书是<计算机网络>(第四版) 谢希仁主编.这个是课件.里面不仅有Tcp/IP协议的说明,ISO 七层模型.网络安全,各种协议的控制和计算,比如FTP等各层的协议的应用.是学习计算机网络的绝佳的参考书。也是考计算机网络三级考试的最好的辅导书,你要是看完了这本书,考笔试绝对没有问题。还等什么赶快去下吧。你要是去书店去买的话,30---40块又没有了,-wants to become a network expert,
<冰舟> 在 2025-06-09 上传 | 大小:1.36mb | 下载:0

[Internet/网络编程CheckUrl

说明:这是一个检查超级链接的程序,是用java编写的. 对于初学者来讲,这个程序比较容易懂-This is a hyperlink to the inspection process, is prepared by the java. For beginners speaking, the procedure is easy to understand
<zhou> 在 2025-06-09 上传 | 大小:15kb | 下载:0

[Ftp客户端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
<彭宇> 在 2025-06-09 上传 | 大小:3kb | 下载:0

[Ftp服务器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
<彭宇> 在 2025-06-09 上传 | 大小:3kb | 下载:0

[Internet/网络编程browserNavigator

说明:jbuilder的网络浏览器程序,很简单,没有记忆和默认匹配功能,初学抄自一本书的,所以我改了一点,不过还可以-JBuilder Web browser procedure is quite simple and not default memory and matching functions, beginner copied from a book, so I changed it just a little, but can also
<彭宇> 在 2025-06-09 上传 | 大小:84kb | 下载:0

[Web服务器项目申报系统

说明:本系统要求通过网络实现对项目从申报到专家评审和最终审批进行科学化的管理,能够及时的反映项目的申报的情况,缩短项目从申报到最终审批的周期。特别是要注意项目评审的合理化。-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
<李亚成> 在 2025-06-09 上传 | 大小:576kb | 下载:1

[Internet/网络编程DCPlusPlus-0.674-src

说明:一个开放源码的免费的P2P客户端软件,用于文件交流,支持中文搜索。它和Neo-Modus公司的Direct Connect使用同一个通讯协议,但比它功能更加强大,可以同时登陆很多服务器。开放源码,绿色软件,也没有广告条。DC是分散服务器型的,服务器端也是免费的,因此适合同一个地域内的用户飞速交换文件。目前全世界有上万个服务器,通过DC共享的资料超过5,000,000GB。-a free open-source peer-to-peer client software for document e
<> 在 2025-06-09 上传 | 大小:1.9mb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 2052.53 .54 .55 .56 .57 ... 11787 »

源码中国 www.ymcn.org