-
遍历文件夹下的所有文件
遍历文件夹下的所有文件-folder traversal of all documents
- 2022-01-22 05:29:27下载
- 积分:1
-
xsn解析文件转化为html
将xsn解析文件转为html,这样可以将infopath表单整合到页面中,最终实现代码的集成,让OA办公更加轻松愉快。
- 2022-05-25 01:08:48下载
- 积分:1
-
to show all conecction in you pc
to show all conecction in you pc
- 2023-07-23 02:00:02下载
- 积分:1
-
用CSharp 删除文件和文件夹,希望对大家有一个帮助
用CSharp 删除文件和文件夹,希望对大家有一个帮助-Using CSharp delete files and folders, and they hope to help everyone have a
- 2022-01-26 05:33:40下载
- 积分: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
-
decodeURI() 函数,用于解码用encodeURI()函数编码的字符或字符串...
decodeURI() 函数,用于解码用encodeURI()函数编码的字符或字符串-decodeURI () function is used to decode using encodeURI () function is encoded character or string
- 2022-06-18 09:35:34下载
- 积分:1
-
NetBIOS on several remote visualization operation of the code. Zip
几个关于NetBIOS进行远程可视化操作的代码.zip-NetBIOS on several remote visualization operation of the code. Zip
- 2022-12-18 08:05:03下载
- 积分:1
-
一个unix和windows通用的socket函数封装的类
一个unix和windows通用的socket函数封装的类-A class which is encapulated by common socket functions and can be used in unix and windows.
- 2022-04-26 10:32:30下载
- 积分:1
-
客户端数据验证框架,不同于一般的js验证,属于框架,xml配置。...
客户端数据验证框架,不同于一般的js验证,属于框架,xml配置。-client data validation framework is different from general js certification, belonging to the framework, xml configuration.
- 2022-05-31 15:50:21下载
- 积分:1
-
计算机网络实验, 交换机与路由器的基本配置和使用
计算机网络实验, 交换机与路由器的基本配置和使用-Experimental computer network, switches and routers and use the basic configuration
- 2022-02-09 22:43:54下载
- 积分:1