-
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。...
这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to test the local loop.
- 2022-01-26 02:22:56下载
- 积分:1
-
邮件客户端程序,根据pop服务器,用户名可以收取邮件
邮件客户端程序,根据pop服务器,用户名可以收取邮件-E-mail client program, according to pop server, user name, e-mail that may be charged
- 2022-04-24 01:12:45下载
- 积分:1
-
我自己的函数库,使编程更加容易。大家能够喜欢
我自己的函数库,使编程更加容易。大家能够喜欢-My own library to make programming easier. Everyone can love
- 2023-02-14 21:20:03下载
- 积分:1
-
1.上传所有文件到你的空间。
2.把数据库文件FORUM.sql导入数据库。
3.修改config.php 和 data文件夹属性为0777。
4....
1.上传所有文件到你的空间。
2.把数据库文件FORUM.sql导入数据库。
3.修改config.php 和 data文件夹属性为0777。
4.后台管理地址:/admin/login.php 初始管理账号: 用户名:admin 密码:admin -1. From all the files to your space.
2. FORUM.sql the database file into the database.
3. Config.php and modify attribute data for the 0777 folder.
4. Admin Address:/admin/login.php initial management of account: Username: admin Password: admin
- 2022-07-15 20:10:22下载
- 积分:1
-
a very useful network programming, which is equivalent to a mail server, able to...
一个很有用的网络程序,相当于一个邮件服务器,能实现邮件的转发-a very useful network programming, which is equivalent to a mail server, able to forward mail
- 2022-03-23 04:46:12下载
- 积分:1
-
window下,固定结构格式的数据文件进行网络数据传输,经过编译,很实用...
window下,固定结构格式的数据文件进行网络数据传输,经过编译,很实用
-window, the fixed structure of data file formats for network data transmission, through the compiler, it is practical
- 2023-03-10 13:55:04下载
- 积分:1
-
一个linux下的开源的tftp server程序,然后移植到windows下
一个linux下的开源的tftp server程序,然后移植到windows下-Linux under an open-source tftp server program, and then transplanted into windows under
- 2022-04-08 07:36:32下载
- 积分:1
-
接口,用于下载手机中的基本信息,比如手机厂商,手机型号...
接口,用于下载手机中的基本信息,比如手机厂商,手机型号-Interface for mobile phones to download basic information, such as cell phone manufacturers, mobile phone models
- 2022-01-31 06:05:01下载
- 积分:1
-
多线程UDP通讯程序源代码,利用VC实现的源代码,可用于网络通信,不妨一试,...
多线程UDP通讯程序源代码,利用VC实现的源代码,可用于网络通信,不妨一试,-multithreading UDP communications source code, using VC source code can be used for network communications, it may be a test,
- 2022-03-22 02:47:48下载
- 积分:1
-
nio服务端代码
JDK1.4 提供的无阻塞 I/O(NIO)有效解决了多线程服务器存在的线程开销问题,但在使用上略显得复杂一些。许多基于 NIO 的多线程服务器程序往往直接基于选择器(Selector)的 Reactor 模式实现。这种简单的事件机制对于较复杂的服务器应用,显然缺乏扩展性和可维护性, 而且缺乏直观清晰的结构层次。本文将通过一个基于事件回调的 NIO 多线程服务器的设计,试图提供一个简洁、直观、易于扩展的 NIO 多线程服务器模型。
- 2022-02-16 06:36:06下载
- 积分:1