-
online URL to IP local storage to speed up access speeds, can also learn : Hook...
在线将URL转为IP本地存储,加快访问速度,还可以学习:Hook 的使用,取得 *** 密码的方法等-online URL to IP local storage to speed up access speeds, can also learn : Hook the use made*** password methods
- 2022-01-31 15:43:26下载
- 积分:1
-
用Struts+hibernate写的宠物医院,适合大家学习这两个框架的应用。...
用Struts+hibernate写的宠物医院,适合大家学习这两个框架的应用。-With Struts+ Hibernate write pet hospital for everyone to learn the application of these two frameworks.
- 2022-04-23 12:32:21下载
- 积分:1
-
一个多线程分组聊天程序。
一个多线程分组聊天程序。-a multithreaded a chat program.
- 2022-03-11 21:48:23下载
- 积分:1
-
access card information, more communication between the LAN
获取网卡信息,多网卡之间通信-access card information, more communication between the LAN
- 2022-01-26 04:07:37下载
- 积分:1
-
telnet客户端
telnet客户端-telnet customer end
- 2022-02-20 23:33:46下载
- 积分:1
-
使用jsp上载文件的例子
使用jsp上载文件的例子-examples of upload files by using jsp
- 2022-02-05 05:53:43下载
- 积分:1
-
1、栏目基本分类功能(目前只支持一级分类)
2、文章评论功能
3、留言本功能
4、支持UBB语法
5、脏字过滤功能...
1、栏目基本分类功能(目前只支持一级分类)
2、文章评论功能
3、留言本功能
4、支持UBB语法
5、脏字过滤功能-1, columns basic functional classification (currently only supports a classification) 2, features three articles comments, voice of the four functions, support UBB Grammar 5, my country filtering
- 2022-11-17 13:30: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
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
热血江湖v170插头
玉岗V170插件源代码转载请原谅
- 2023-06-03 13:35:03下载
- 积分:1