搜索资源列表
Server-2.0.src.rar
- java实现的轻量级WebServer,可以运行于多个平台,支持CGI(C/perl/PHP等),具有很好的参考价值。
360
- [PERL][图象处理] 无缺 360度全景演示 版本 Build 00913 2000-10-28 16-49-44 #【运行说明】 # 暂时只能运行在具有浏览图片和cgi权限的目录中,一般只有nt才能这样,unix我没有测试,一般不行 # 下一版本将提供unix支持,这是演示360度场景程序,只要你加不同的jpg参数,就可以变换不同的图片演示 # 宽度,高度等用参数调整(width,height) -[PERL image processing] [] No 360-d
CC Guestbook
- 用perl做的cgi程序-do with the procedures cgi
CGI.pm-3.20.tar
- cgi编程更新库,3.20版本,用于perl。-cgi update the program, version 3.20, for perl.
用C语言进行CGI程序设计
- 用C语言进行CGI程序设计CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程 序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的 交互, 也就是CGI程序接受Web浏览器发送给 Web服务器的信息,进行处 理,将响应结果再回送给Web服务器及Web浏览器。CGI程序一般完成We b网页中表单(Form)数据的处理、数据库查询和实现与传统应用系统 的集成等工作。CGI程序可以用任何程序设计语言编写,如Shell脚本 语言、Perl、Fortran、Pascal
cgic205.tar
- cgic库大家可以利用这个库来编写cgi网页,语言用的不是perl而是大家熟悉的c语言
CGI-perl-RH9
- 用perl语言编写的CGI webserver页面,用于嵌入式系统的web配置。
PHP入门速成
- PHP是一种用于创建动态WEB页面的服务端脚本语言。如同ASP和ColdFusion,用户可以混合使用PHP和HTML编写WEB页面,当访问者浏览到该页面时,服务端会首先对页面中的PHP命令进行处理,然后把处理后的结果连同HTML内容一起传送到访问端的浏览器。但是与ASP或ColdFusion不同,PHP是一种源代码开放程序,拥有很好的跨平台兼容性。用户可以在Windows NT系统以及许多版本的Unix系统上运行PHP,而且可以将PHP作为Apache服务器的内置模块或CGI程序运行。
PERL
- 本书是一本介绍Linux平台上Perl5编程语言的专业参考书。书中详细地讲解了Perl语言的基本概念、基本数据结构和语法规则,探讨了使用Perl语言进行CGI编程技术,还讲述了如何使用Perl语言进行数据库的开发,最后介绍了Perl语言在网络中的应用,讲解如何使用Perl语言进行网络编程
ASP-CGI-PERL-NT
- 主要讲述了ASP CGI PERL的区别-mainly on the ASP PERL CGI distinction
perl001
- CGI图形计数器,包括perl源代码和对应的html文件-Counter CGI graphics, including the perl source code and the corresponding html file
nikto-current.tar
- 一个用perl写的功能强大的cgi漏洞检测程序,内含源代码,属于网络漏洞扫描的安全检测工具!-write a perl with the powerful cgi vulnerability detection procedures, containing source code, belong to the network security loopholes scanning detection tool!
awstats-6.8
- AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few
CGI
- CGI编程指南-CGI Programming Guide
Uber-Uploader_6.7.2
- Upload ajax processbar with perl CGi
Teach_Yourself_CGI_Programming_with_Perl_in_a_Wee
- Teach Yourself CGI Programming with Perl in a week
book
- This book provides a set of design and implementation guidelines for writing secure programs for Linux and Unix systems. Such programs include application programs used as viewers of remote data, web applications (including CGI scr ipts), network ser
eba_14_12_2005
- this a cgi game which published in 2006-this is a cgi game which published in 2006
Servlets-and-CGI
- Java Servlets与CGI,可以用来自己创建Java Servlets,可以用来代替传统的Perl和C/C++ CGI程序。-Java Servlets and CGI, can be used to create your own Java Servlets, can be used instead of the traditional Perl and C/C++ CGI programs.
cgi-bbs
- 动手写论坛项目 1.使cgi更加健壮,安全 2.文件上传和下载, cgi c库可以实现,但不打算用,都自己写,关键是HTTP协议~ 3.留言页面多元化, 支持表情等 4.计算在线时间和统计人数等 5.实现发mail, perl下有sendmail,但c一定要用socket才可以?这样的话得暂时要搁置这功能,因为打算找到工作后再深入socket-1. The cgi more robust, secure 2 file upload and download, cgi c li