-
07175
网络文字采集源码程序,例程结合易语言互联网支持库,调用“HTTP读文件”命令读取网页的内容,并解析其中的文字。(Web word collection of source programs, routines combined with easy language support library Internet calls HTTP read file command reads the contents of the page , and parse text.)
- 2017-02-07 13:42:41下载
- 积分:1
-
向代理服务器发数据的程序,可以通过http代理,vb做的,很难找的哦,我原创.zip...
向代理服务器发数据的程序,可以通过http代理,vb做的,很难找的哦,我原创.zip-a proxy server to process data, through http agents, vb do, it is difficult to find, um, I originality. Zip
- 2022-07-28 03:39:23下载
- 积分:1
-
WINSOCK
利用WINSOCK在几台计算机之间互相传输屏幕图象
(WINSOCK use in several computer screen image transmission between)
- 2008-04-15 16:20:24下载
- 积分:1
-
libuv-v1.9.1
说明: 高效服务器编程模型,达到理论100W并发服务(Efficient Server Programming Model)
- 2020-06-22 09:20:02下载
- 积分:1
-
LanTalk_sources
Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
- 2009-06-27 15:00:43下载
- 积分:1
-
使用asp,自编的流量统计小系统,便于日常察看本网络流量。...
使用asp,自编的流量统计小系统,便于日常察看本网络流量。 -use asp, directed the flow of small statistical system to facilitate day-to-day look at the network traffic.
- 2023-06-26 10:15:03下载
- 积分:1
-
black Streamer completely soft Guide Directory
黑软教程流光完全教程-black Streamer completely soft Guide Directory
- 2022-01-30 13:32:15下载
- 积分: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
-
商城程序下载,再调调。
商城程序下载,再调调。-Mall downloading, to stress transfer.
- 2022-02-01 23:43:03下载
- 积分:1
-
PHP读取excel的程序,简单明了
PHP读取excel的程序,简单明了-PHP read excel procedures simple and clear
- 2022-02-20 23:51:17下载
- 积分:1