-
This information is for the Ajax
本资料为Ajax基础教程(金灵译)的源代码。-This information is for the Ajax-based tutorials (DRC Ling translated) source code.
- 2022-03-01 17:55:49下载
- 积分:1
-
用VB写“多线程”程序.
用VB写“多线程”程序.-VB wrote "multithreading" procedures.
- 2022-10-21 10:30:03下载
- 积分:1
-
yahoo message protocol stack
yahoo message protocol stack
- 2022-03-04 05:31:20下载
- 积分: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
-
linux下网络编程,socket通信打印客户端的ip和客户端
资源描述在linux下进行网络编程,socket通信打印客户端的ip和端口号
- 2022-03-15 20:55:07下载
- 积分:1
-
多线程 TCI_IP 侦听器
多线程 TCI_IP 侦听器-multithreading TCI_IP interception device
- 2022-03-21 05:07:08下载
- 积分:1
-
c# write network chat tool with file transfer function.
c#写的网络聊天工具,带有文件传送功能。-c# write network chat tool with file transfer function.
- 2022-04-23 12:30:37下载
- 积分:1
-
帝国CMS,功能全面的CMS源码,下载试用下
帝国CMS,功能全面的CMS源码,下载试用下-Empire CMS, full-featured CMS source code, download trial under
- 2022-08-24 12:35:50下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
服务器源代码VisualC++6.0开发。
服务器源代码VisualC++6.0开发。-server source code VisualC 6.0.
- 2023-07-18 16:45:02下载
- 积分:1