搜索资源列表
ryeolhttpclient_src
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。
DHTML_Edit18343612292004
- DHTML Edit Control is an ActiveX control provided by Microsoft, they provide with it a sample app, this code is built on that app but much enhanced, to get the DHTML control goto: http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnare
HTTPClient
- This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirecti
160955
- - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac(Japanese
gethostbyname 利用gethostbyname得到用户输入的网址
- 利用gethostbyname得到用户输入的网址的ip地址,端口号,其他ip别名,并计算执行时间-Use gethostbyname to get the user to enter the URL of the ip address, port number, other ip alias, and calculate the execution time
CustomWebProtocol.rar
- 仿Skype通过URL触发自己的程序 IURLSearchHook接口被浏览器用来转换一个未知的URL协议地址。当浏览器企图去打开一个未知协议的URL地址时,浏览器首先尝试从这个地址得到当前的协议,如果不成功,浏览器将创建在系统中注册的URL Search Hook对象并调用每一个对象的Translate方法,直到地址被转换或所有的URL Search Hook都尝试过。 也就是说,我们可以注册一种目前不存在的协议(类似HTTP),当浏览器遇到新的协议时会自动调用Translate方
httpSniffer_Src.rar
- delphi源代码。是木桩同志写的,我只是借花献佛^_^使用了winpcap,所以要先安装之。用途:捕获HTTP的GET和POST消息,用于截获URL的访问以及表单的提交(比如只监听POST消息,可以抓到论坛登陆的帐号和密码)。,delphi source code. Is written by wood piles, Comrade, I just none ^ _ ^ using winpcap, so first installed. Purposes: to capture HTTP-G
批量获取URL
- 批量获取URL 用迅雷导入TXT列表后就可以下载了 然后批量移动 -Batch import TXT to get a list of URL with the Thunder can be downloaded and then after the mass movement
GetBrowserTypeTest
- 获取浏览器URL 通过浏览器的窗口句柄来获取的。大家可以通过SPY++来查看你所打开的窗口句柄-get the browser s URL
delphi 2010 webpage Harvest
- web网页采集主要用于网址提取,内容提取,图片提取,网页源码。 用于网页分析的delphi源代码,可以提取网页中的连接、图片、内容等。 源代码非常简单,便于分析。 -get website page url,content ,pic and source code。
vpn
- 一个超简单易懂的VPN连接器源码,初学时写的,同时里面已提供了一个免费vpn获取网址,包内已包含程序所需的DialUp控件。-A simple VPN connector source, beginners to write, at the same time there has been provided a free VPN get URL, package included procedures required for the DialUp control.
skytree2.0ddd
- Open the URL below: http://www.justrun.net/demo/skytree/help/ Click Get Started->Basic tutorial .Follow the instruction to install and configure your web server. JustRun Studio 2007.1.18-Open the URL below: http://www.justrun.net/demo/sky
ipmsg250a7src
- 局域网聊天,传文件工具,源码可编译 - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win
hostbyip
- Get the url [ host name ] via IP address. You can get the hostname prividing the IP number.-Get the url [ host name ] via IP address. You can get the hostname prividing the IP number.
lyoulhttpclient
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s AP
image-from-url
- get image from url asp.net
base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。-Base64 is the most common on the network for transmission 8Bit encoding of byte code, we can see RFC2045 ~ RFC2049, the above detailed specifications have MIME. Base64 encoding can
google
- Ajax模仿google自动完成,place.cs放入App_code目录,数据库连接自行配置-ajax for google complete function getData(va) { if(va!="") var url= Default2.aspx?k= +escape(va) obj=CreateAJAX() if(obj) { obj.onreadystatechange=handlejs
uri_codec
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码为适合放在URL(包括隐藏表单域)中的形式。此
Get-Web-Code
- 用WebBrowser ,StreamReader 撰寫 擷取網頁資料的VB程式 用法 :輸入往網址 , 輸出:取得網頁原始碼 -With WebBrowser, StreamReader write VB program to capture web data usage: URL input to output: Get page source