资源列表
[Internet/网络编程] sync_timer_discramble
说明:linux程序,实现标准NTP客户端,支持多播、单播和任意播(anycast)三种方式-linux procedures, to achieve the standard NTP client, support for multicast, unicast and Anycast (anycast) in three ways<白彬> 在 2024-11-09 上传 | 大小:33kb | 下载:0
[xml/soap/webservice] chinamobile
说明:本系统采用struts+spring+hibernate架构,重在讲述三者结合在一起的应用开发,所有源程序都 有详细的注释,供入门者学生参考,未经作者允许不得用于商业用途,只能用于教学或个人学习。 程序只是整个系统中的一个模块,用于和各位程序爱好者交流之用。 使用方法: (1)在oracle数据库中运行数据库脚本文件cnc.sql. (2)用eclipse(或其它开发工具)直接导入工程. (3)将sprin<kang liang> 在 2024-11-09 上传 | 大小:4.97mb | 下载:0
[P2P编程] wangyanpeng
说明:基于P2P的文件传输代码,发送和接收于一个界面,可以选择要发送的文件!-P2P-based file transfer code, send and receive on an interface, you can choose to send the document!<jimmy> 在 2024-11-09 上传 | 大小:61kb | 下载:0
[Internet/网络编程] xerces_final
说明:简易xml解析器,仅仅未包含注释和DTD部分-Simple xml parser, simply does not contain part of the Notes and the DTD<王志扬> 在 2024-11-09 上传 | 大小:1.19mb | 下载:0
[SNMP编程] snmpprojectVC
说明:SNMP agent端 提供本机内存、进程、当前时间维护-SNMP agent client to provide the local memory, the process of maintaining the current time<skymouse2007> 在 2024-11-09 上传 | 大小:3.42mb | 下载:0
[Internet/网络编程] SMTP
说明:实现向指定邮箱发邮件.希望可以给大家带去帮助-The realization of e-mail to the designated mailbox. Hope that we can bring help to everyone<SHL> 在 2024-11-09 上传 | 大小:147kb | 下载:0
[SNMP编程] networkTest
说明:使用java实现网络中报的监控。 1. java调用OS的命令 2. 使用jpacp-Use java to achieve the network monitor reported. 1. Java call OS command 2. Jpacp use<wangjianhua> 在 2024-11-09 上传 | 大小:2.1mb | 下载:0
[Internet/网络编程] UDPTrsmtFile
说明:用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。本文就说说如果保证可靠传输。 要实现无差错的传输数据,我们可以采用重发请求(ARQ)协议,它又可分为连续ARQ协议、选择重发ARQ协议、滑动窗口协议。本文重点介绍滑动窗口协议,其它的两种有兴趣<www> 在 2024-11-09 上传 | 大小:10kb | 下载:0