-
用JAVA编写的一个邮件服务器
用JAVA编写的一个邮件服务器-prepared using JAVA a mail server
- 2022-04-18 10:22:26下载
- 积分:1
-
c programming language voice can play a sound, you can use the keyboard to contr...
c语言声音编程,可以播放声音,可以用键盘控制-c programming language voice can play a sound, you can use the keyboard to control
- 2022-10-12 04:30:03下载
- 积分:1
-
一个PERL写CGI时用的模板程序,也是以前做项目用的,很好的,大家用用看。...
一个PERL写CGI时用的模板程序,也是以前做项目用的,很好的,大家用用看。-PERL to write a CGI program when the template is also used in previous projects to do, well, everyone used to use watch.
- 2022-02-16 05:32:43下载
- 积分:1
-
上传组件
aspupload
- 2022-12-14 23:15:03下载
- 积分:1
-
socket通信(含tcp,udp)
包含tcp和udp通信代码,服务器端客户端代码用于传输指令消息,实现了端对端,定时发送多次发送,网络中计算机进行通信的一种方法。应用程序通过调用系统提供的socket库函数很容易实现网络里计算机的通信,并且在android端读取信息显示的功能,并已投入使用,希望对开发者有帮助。
- 2023-03-09 12:55:03下载
- 积分:1
-
在局域网环境下实现屏幕广播的思想和方法…
在局域网环境内实现屏幕广播方法思路和源程序-In the LAN environment to achieve the screen broadcasting method of thinking and source code
- 2023-07-21 19:10:04下载
- 积分:1
-
jsp写的电子地图部分控件,编写好的java类和页面,简单,实用
jsp写的电子地图部分控件,编写好的java类和页面,简单,实用-jsp written part of the electronic map control, the preparation of a good java classes and pages, simple, practical
- 2022-01-25 15:01:42下载
- 积分:1
-
基于socket的udp通讯
基于socket的udp多线程通讯,在一台电脑上互相发送信,模拟udp通讯PLC,其中的UDPManager位通讯类,包含了socket创建,线程的创建,然后就是对plc发送16进制BYTE数组,根据预先的协议发送命令,通过对接收到的数据的判断得出plc链接仪器的状态以及操作反应。
- 2022-07-09 00:21:37下载
- 积分:1
-
数字卡平台销售系统,SQL 2005数据库开发。
数字卡平台销售系统,SQL 2005数据库开发。-Digital card platform marketing systems, SQL 2005 database development.
- 2022-07-14 10:47:40下载
- 积分: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