-
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。...
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。-between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks.
- 2023-05-31 00:45:03下载
- 积分:1
-
简易扣扣聊天
java写的简易扣扣聊天,可多人聊天。
- 2022-06-15 08:02:25下载
- 积分:1
-
ppp代码,在linux环境下编译执行.
ppp代码,在linux环境下编译执行.-ppp code, compiled in the linux environment, the implementation.
- 2022-02-10 05:34:10下载
- 积分:1
-
网络象棋游戏
网络象棋大战,用户注册登录以后可以进行网络游戏匹配对战,此游戏用到了webSocket技术,可以方便的在网页中进行数据的传输。
- 2023-01-25 13:55:10下载
- 积分:1
-
移动服务
Mobile Services
- 2022-05-20 22:59:00下载
- 积分:1
-
数据集导出到EXCEL文件接口程序
数据集导出到EXCEL文件接口程序-Dataset Export to EXCEL document interface program
- 2022-01-23 10:55:24下载
- 积分:1
-
VS2005 C # RSS源解析的范畴下,解析更快的使用…
vs2005 c# 下的一个rss源解析类,采用解析较快的xmlreader,你完全可以用此类完成你自己的rss订阅器,只需要的是介面的开发了-vs2005 c# under a rss source apportionment category, the use of analytic faster xmlreader, you can use such complete your own rss subscriptions, and only interface needed is the development of the
- 2022-12-18 10:20:03下载
- 积分:1
-
本程序蓝本为6kbbs
默认前台管理员的帐号是:woodcoal,密码:woodcoal
后台管理员帐号是:woodcoal,密码:99321.net...
本程序蓝本为6kbbs
默认前台管理员的帐号是:woodcoal,密码:woodcoal
后台管理员帐号是:woodcoal,密码:99321.net
后台管理地址:manage/admin.asp-modeled on the procedures for the future 6kbbs default administrator account is : woodcoal, Password : woodcoal background administrator account is : woodcoal, Password : 99321.net management background Address : manage/admin.asp
- 2022-09-21 21:10:03下载
- 积分:1
-
网络安全的源代码
网络安全的源代码-network security source
- 2022-01-31 23:39:21下载
- 积分: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