-
老师家长共同掌握学生信息,学生自己及时了解自己情况。
老师家长共同掌握学生信息,学生自己及时了解自己情况。-Teachers and parents of students to tap information, the students themselves understand their own situation in a timely manner.
- 2023-05-16 00:40:02下载
- 积分:1
-
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin...
雨后文章系统V10.04 演示http://dajia.cashome.com/mycode 管理用户密码:admin-system V10.04 demonstration http://dajia.cashome.com/mycode management user Password : admin
- 2022-01-24 14:53:27下载
- 积分:1
-
A ping to write your own procedures, it can be said that many people take the fi...
编写自己的一个ping程序,可以说是许多人迈出网络编程的第一步吧!!这个ping程序的源代码经过我的修改和调试,基本上可以取代windows中自带的ping程序. 各个模块后都有我的详细注释和修改日志,希望能够对大家的学习有所帮助-A ping to write your own procedures, it can be said that many people take the first step network programming!! The ping procedures after the source code to modify and debug my, basically to replace the windows in the built-in ping procedures. Each module After I have detailed notes and modify the log, hope to be able to help you study!!
- 2022-08-08 09:20:47下载
- 积分:1
-
This is not sponsored components upload code
这是化境无组件上传代码-This is not sponsored components upload code
- 2023-08-11 12:25:02下载
- 积分:1
-
VB图像编辑程序
VB图像编辑程序-VB image editing procedures
- 2022-07-24 17:12:56下载
- 积分:1
-
SNMP 2
snmp up 2
- 2022-01-25 23:05:18下载
- 积分:1
-
新生注册系统,用JSP和WEB数据库表写的系统,可以进行删除,添加,管理等操作....
新生注册系统,用JSP和WEB数据库表写的系统,可以进行删除,添加,管理等操作.-Student registration system, and WEB use JSP to write the system database tables, you can delete, add, and management operations.
- 2023-07-23 13:40:03下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
SIM900A程序
资源描述SIM900的程序代码包括收发短信,打电话,与单片机连接的程序,GPRS通讯的程序,双串口收发是、pc机、STM32/51单片机等的应用。SIM900的程序代码包括收发短信,打电话,与单片机连接的程序,GPRS通讯的程序,双串口收发是、pc机、STM32/51单片机等的应用
- 2022-12-09 08:50:05下载
- 积分:1
-
一本c#的编程的源码
一本c#的编程的源码-a c# programming source code
- 2023-05-28 19:45:03下载
- 积分:1