-
客户端 Winsock
服务器和客户端有不同的行为 ;因此,创建它们的过程是不同的。以下是用于创建流 TCP/IP 服务器和客户端的一般模型。
- 2022-02-01 10:35:44下载
- 积分:1
-
C++客户端版包含了一套完整的C++类库,与客户有关。
The C++ Client Edition contains a full set of C++ class libraries, with client side source code for comprehensive Internet and Intranet application development and enablement. Designed specifically for Visual C++ developers, this kit has the power and flexibility that you demand
- 2022-09-19 11:55:03下载
- 积分: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
-
从html中分析提取链接
从html中分析提取链接-from extracting html link analysis
- 2023-06-10 12:45:02下载
- 积分:1
-
linux下实现录音及网络传送
linux下实现录音及网络时时传送, 采用speex进行压缩和解压,声音效果良好
- 2022-11-22 21:35:04下载
- 积分:1
-
人民邮电出版社 2008
人民邮电出版社 2008-05-01出版的《JSP网络开发实用工程案例》一书的论坛管理系统的源代码。-Posts & Telecom Press 2008-05-01 published " JSP network engineering development of practical cases," a forum for the book" s source code management system.
- 2022-02-15 13:54:15下载
- 积分:1
-
湖北电信SOA平台短信发送实例,做SP的朋友可能有用(中兴平台)...
湖北电信SOA平台短信发送实例,做SP的朋友可能有用(中兴平台)-Hubei Telecom to send message SOA platform examples, so a friend may be useful SP (ZTE platform)
- 2022-06-01 00:09:18下载
- 积分:1
-
文章管理系统,基于web的.
文章管理系统,基于web的.-article management system, web-based.
- 2023-05-26 07:05:03下载
- 积分:1
-
打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:...
打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:c#-typing game : in entertainment practice fingering vc cool clock : The whole point timekeeping functions, interface cool desktop calendar clock vc yin and yang : not only followed the lunar calendar for a more functional desktop vc message : vc serial category : c#
- 2023-02-12 04:30:03下载
- 积分:1
-
socket编程实现文件上传
这是一个socket编程实例。Server端监听指定端口,接受Client端连接请求。Client通过发送connect请求与Server端建立Socket连接,然后向Server发送一个简单文件,Server接受该文件后存储到指定目录。完成上传后Server端主动断开连接。
- 2022-04-21 19:33:37下载
- 积分:1