-
从一个HTML文件得到txt。
Get the TXT from a HTML file.
- 2022-03-05 14:47:04下载
- 积分:1
-
经典的curl源码 用来抓取网页 很强大的工具 很多语言都有相关的调用接口...
经典的curl源码 用来抓取网页 很强大的工具 很多语言都有相关的调用接口-The classic source is used to crawl web pages curl a very powerful tool for a lot of languages have related to the call interface
- 2022-01-25 17:46:10下载
- 积分:1
-
vb6.0下的html浏览器,用来学习的例程。可以参考。
vb6.0下的html浏览器,用来学习的例程。可以参考。-VB6.0 under html browser, used to learning routines. Can refer to.
- 2023-07-13 06:50:04下载
- 积分:1
-
Delphi中数据包嗅探器
//003包嗅探器
- 2023-01-19 12:35:03下载
- 积分:1
-
同步套接字服务器
同步套接字服务器-synchronization socket server
- 2022-01-23 10:07:04下载
- 积分:1
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1
-
网络通讯中的加密技术SSL,本文档可以做初学教程
网络通讯中的加密技术SSL,本文档可以做初学教程-SSL from network data transfor ,this document for net program
- 2022-08-31 12:40: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
-
剪贴板的使用,使用剪贴板在两个进程间进行通信
剪贴板的使用,使用剪贴板在两个进程间进行通信-How to use Clipboard
- 2022-01-25 17:38:04下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1