Description: 一个系统程序,可以察看系统中当前窗口的局柄等信息,可以察看系统窗口,例如任务栏、开始按钮。可以通过鼠标移动察看光标位置下的 窗口的信息 8 通过Winsock实现的Web服务器程序,目前只支持html格式,-a system procedures, systems can see the current window Bureau handles, and other information, can see the window system, For example, the task bar, Start button. Mobile can see through the mouse cursor location of the window of 8 through Winsock Web server procedures currently only supports html format, Platform: |
Size: 391199 |
Author:chenliang |
Hits:
Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i Platform: |
Size: 44032 |
Author:王明 |
Hits:
Description: C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控件,使用NNTP控件,创建Web服务器应用程序,Web服务器的细节。该书主要是为那些想在Internet/Intranet领域编程的读者写的,-C++ Core programming technology book comprehensive and in-depth description of today s most popular programming technologies, including COM, ActiveX, Web server applications, as well as the Internet on WinSock, UDP, HTTP, HTML, FTP, SMTP, POP3 , NNTP and other agreements. This book from Chapter 16 of the main features of object-oriented programming, Component Object Model (COM), ActiveX framework, Type Library editor, create ActiveX, OLE Automation, the use of WinSock, controls the use of FTP, use the UDP controls, controls the use of HTTP, using HTML controls, the use of SMTP controls, controls the use of POP, the use of NNTP controls, create a Web server application, Web server details. The book is mainly for those who would like Internet/Intranet field of programming readers wrote, Platform: |
Size: 2031616 |
Author:hclcool |
Hits:
Description: Web服务器的实现主要是服务器端接受并响应客户端的请求,本次设计是在Visual C++开发平台上使用Winsock编程技术开发Web服务器程序。
该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。
-The realization of the Web Server is based on the acceptance and response of the server from the clients’ requests. In this design, by exploiting the development platform of Visual C++, the technology of the Winsock programming is used to work out the program of the Web Server.
This Web Server has the structure of “Request/Response” model, possessing many functions, such as multithread and the configuration of current directory and default homepage , the method of GET, POST and HEAD, basic errors correction, and ASP.
Platform: |
Size: 204800 |
Author:旅游业 |
Hits:
Description: winsock winhttp 操作网站 网络的使用例子,好多个,支持代理服务器,支持破解cookie,破解防盗链-winsock network operator to use web site example and more than support a proxy server to support the crack cookie, crack anti-navigating to www.sina.com.cn. Platform: |
Size: 828416 |
Author:zhaoqqq |
Hits:
Description: 开发论坛顶贴软件可以有两种方法,一种是模拟提交的方法,通过自动填表来提交,这种方法可以随时观察发布过程,但耗费内存,效率比较低,一另种是封包发送的方法,通过抓包软件拦截发贴时向网络提交的数据,然后用VB的WINSOCK控件向服务器提交数据,因为不加载多余的网页所以发布速度很快,效率比较高。下面本站公布一套动网7.1版本论坛发贴机源码,此版本已加入验证码识别。-Top Software Development Forum can be posted in two ways, one is to simulate the way to, through the auto-fill in a form to submit, this method can always observe the release process, but memory-intensive, efficiency is relatively low, a packet sent by the other species method, through the Ethereal software to intercept Posted data submitted to the network and then use VB' s WINSOCK control to submit data to the server, because it does not load the extra pages released so fast, more efficient. The following Web site announced a set of moving machine source code 7.1 version of the post on the forum, this version of the identification code has been joined. Platform: |
Size: 620544 |
Author:zhanghaibo |
Hits:
Description: 应用Winsock接口函数实现了基本的WWW服务器功能,整个系统基于完成端口模型、多线程、多用户,可以作为大型网页系统的WEB页面发布模型使用-Winsock application interface functions to achieve the basic function of WWW server, the whole system is based on the completion port model, multi-threaded, multi-user, the system can be as large web page publishing model uses WEB Platform: |
Size: 16384 |
Author: |
Hits:
Description: Web服务器程序实现:通过Winsock实现的Web服务器程序,目前只支持html格式,如ASP,CGI等可能自己扩展,通过此程序可以学习掌握Winsock控件的使用-Web server program realization: through the Winsock realize Web server program, at present only support HTML, such as ASP, CGI, may it expand, through the program can learn Winsock control to use
Platform: |
Size: 79872 |
Author: |
Hits:
Description: 本源代码开发于VC平台,使用Winsock编程技术,实现了基本的WWW服务器功能,整个系统基于完成端口模型、多线程、多用户,可以作为大型网页系统的WEB页面发布模型使用。-Source code developed in VC platform, the use of Winsock programming techniques, basic WWW server function, the whole system is based on the completion port model, multi-threaded, multi-user, can be released as a large web WEB page model uses. Platform: |
Size: 270336 |
Author:ibmis |
Hits: