文件名称:CEmbeddedWebServer
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 269kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Webem是一个Web服务器,您可以嵌入在您的C + +应用程序。它更容易执行的浏览器的GUI。Webem是基于改良版的Web服务器,并允许HTML代码来执行C + +的方法。-Webem is a web server that you can embed in your C++ application. It makes it easy to implement a browser GUI accessible from anywhere.
Webem is based on a minimally modified version of the boost::asio web server, and permits html code to execute C++ methods.
Webem is based on a minimally modified version of the boost::asio web server, and permits html code to execute C++ methods.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code_project
............\examples
............\........\webemCalendar
............\........\.............\calendar.dat
............\........\.............\index.html
............\........\.............\ReadMe.txt
............\........\.............\sqlite3.dll
............\........\.............\stdafx.cpp
............\........\.............\stdafx.h
............\........\.............\targetver.h
............\........\.............\webemCalendar.cpp
............\........\.............\webemCalendar.sln
............\........\.............\webemCalendar.vcproj
............\........\.............\webemCalendar.vcproj.CORVIS.james.user
............\........\webemExamples.sln
............\........\webemHello
............\........\..........\index.html
............\........\..........\ReadMe.txt
............\........\..........\stdafx.cpp
............\........\..........\stdafx.h
............\........\..........\targetver.h
............\........\..........\webemHello.cpp
............\........\..........\webemHello.vcproj
............\........\..........\webemHello.vcproj.CORVIS.james.user
............\........\webemHelloForm
............\........\..............\index.html
............\........\..............\ReadMe.txt
............\........\..............\stdafx.cpp
............\........\..............\stdafx.h
............\........\..............\targetver.h
............\........\..............\webemHelloForm.cpp
............\........\..............\webemHelloForm.vcproj
............\........\..............\webemHelloForm.vcproj.CORVIS.james.user
............\........\webemMT
............\........\.......\index.html
............\........\.......\ReadMe.txt
............\........\.......\stdafx.cpp
............\........\.......\stdafx.h
............\........\.......\targetver.h
............\........\.......\webemMT.cpp
............\........\.......\webemMT.vcproj
............\........\.......\webemMT.vcproj.CORVIS.james.user
............\src
............\...\sqlite
............\...\......\sqlite3.h
............\...\......\sqlite3.lib
............\...\......\SQLiteDatabase.cpp
............\...\......\sqlitedatabase.h
............\...\webem
............\...\.....\cWebem.cpp
............\...\.....\cWebem.h
............\...\.....\cWebemTable.cpp
............\...\.....\cWebemTable.h
............\...\.....\server
............\...\.....\......\connection.cpp
............\...\.....\......\connection.hpp
............\...\.....\......\connection_manager.cpp
............\...\.....\......\connection_manager.hpp
............\...\.....\......\header.hpp
............\...\.....\......\Jamfile
............\...\.....\......\Jamfile.v2
............\...\.....\......\mime_types.cpp
............\...\.....\......\mime_types.hpp
............\...\.....\......\posix_main.cpp
............\...\.....\......\reply.cpp
............\...\.....\......\reply.hpp
............\...\.....\......\request.hpp
............\...\.....\......\request_handler.cpp
............\...\.....\......\request_handler.hpp
............\...\.....\......\request_parser.cpp
............\...\.....\......\request_parser.hpp
............\...\.....\......\server.cpp
............\...\.....\......\server.hpp
............\...\.....\......\win_main.cpp
............\examples
............\........\webemCalendar
............\........\.............\calendar.dat
............\........\.............\index.html
............\........\.............\ReadMe.txt
............\........\.............\sqlite3.dll
............\........\.............\stdafx.cpp
............\........\.............\stdafx.h
............\........\.............\targetver.h
............\........\.............\webemCalendar.cpp
............\........\.............\webemCalendar.sln
............\........\.............\webemCalendar.vcproj
............\........\.............\webemCalendar.vcproj.CORVIS.james.user
............\........\webemExamples.sln
............\........\webemHello
............\........\..........\index.html
............\........\..........\ReadMe.txt
............\........\..........\stdafx.cpp
............\........\..........\stdafx.h
............\........\..........\targetver.h
............\........\..........\webemHello.cpp
............\........\..........\webemHello.vcproj
............\........\..........\webemHello.vcproj.CORVIS.james.user
............\........\webemHelloForm
............\........\..............\index.html
............\........\..............\ReadMe.txt
............\........\..............\stdafx.cpp
............\........\..............\stdafx.h
............\........\..............\targetver.h
............\........\..............\webemHelloForm.cpp
............\........\..............\webemHelloForm.vcproj
............\........\..............\webemHelloForm.vcproj.CORVIS.james.user
............\........\webemMT
............\........\.......\index.html
............\........\.......\ReadMe.txt
............\........\.......\stdafx.cpp
............\........\.......\stdafx.h
............\........\.......\targetver.h
............\........\.......\webemMT.cpp
............\........\.......\webemMT.vcproj
............\........\.......\webemMT.vcproj.CORVIS.james.user
............\src
............\...\sqlite
............\...\......\sqlite3.h
............\...\......\sqlite3.lib
............\...\......\SQLiteDatabase.cpp
............\...\......\sqlitedatabase.h
............\...\webem
............\...\.....\cWebem.cpp
............\...\.....\cWebem.h
............\...\.....\cWebemTable.cpp
............\...\.....\cWebemTable.h
............\...\.....\server
............\...\.....\......\connection.cpp
............\...\.....\......\connection.hpp
............\...\.....\......\connection_manager.cpp
............\...\.....\......\connection_manager.hpp
............\...\.....\......\header.hpp
............\...\.....\......\Jamfile
............\...\.....\......\Jamfile.v2
............\...\.....\......\mime_types.cpp
............\...\.....\......\mime_types.hpp
............\...\.....\......\posix_main.cpp
............\...\.....\......\reply.cpp
............\...\.....\......\reply.hpp
............\...\.....\......\request.hpp
............\...\.....\......\request_handler.cpp
............\...\.....\......\request_handler.hpp
............\...\.....\......\request_parser.cpp
............\...\.....\......\request_parser.hpp
............\...\.....\......\server.cpp
............\...\.....\......\server.hpp
............\...\.....\......\win_main.cpp