-
使用select socket io模型传文件,一次3K
使用select socket io模型传文件,一次3K-The use of select socket io model Chuan documents, a 3K
- 2023-07-04 11:55:04下载
- 积分:1
-
basic network programming examples Winsock Network Chat Room [ chap1 ChatRo om...
基本网络编程实例
Winsock实现网络聊天室【chap1ChatRoom(Winsock)】-basic network programming examples Winsock Network Chat Room [ chap1 ChatRo om (Winsock)--
- 2022-04-25 04:53:17下载
- 积分:1
-
from the Internet stable and reliable source of the download
从Internet上稳定可靠的下载文件的代码-from the Internet stable and reliable source of the download
- 2022-04-17 21:44:03下载
- 积分:1
-
在网页中输入维吾尔文字的源代码,一般用于在网络上的输入框上输入维文文字。不用费事直接粘贴就可以用。...
在网页中输入维吾尔文字的源代码,一般用于在网络上的输入框上输入维文文字。不用费事直接粘贴就可以用。-Enter the text in Web pages Uighur source code, are generally used for the input box on the network on the input dimension and the body text. Would not have to directly paste can be used.
- 2022-01-31 11:11:03下载
- 积分:1
-
这是一个串口(com口)的全功能通讯实现的实例,华丽的界面 网上收集而来...
这是一个串口(com口)的全功能通讯实现的实例,华丽的界面 网上收集而来-This is a serial port (com) are the realization of a fully functional communications examples of gorgeous interface collected from the Internet
- 2022-02-06 07:53:49下载
- 积分:1
-
serverudp
serverUDP
-serverUDP
- 2022-04-27 14:53:31下载
- 积分:1
-
ACTAtek门禁系统SOAP API的基本运用,下载门禁用户指纹并UPLOAD到另一台门禁终端。是一个很好的在.net 环境下学习WEBSERVICE SOA...
ACTAtek门禁系统SOAP API的基本运用,下载门禁用户指纹并UPLOAD到另一台门禁终端。是一个很好的在.net 环境下学习WEBSERVICE SOAP API 的学习例子-ACTAtek SOAP API AND Webservice study good sample
- 2022-03-06 08:47:39下载
- 积分:1
-
包括客户和服务器端所有源码和简单文档
包括客户和服务器端所有源码和简单文档-including client and server-side all source files and simple
- 2022-06-26 21:52:53下载
- 积分:1
-
examples of the complete simulation of FTP functions. In 2000 server port for th...
该实例完成模拟的FTP功能.服务器程序在2000端口进行侦听,并进入等待连接状态.客户端尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行文件传输,程序里要求文件夹小于32KB.客户端提示输入文件各,该文件名可以带路径,服务器收到文件后,将其写到相应位置.-examples of the complete simulation of FTP functions. In 2000 server port for the interception, and went to wait for the state of the link. Client and server-side to the other. Connecting once established, can the server and client file transfer between that the procedures requested folder is less than 32KB . the client suggested the importation document, the file name can bring path, the server received the documents, wrote to the corresponding location.
- 2023-08-10 12:45:04下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1