资源列表
[Web服务器] AsyHttpHandler
说明:异步HttpHandler实现源代码,C#实现-Asynchronous HttpHandler achieve source code<丁朋> 在 2024-11-13 上传 | 大小:203kb | 下载:0
[Web服务器] BigXmlPost
说明:大数据量的xml post源代码,突破2M限制-Large amount of data in the xml post the source code, break 2M limit<丁朋> 在 2024-11-13 上传 | 大小:208kb | 下载:0
[Internet/网络编程] MSMQ
说明:msmq 示例代码,通过C#访问MSMQ服务,来源MSDN改编-msmq sample code through the C# to access MSMQ service sources MSDN adaptation<丁朋> 在 2024-11-13 上传 | 大小:61kb | 下载:0
[网络截获/分析] IPv6-JDpacket
说明:数据包嗅探器,数据包进行分析的基础上的IPv6和JDpacket的分析仪-The analyzer of IPv6 and JDpacket of on the basis of a packet sniffer, packet analysis<downcompent> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[Internet/网络编程] Socket_Demo
说明:socket网络编程的几种模式,配有相应的代码。-socket network programming several model, with a corresponding code.<徐守高> 在 2024-11-13 上传 | 大小:9.91mb | 下载:0
[Internet/网络编程] VBA_xmlhttp
说明:用VBA与xmlhttp结合使用的几个问题-Combined with the use of a few problems with VBA and xmlhttp<汤冼> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[xml/soap/webservice] Inet
说明:Inet控件支持HTTP与FTP两种通讯协议-The Inet control supports both HTTP and FTP communication protocols<汤冼> 在 2024-11-13 上传 | 大小:4kb | 下载:0
[网络截获/分析] Based-on-the-microblogging-
说明:基于微博的突发事件检测和信息传播建模,从数据库,信息通道,收集信息人员方面建模,采集微博数据-Based microblogging incident detection and dissemination of information modeling, database, information channel, to collect information personnel modeling, collecting microb<赵江> 在 2024-11-13 上传 | 大小:1021kb | 下载:0
[Internet/网络编程] serverxmlhttp
说明:serverxmlhttp帮助文件,很不错的资料-serverxmlhttp help file, very good information<汤冼> 在 2024-11-13 上传 | 大小:46kb | 下载:0
[Email客户端] ReceiveMailTest
说明:POP协议-Post Office Protocol,现在常用的是第三版,简称POP3,默认端口号为110。通过POP3,客户机登录服务器后,可以对自己的邮件进行删除或下载,下载后,电子邮件客户端软件就可以在本地对邮件进行处理,Windows操作系统默认安装的Outlook Express就采用这种工作方式。 实际上,收发邮件使用了两种协议,一种是TCP,用于收发数据;另一种是POP3,用于解析传送的命令。(POP proto<白菜123> 在 2024-11-13 上传 | 大小:44kb | 下载:0
[Internet/网络编程] UdpNetMeetingTest
说明:网络会议是基于局域网或Internet的实时的、交互的计算机应用系统,由于它具有低成本、少失误、可扩展等优点,已经被广泛应用于各个领域中。 四个特征命令:进入会议室/参加会议人员名单/发言内容/退出会议室(Network meeting is a real-time, interactive computer application system based on local area network or Internet.<白菜123> 在 2024-11-13 上传 | 大小:44kb | 下载:0
[Internet/网络编程] UdpChatSync
说明:UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。 与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。 有两种建立远程主机的方式:1.使用远程主机名和端口号来创建;2.先创建不带参数的UdpClient实例,再调用Connect方法。 构造函数:UdpClient()、Ud<白菜123> 在 2024-11-13 上传 | 大小:39kb | 下载:0