-
network and equipment for basic training in the knowledge of your real scenery i...
网络及设备基本知识培训 让你真正的风光 你就是网络工程师-network and equipment for basic training in the knowledge of your real scenery is your network engineer
- 2022-01-21 22:28:25下载
- 积分:1
-
物品管理系统,桌面数据库调用,有提示文档,供学习研究之用.
物品管理系统,桌面数据库调用,有提示文档,供学习研究之用.-Materials management systems, desktop database calls, there are tips document for study and research purposes.
- 2022-01-26 08:22:05下载
- 积分:1
-
Calculadora em 套接字
简单分布式的计算器插座。
四位研究人员想要执行一系列的计算,他们的研究。然而,他们的系统有只具体计算速度非常快的处理器。例如,W 的计算机快速执行加法,但较慢,当它来到乘法
首先,我们运行我们 4 的服务器 (server_add.c、 server_sub.c、 server_mul.c 和 server_div.c):
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-01-25 14:21:09下载
- 积分:1
-
实现arq滑动窗口协议
实现arq滑动窗口协议-Sliding Window Protocol achieve arq
- 2023-03-08 16:40:04下载
- 积分: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下C语言编程套接字实现群聊
Client端和server端通过父子进程分别负责进行发送和接收数据,Server端通过共享存储区来存储聊天信息,并发送给每个连接的用户。
**实现多人在线群聊
**实现显示时间功能
**会提示有新客户进入聊天室
**客户可以用命令 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-16 14:40:03下载
- 积分:1
-
网络入侵检测系统
网络入侵检测系统-Network Intrusion Detection system
- 2022-04-24 11:03:47下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
该程序为PC机与单片机通过RS
该程序为PC机与单片机通过RS-232串行口通信的PC端程序,含界面设计和串口设置-The program for the PC and MCU through the RS-232 serial port of the PC client communication procedures, including interface design and the serial port settings
- 2023-07-08 15:00:02下载
- 积分:1
-
该程序获得网页的详细信息
该程序获得网页的详细信息-the procedure for obtaining detailed information website
- 2022-03-16 05:02:06下载
- 积分:1