搜索资源列表
PHP入门速成
- PHP是一种用于创建动态WEB页面的服务端脚本语言。如同ASP和ColdFusion,用户可以混合使用PHP和HTML编写WEB页面,当访问者浏览到该页面时,服务端会首先对页面中的PHP命令进行处理,然后把处理后的结果连同HTML内容一起传送到访问端的浏览器。但是与ASP或ColdFusion不同,PHP是一种源代码开放程序,拥有很好的跨平台兼容性。用户可以在Windows NT系统以及许多版本的Unix系统上运行PHP,而且可以将PHP作为Apache服务器的内置模块或CGI程序运行。
JSPbyywwx2
- Abstract: Servlet program running in the server-side, dynamically generated Web page with the traditional CGI and many other similar compared to CGI technology, Java Servlet with a more efficient, easier to use, more powerful and has better portabili
test
- Cgi上传文件,web网站常用。通过修改路径和网页站点。轻松完成上传任务-Cgi commonly used to upload files, web site. By modifying the path and web sites. Easy to complete the upload task
Linux-cgi_wtt
- 此文档以TC505为例,针对TC505在linux平台的WebServer开发过程进行简单介绍。嵌入式系统Web server 与CGI 技术结合使得对硬件设备的监控、管理更为简便。 -This document in the case of TC505, for TC505 are briefly introduced in the development process of WebServer Linux platform. Combined with the embedded sys
boa502error
- linux系统搭建WEB服务器,用boa搭建过程,以及Cgi调用时出现502错误的解决方案 -After compiling boa, set up under the web server error 502 solutions, linux systems encountered a 502 error, liberated approach
1
- 基于web的嵌入式远程监控系统 关键词:ARM 嵌入式系统;嵌入式 web 监控;boa 服务器;CGI 编程;Linux 操作系统-Keywords: ARM Embedded System Embedded Web Server System Boa Server CGI Programing Linux Operating System
c_down
- cgi 实现web上浏览器上下载保存文件的例子源码。-CGI web on the browser to download and save the file examples of source code.
c_up
- c-cgi实现web浏览器页面上传的功能源代码,可以参考实现配置文件上传。-Web c-cgi browser to achieve the function of the source code, you can refer to the realization of the configuration file upload.
CGI-Programming-Guide
- 通用网关接口(Common Gateway Interface)是一个Web服务器主机提供信息服务的标准接口。通过CGI接口,Web服务器就能够获取客户端提交的信息,转交给服务器端的CGI程序进行处理,最后返回结果给客户端。组成CGI通信系统的是两部分:一部分是html页面,就是在用户端浏览器上显示的页面。另一部分则是运行在服务器上的Cgi程序- 您输入的可能是:英语 The common gateway interface (Common Gateway Interface
Python核心编程
- 全书总共分为3部分。第1部分为讲解了Python的一些通用应用,包括正则表达式、网络编程、Internet客户端编程、多线程编程、GUI编程、数据库编程、Microsoft Office编程、扩展Python等内容;第2部分讲解了与Web开发相关的主题,包括Web客户端和服务器、CGI和WSGI相关的Web编程、Django Web框架、云计算、高级Web服务;第3部分则为一个补充/实验章节,包括文本处理以及一些其他内容。