-
Implement a server, multiple clients in chat room program.
实现一个服务器, 多个客户端的聊天室程序。-Implement a server, multiple clients in chat room program.
- 2022-09-29 05:40:03下载
- 积分:1
-
asp上传组件实例源码下载
本包中共有6个示例DetialDemo--弹出层上传,返回完整的上传后的文件的信息FolderDemo--根据选择的文件夹不同,上传到不同目录Form--将上传直接添加到form一起提交NoObj--上传示例,和DetialDemo一样,但是不是弹出层Windemo--弹出层上传,将返回结果显示在input里面,任意绑定inputlanyu--以前帮蓝雨做的上传,因此直接用他名字拼音命名了,这个是比较高级的上传,多文件同时上传,以指定的分隔符来分割上传的所有文件,推荐使用上传中使用的类均为最新版本
- 2015-03-31下载
- 积分:1
-
Python核心编程 第3版 中文版
说明: Python的入门书籍,很适合新手进行阅读(Python's introductory books)
- 2017-12-29 16:50:29下载
- 积分:1
-
MessageServer
开源 iocp 消息 传递 实例(iocp sample)
- 2018-08-18 21:32:27下载
- 积分:1
-
http协议下对下载的访问网页并对返回的内容进行操作。
http协议下对下载的访问网页并对返回的内容进行操作。-under the http protocol to download the return visit to the page content and the interface operation.
- 2022-10-27 14:00:03下载
- 积分:1
-
UdpSendFile
实现传输层UDP的功能,进行文件的发送等功能的实现(UDP transport layer, file send and other functions to achieve)
- 2013-04-30 19:21:41下载
- 积分:1
-
IOCPModel
这是一本关于IOCP模型原理及其功能介绍的文章。对于做大型服务器很有帮助(This is a book about IOCP model and the function introduction article. For large server help
)
- 2012-09-22 13:15:34下载
- 积分:1
-
又一个WHOIS协议实现
又一个WHOIS协议实现- A WHOIS agreement realizes
- 2022-10-29 09:50:03下载
- 积分:1
-
mytopo
说明: 拓扑发现程序,并且获取路由器交换机等设备的相关信息,能够对相关设备参数进行设置(Topology discovery process and equipment for routers, switches and other related information, can set parameters related equipment)
- 2010-04-19 15:41:31下载
- 积分:1
-
对xml+xsl实现分页排序的改进,使支持对所有数据进行排序
以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,...
对xml+xsl实现分页排序的改进,使支持对所有数据进行排序
以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,究其原因,简单分析如下:
xml+xsl分页原理:在xsl中,遍历节点的时候,可以获取当前节点的位置,而且还能限制显示特定位置的节点,例如有18条记录,可以在xsl中设置只显示第1-6条,也可以设置只显示第7-12条,再配合客户端脚本,就可以动态改变xsl文档中控制显示指定位置节点的属性,从而实现分页(具体见代码)。不过这个有一点就是在xsl中获取的这个位置信息是xml文档中的节点位置,而不是排序后的位置;
同样xml+xsl实现排序原理:xsl可以按照节点的属性来排序,我们可以通过动态改变xsl的相关属性值来达到动态排序的目的。如果两个合起来用,却只能对当前页进行排序。 -right xml xsl achieve Pagination sort of improvement backing the right of all data ranking ever seen in the use of xml xsl order to achieve the basic pagination can only Page Ranking within, but not all right for sorting data and the reason, simple analysis is as follows : Principle xml xsl Pagination : In xsl, traversing nodes, the nodes can access the current location, but will limit revealed specific locations of nodes, for example, 18 records, xsl can be installed in only 1-6 revealed that the first, can also set up only to No. 7-12, Coupled with the client script, it can change the dynamic control xsl docume
- 2023-06-11 07:55:02下载
- 积分:1