-
Based on the communication terminal equipment and the gateway server, interface...
基于通信终端设备与网关服务器的接口协议,实现协议转换 转码 译码 功能。-Based on the communication terminal equipment and the gateway server, interface protocols, protocol conversion, transcoding decoding capabilities.
- 2022-10-29 16:05:03下载
- 积分:1
-
IP伪装程序.对于网络安全开发的你不能不知道,也不能不去了解的比被技术...
IP伪装程序.对于网络安全开发的你不能不知道,也不能不去了解的比被技术-masquerading procedures. For the development of network security and you must know that, nor do not understand the technology than was
- 2022-02-01 14:21:23下载
- 积分:1
-
连接到IE实例
连接到IE实例- Connects the IE example
- 2022-11-14 18:55:03下载
- 积分:1
-
a function of the SHBrowseForFolder folder browser controls, including source co...
一个封装了SHBrowseForFolder函数的文件夹浏览控件,包含源代码和简单的使用范例-a function of the SHBrowseForFolder folder browser controls, including source code and the use of simple examples
- 2022-01-25 17:40:00下载
- 积分:1
-
邮件发送c++源代码,实现应用程序发送电子邮件功能,提供比较详细的调用方法。...
邮件发送c++源代码,实现应用程序发送电子邮件功能,提供比较详细的调用方法。-E-mail c++ Source code, send an e-mail realize application functionality to provide a more detailed method call.
- 2022-03-17 20:58:15下载
- 积分:1
-
delphi中用消息循环抓取网页文本,有源码,可以进行2次开发
delphi中用消息循环抓取网页文本,有源码,可以进行2次开发-news cycle using text crawls website, source code can be developed for 2nd
- 2022-02-06 00:15:25下载
- 积分:1
-
开发LDAP客户端的SDK,对资深开发人员很有帮助哦
开发LDAP客户端的SDK,对资深开发人员很有帮助哦-development LDAP client SDK, the senior development staff helpful oh
- 2022-02-25 09:20:52下载
- 积分:1
-
mssocket1.ocx实现网络通信OCX组件,在PB窗口控制…
mssocket1.ocx 实现网络通信的OCX组件,在PB窗口中直接加入控件就可以了,非常简单-mssocket1.ocx realize network communication OCX components, in the PB window controls directly into it, very simple
- 2023-06-04 13:55:03下载
- 积分:1
-
personal photo management : the example of the use of ADO completed a personal p...
个人相册管理:本实例使用ADO技术完成一个个人相册管理程序,实现在数据库中存取位图图象等数据的功能。-personal photo management : the example of the use of ADO completed a personal photo album management procedures, to achieve access to the database, such as bitmap image data.
- 2022-01-21 22:29:11下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1