-
tcp 套接字编程
使用 tcp 套接字编程
客户端和服务器程序会在那里
要在 linux 中执行,执行
1.打开 2 终端
2.在第一次,请执行下面的命令
海合会 tcpServer.c-o 服务器
3.在第二次,请执行下面的命令
海合会 tcpClient.c-o 客户端
4.在第一、
./ 服务器
5.在第二个,
./ 客户端 127.0.0.1 msg_to_send
- 2022-03-23 11:35:03下载
- 积分:1
-
用MFC编写的网上查询程序
使用MFC编写internet查询程序-prepared using MFC internet inquiry procedures
- 2022-01-26 08:10:23下载
- 积分:1
-
DES加密通信
运用socket编写服务器端与客户端,实现两者通信。程序是用c++编写,代码无冗余,简单易懂,适于初学者参考借鉴。
运行时,先将server端运行,再运行client端,然后server端与client端即可相互信息通信。通信信息使用DES加密,保证了信息的安全性。
- 2022-03-07 10:00:28下载
- 积分:1
-
ASP编写的网站
ASP编写的网站-prepared by the ASP website
- 2023-05-13 06:45:03下载
- 积分:1
-
good paper management system
很好的文章管理系统-good paper management system
- 2023-09-08 04:35:02下载
- 积分:1
-
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用...
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用-C realized Ping procedures, functions and the Windows Ping part of the same functions. Network programming can be used with learning
- 2023-05-12 18:40:02下载
- 积分:1
-
增强Web服务器日志功能用java的实现
增强Web服务器日志功能用java的实现-enhanced Web server log function with the realization of java
- 2022-03-17 00:11:26下载
- 积分:1
-
JavaScript和Flash的通信
JavaScript和Flash的通信-JavaScript and Flash Communication
- 2022-07-28 11:42:38下载
- 积分: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
-
tomcat5.0,是tomcat最新的版本,使用比较方便。
tomcat5.0,是tomcat最新的版本,使用比较方便。-tomcat5.0, is the latest version of tomcat, the use of more convenient.
- 2022-03-01 03:20:50下载
- 积分:1