-
用ASP编写的在线部分的bookstores,使用SQL数据库的准备
用ASP编写的网上购书系统,数据库部分用SQL编写-prepared by the ASP online bookstores, part of the database used to prepare SQL
- 2022-11-25 03:00:03下载
- 积分:1
-
126web自助建站无错版.rar
126web自助建站无错版.rar-126web no wrong version. Rar
- 2023-01-14 20:45:04下载
- 积分:1
-
一些网页效果的原代码,可以使网页更加美观。
一些网页效果的原代码,可以使网页更加美观。-Some of the pages on the effect of the original code, can make the page more attractive.
- 2022-03-16 07:44:51下载
- 积分:1
-
我是一个Windows程序代码
aswindows programs code i am is a
- 2022-09-07 21:15:03下载
- 积分:1
-
用vc实现的网络编程源代码,本程序主要实现TFTP协议
用vc实现的网络编程源代码,本程序主要实现TFTP协议-Achieved with the vc network programming source code, the main achievement of this procedure TFTP protocol
- 2022-02-04 11:25:39下载
- 积分:1
-
large voice chat software
大型语音聊天软件-large voice chat software
- 2023-06-12 10:35:04下载
- 积分: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
-
用jsp编写的留言本,数据库采用的是mysql
用jsp编写的留言本,数据库采用的是mysql -with the preparation of messages, the database using the mysql
- 2022-12-04 01:55:03下载
- 积分:1
-
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。...
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。-This is what I made a small software. Please wait for advice grades. Ha ha. ASP, and a bit mean.
- 2022-08-08 08:04:10下载
- 积分:1
-
利用IE接口分析HTML文件
利用IE接口分析HTML文件 -Parasing HTML file using IE interface
- 2022-05-15 17:03:21下载
- 积分:1