资源列表
the-webview-online-play-video
- webview 在线播放视频的一个程序,objective-c语言写的,经过测试,可以正常播放视频-The webview online video a program, the Objective-C language written, tested, normal playback video
ienovel
- 基于IE内核写的源码,Web界面的浏览器程序.-Written based on IE kernel source, Web browser interface program.
TrainTicketLogindb
- Web的原理就是,浏览器发送一个Request给Web服务器,Web服务器处理完这个请求之后发送一 个HTTP Response给浏览器。 如果我们用自己写的程序来发送Request给Web服务器,然后再捕获Web服务器发回来的 Response. 检查它与期望值值是否一致。 这不就是Web自动化测试吗? 这样的自动化测试叫做 请求响应测试, 别小看这样的自动化测试。 什么开心农场助手,自动投票机。 网络爬虫都是 用这个做的-The principle of the Web
网络浏览器
- 运行本例后,可以像在IE浏览器中那样在对话框中输入想访问的站点的网址。-cases after the operation, as in Internet Explorer browser did in the dialog box input to the site visit the website.
MyBrowser
- 这是一个通过MFC WinInet类实现的HTTP客户程序,一个简单的浏览器-This is a category through the MFC WinInet realize the HTTP client, a simple browser
myie
- 用C#开发的如何自制浏览器程序,非常简单,好用,我用在自己的程序里,增加了功能.-With C# Developed procedures for how the self-browser, is very simple, easy to use, I use in their own program, an increase of function.
网络编程-HTTP服务器
- 网络编程-HTTP服务器-Network Programming-HTTP server
BCGIEDemo
- 一个小巧的IE浏览器,用MFC开发,实现简易的浏览网页的功能。-A small IE browser, developed by MFC to achieve simple browsing features.
brower
- C语言写的浏览器程序-C language to write procedures browser
brower
- C#的控件做的一个多页面的浏览器 Browser by C#-C# Controls do more than one browser page Browser by C#
MyBrowser
- 应用MFC开发的浏览器,能够进行网页的浏览。
Http
- 简单的浏览器,即 web 客户端,是学习http协议的一个好的例子