CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - embedded web server
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Games
SDK
Other
Search - embedded web server - List
[
Other resource
]
httpd
DL : 0
嵌入式web服务器源码,硬件采用是arm7处理器,可pc机来访问服务器内容。-embedded web server source code, the hardware used is ARM7 processor, PCs to access server-based content.
Date
: 2008-10-13
Size
: 3.33kb
User
:
陈小平
[
Other resource
]
sddddsssssssssssssss
DL : 0
Microsoft Active Server Pages 即我们所称的 ASP ,其实是一套微软开发的服务器端脚本环境, ASP 内含于 IIS 3.0 和 4.0 之中 , 通过 ASP 我们可以结合 HTML 网页、 ASP 指令和 ActiveX 元件建立动态、交互且高效的 WEB 服务器应用程序。有了 ASP 你就不必担心客户的浏览器是否能运行你所编写的代码,因为所有的程序都将在服务器端执行,包括所有嵌在普通 HTML 中的脚本程序。当程序执行完毕后,服务器仅将执行的结果返回给客户浏览器,这样也就减轻了客户端浏览器的负担,大大提高了交互的速度。-Microsoft Active Server Pages, which is supported by the ASP, Microsoft is developing a set of server-side scripting environment, ASP intron in IIS 3.0 and 4.0, through that we can combine ASP HTML pages, ASP instructions and ActiveX components to build dynamic, interactive and efficient Web server applications. With ASP You do not have to worry about customers browser can run your prepared by the code, because all the procedures will be implemented on the server side, including all embedded in ordinary HTML scripting. When the procedure has been completed, the server will only implement the results back to the client browser, this will reduce the client browser burden, which has greatly enhanced the speed of interaction.
Date
: 2008-10-13
Size
: 88.19kb
User
:
陈年
[
Other resource
]
boa-0.94.13
DL : 0
boa:著名嵌入式系统网页服务器源代码。-boa : famous embedded web server system source code.
Date
: 2008-10-13
Size
: 151.94kb
User
:
渔民
[
Other resource
]
linux_server
DL : 0
嵌入式Linux上的Web Server设计-Embedded Linux Web Server Design
Date
: 2008-10-13
Size
: 272.03kb
User
:
rockkang
[
Other resource
]
ARM7_WEB
DL : 0
开源的嵌入式WEB服务器,运行于RAM处理器,占用的系统资源极少-revenue embedded Web server running on the processor RAM and occupies very little system resources
Date
: 2008-10-13
Size
: 254.81kb
User
:
lao
[
Other resource
]
tf320_cascade
DL : 1
基于网络服务控制芯片TF-320的嵌入式web server源代码,经调试-network-based service control chip TF - 320 embedded web server source code, debugging
Date
: 2008-10-13
Size
: 3.41mb
User
:
张勇
[
Other resource
]
5.8-webserver
DL : 0
基于ARM9嵌入式开发板LINUX环境下的程序代码-linux web server,是大家常用的程序,代码中有详细的注释,方便移植!-ARM9-based embedded Linux development environment board procedures under the code - linux web se rver, we used the procedure code detailed in the Notes to facilitate the transplant.
Date
: 2008-10-13
Size
: 9.76kb
User
:
盖萌
[
Other resource
]
PHP_MySQL
DL : 0
本文介绍堪称Web数据库黄金组合的PHP/MySQL如何构筑一个网络数据库应用的方法,PHP是一个类似微软ASP的服务器端的嵌入式超文本处理语言,是建立动态网站的强大工具。而MySQL是一个轻型SQL数据库服务器,可运行在多种平台上,包括Windows NT和Linux,它还有一个GPL版本,MySQL被认为是建立数据库驱动的动态网站的最佳产品。PHP、MySQL和Apache是Linux平台网站的最佳拍档。该教程是一个3日课程,从安装到应用都有详细描述。-This paper introduces his Web database gold combination of PHP / MySQL how to build a data network Application of the method, PHP is a similar Microsoft ASP server-embedded text processing language, build dynamic web site is a powerful tool. And MySQL is a lightweight SQL database server, which can run on a variety of platforms, including Windows NT and Linux, it also a GPL version, MySQL is considered to be the establishment of the dynamic database-driven website the best products. PHP, MySQL and Apache Linux site is the best of partners. The Guide is a three-day course, from the installation of the application is described in detail.
Date
: 2008-10-13
Size
: 31.86kb
User
:
将计就计
[
Other resource
]
uIP_webserver
DL : 0
EASYARM2200开发板上,一个微型嵌入式web服务器-源代码。基于uIP6.0协议栈。(ADS).内有具体说明。-EASYARM2200 development board, a micro-embedded web server-source code. Based on uIP6.0 protocol stack. (ADS). Within specified.
Date
: 2008-10-13
Size
: 202.32kb
User
:
wangwen
[
Other resource
]
WebServerOn8051
DL : 0
本文介绍了如何使用RTL8019+51内核单片机来实现嵌入式Web服务器,文章包括硬件电路设计、协议的实现、调试的方法、程序的调度。本文对于进行轻量级TCP/IP协议开发的设计人员有很强的指导意义。本文所述Web服务器的源代码请参考本人上传的“TcpIpOn8051.rar”。-This paper describes how to use the RTL8019 51 MCU kernel to achieve Embedded Web server, The article includes hardware circuit design, the realization of the agreement, testing methods, and procedures of scheduling. This article about a lightweight TCP / IP protocol development of the design staff has a strong guiding significance. This paper described the Web server source code reference, I uploaded "TcpIpOn8051.rar."
Date
: 2008-10-13
Size
: 2.54mb
User
:
王鑫
[
Other resource
]
miniweb-0.8.19
DL : 0
MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less resources, high efficiency, portability and use the C language, can thread a number of service users, Dynamic pages and pages generated variable substitution, and other dynamic Web technology, as a static or dynamic library embedded in other software, can also be used as an independent Web server running on Windows and Linux.
Date
: 2008-10-13
Size
: 48.59kb
User
:
justgo
[
Other resource
]
embedded_server
DL : 0
介绍了EMBEDDED-SERVER的实现过程,做嵌入式网页的朋友可以参考-introduced EMBEDDED - SERVER to the implementation process so embedded web reference can be friends
Date
: 2008-10-13
Size
: 510.24kb
User
:
bobby
[
Other resource
]
simpleEmbeddedWebServer
DL : 0
嵌入式系统设计与实例开发实验教程二嵌入式WEB服务器实验-Embedded System Design with examples of the development of two experimental Guide Embedded Web server experiment
Date
: 2008-10-13
Size
: 5.88kb
User
:
ljp0223
[
Other resource
]
libhttpd-1.3.tar
DL : 0
开放源代码的WEB服务器,在嵌入式系统中非常好用-open source Web server, embedded system is very handy
Date
: 2008-10-13
Size
: 146.21kb
User
:
bingdu
[
Other resource
]
miniweb1.0.tar
DL : 0
嵌入式迷你WEB服务器代码,是由瑞典科学院开发的,written by Adam Dunkels.-Embedded mini Web server code is developed by the Swedish Academy of Sciences. written by Adam Dunkels.
Date
: 2008-10-13
Size
: 17.61kb
User
:
张俩
[
Other resource
]
webs216
DL : 0
嵌入式vxwork web server,短小精悍,很有参考价值-vxwork embedded web server, small and great reference value
Date
: 2008-10-13
Size
: 1009.16kb
User
:
陈国孟
[
Other resource
]
msp430f149program
DL : 0
基于msp430f149嵌入式Web服务器程序代码-based msp430f149 Embedded Web server code
Date
: 2008-10-13
Size
: 20.76kb
User
:
胡小华
[
Other resource
]
web.src
DL : 0
linux下用c语言开发的小型嵌入式web服务器。-using C language development of small embedded web server.
Date
: 2008-10-13
Size
: 18.58kb
User
:
李文东
[
Other resource
]
vxWebServerV113
DL : 0
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行-tips on the Web server, light pole, but wince or other embedded operating systems
Date
: 2008-10-13
Size
: 321.27kb
User
:
赵炎
[
Other resource
]
GoHead WebSever
DL : 0
著名的linux嵌入式系统的Web Server源代码,支持ASP脚本.-famous Embedded System Web Server source code, ASP script support.
Date
: 2008-10-13
Size
: 1.9mb
User
:
saki
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.