文件名称:Webserver
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 876kb
- 下载次数:
- 0次
- 提 供 者:
- s**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
随着Internet技术的兴起,在嵌入式设备的管理与交互中,基于Web方式的应用成为目前的主流,这种程序结构也就是大家非常熟悉的B/S结构,即在 嵌入式设备上运行一个支持脚本或CGI功能的Web服务器,能够生成动态页面,在用户端只需要通过Web浏览器就可以对嵌入式设备进行管理和监控,非常方 便实用。本节主要介绍这种应用的开发和移植工作。用户首先需要在嵌入式设备上成功移植支持脚本或CGI功能的Web服务器,然后才能进行应用程序的开发。-With the rise of Internet technology in the embedded device management and interaction, Web-based applications become mainstream, this program structure is very familiar B/S structure, that is run on a embedded device CGI scr ipts or functions to support Web servers can generate dynamic pages, the client only through Web browser can be embedded device management and monitoring, very convenient and practical. This section describes the development and migration of such applications work. Users must first successfully transplanted in the embedded device or a CGI scr ipt functions to support Web server, and application development can be carried out.
相关搜索: webserver
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验源码\boa-0.94.13.tar.gz
........\client\client
........\......\client.pro
........\......\clientform.cpp
........\......\clientform.h
........\......\clientform.o
........\......\clientform.ui
........\......\frmclient.cpp
........\......\frmclient.h
........\......\frmclient.o
........\......\main.cpp
........\......\main.o
........\......\Makefile
........\......\moc_clientform.cpp
........\......\moc_clientform.o
........\......\moc_frmclient.cpp
........\......\moc_frmclient.o
........\client.tar
........\server\frmserver.cpp
........\......\frmserver.h
........\......\ipcserver.cpp
........\......\ipcserver.h
........\......\ipcserver.o
........\......\main.cpp
........\......\Makefile
........\......\server
........\......\server.pro
........\......\serverform.cpp
........\......\serverform.h
........\server.tar
........\目标文件\client
........\........\helloworld.c
........\........\server
........\client
........\server
........\目标文件
实验源码
........\client\client
........\......\client.pro
........\......\clientform.cpp
........\......\clientform.h
........\......\clientform.o
........\......\clientform.ui
........\......\frmclient.cpp
........\......\frmclient.h
........\......\frmclient.o
........\......\main.cpp
........\......\main.o
........\......\Makefile
........\......\moc_clientform.cpp
........\......\moc_clientform.o
........\......\moc_frmclient.cpp
........\......\moc_frmclient.o
........\client.tar
........\server\frmserver.cpp
........\......\frmserver.h
........\......\ipcserver.cpp
........\......\ipcserver.h
........\......\ipcserver.o
........\......\main.cpp
........\......\Makefile
........\......\server
........\......\server.pro
........\......\serverform.cpp
........\......\serverform.h
........\server.tar
........\目标文件\client
........\........\helloworld.c
........\........\server
........\client
........\server
........\目标文件
实验源码