Welcome![Sign In][Sign Up]
Location:
Search - isapi

Search list

[Internet-NetworkIsapiWeb

Description: 用MFC开发的一个简单的ISAPI扩展服务--浮点数的四则运算,要运行它服务器必须有IIS,并将其复制倒服务目录下。执行它,只要在IE中键入http://URL/IsapiWeb.dll?即可-MFC Development Using a simple ISAPI extension of service of four floating point operations, it is necessary to run it the server must have IIS, and directory services to copy down. Implementation of it, as long as the IE type http://URL/IsapiWeb.dll? Can
Platform: | Size: 2347008 | Author: quwen | Hits:

[ISAPI-IEISAFile

Description: 文件HTTP下载ISAPI DLL MFC实现-HTTP download files ISAPI DLL MFC to achieve
Platform: | Size: 31744 | Author: 梁雨 | Hits:

[Internet-Networkcgi2_examples.tar

Description: 嵌入式WEB,cgi网页编程,这里提供几个很好学习案例-Embedded WEB, cgi web page programming, here are a few very good case study
Platform: | Size: 39936 | Author: sunxuxi | Hits:

[Internet-Networkmfctalk

Description: 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-By Visual C++ 4.1 developing a ISAPI applications, it uses a synchronization object (CCriticalSection) to protect the threads of the data request
Platform: | Size: 22528 | Author: xiaowen2456 | Hits:

[Internet-Networkadd

Description: 由Visual C++ 4.2开发的一个DLL,它扩展了ISAPI,允许你指定路径访问服务器。例如你的服务器名为MOOSEBOY,且ADD.DLL安装在Web服务器的根目录,你就可以使用URL:http://mooseboy/add.dll? -By Visual C++ 4.2 developed a DLL, it extends the ISAPI, allows you to specify path to access the server. For example, your server is named MOOSEBOY, and ADD.DLL installed in the Web server
Platform: | Size: 12288 | Author: xiaowen2456 | Hits:

[Driver DevelopMyISAPI

Description: myisapi,制作自己的ISAPI函数-myisapi, produced its own ISAPI function
Platform: | Size: 51200 | Author: 您的真 | Hits:

[VC/MFCwenyixiang

Description: 闻怡洋VC专题教程.chm 第一章 Internet相关开发 |------ 1.1 如何编写CGI程序 |------ 1.2 一种更亲切的CGI开发系统WinCGI |------ 1.3 利用ISAPI开发CGI程序 |------ 1.4 利用WinInet开发Internet程序 -Wen Yi-yang VC thematic curriculum. Chm chapter Internet-related development |------ 1.1 How to Write a CGI program |------ 1.2 a more cordial CGI development system WinCGI |------ 1.3 ISAPI development using CGI procedures |------ 1.4 Development Internet use WinInet procedures
Platform: | Size: 506880 | Author: wooxun | Hits:

[ISAPI-IEpyqtwebkit-sample.tar

Description: python + qtwebkit 调用javascript对网页进行操作。-python+ qtwebkit call the javascript on the page to operate.
Platform: | Size: 3072 | Author: guoquanling | Hits:

[Windows CECEWEB

Description: Visual Basic.net embedded Web Server for WINCE
Platform: | Size: 1594368 | Author: asdemirli | Hits:

[Windows DevelopISAPI_using_ATL

Description: 用ATL server开发的ISAPI示例程序,包括自动配置功能。-an ISAPI sample using ALT server
Platform: | Size: 8192 | Author: Yuan | Hits:

[Internet-NetworkCGI

Description: CGI编程指南-CGI Programming Guide
Platform: | Size: 6917120 | Author: jinyongxian | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Process-ThreadMultithreadingApplicationsinWin32

Description: 在《Win32多线程程序设计》这本书中,Jim Beveridge和Robert Wiener告诉你什么时机、什么地点、什么方法可以使用多线程。 本书主题包括: ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. 以C和C++写成的各个范例程序。 UNIX环境比较。让UNIX下的开发人员能转移到Win32-In the " Win32 multi-threaded programming," the book, Jim Beveridge and Robert Wiener to tell you what time, what place, what methods you can use multi-threading. The theme of this book include: ● Internet development examples, including ISAPI and WinSock. ● How to use the server threads and overlapped I/O. ● How to use multi-threaded environment and the C runtime library MFC.to C and C++ written in the various examples of procedures.UNIX environment. So that developers under UNIX can be transferred to the Win32
Platform: | Size: 22094848 | Author: | Hits:

[Web Serverisapi_redirect-1.2.14

Description: isapi_redirect-1.2.14.exe文件下载 isapi_redirect.dll文件下载-isapi_redirect-1.2.14.exe File Download File Download isapi_redirect.dll
Platform: | Size: 4177920 | Author: 徐益军 | Hits:

[Windows DevelopAlcinoe_3_70

Description: Compoments suite for Delphi: Binary Tree, Firebird API, HTML functions, String functions, Unicode functions, Ftp Client, GSM functions, Http Client, Internet Messages, Isapi, MySql client, NNTP Client, PHP Runner, SMTP Client, Xml Parser and much more-Compoments suite for Delphi: Binary Tree, Firebird API, HTML functions, String functions, Unicode functions, Ftp Client, GSM functions, Http Client, Internet Messages, Isapi, MySql client, NNTP Client, PHP Runner, SMTP Client, Xml Parser and much more...
Platform: | Size: 10971136 | Author: weijen | Hits:

[Windows DevelopFireWall_source

Description: 使用isapi 过滤器来实现 web 防火墙的源代码-Using the isapi filter to achieve the source code of web firewall
Platform: | Size: 70656 | Author: 咖喱 | Hits:

[Internet-Networkwebsys

Description: ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形有些帮助。-ISAPI make a web image(JPEG),It s a simple example.
Platform: | Size: 97280 | Author: | Hits:

[Special Effectslunwen

Description: 这是一篇论文。VC++中利用ISAPI实现图像特征提取-This is a thesis. VC++ using ISAPI for image feature extraction
Platform: | Size: 111616 | Author: 杨好 | Hits:

[ISAPI-IEIE4

Description: 介绍一下如何开发BHO插件,开发环境为VC6.0(使用ATL),安装Platform SDK中的Internet Development SDK。-Tell us how to develop BHO plug-in development environment for VC6.0 (using ATL), install the Platform SDK in the Internet Development SDK.
Platform: | Size: 6144 | Author: wendy | Hits:

[Windows Develop03

Description: 调试ISAPI扩展 调试ISAPI扩展 -Debugging ISAPI Extension Debugging ISAPI Extension Debugging ISAPI Extension Debugging ISAPI Extension
Platform: | Size: 4096 | Author: 李志涛 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »

CodeBus www.codebus.net