Java Servlet和JSP教程之JSP 技術(shù)概述 Servlet是Java技術(shù)對(duì)CGI編程的回答。Servlet程序在服務(wù)器端運(yùn)行,動(dòng)態(tài)地生成Web頁(yè)面。與傳統(tǒng)的CGI和許多其他類似CGI的技術(shù)相比,Java Servlet具有更高的效率,更容易使用,功能更強(qiáng)大,具有更好的可移植性,更節(jié)省投資(更重要的是, Servlet程序員收入要比perl程序員高:-):
標(biāo)簽: Servlet Java JSP CGI
上傳時(shí)間: 2015-08-11
上傳用戶:daguda
MySQL中文參考手冊(cè).rar MySQL是一個(gè)精巧的SQL數(shù)據(jù)庫(kù)管理系統(tǒng),雖然它不是開放源代碼的產(chǎn)品,但在某些情況下你可以自由使用。由于它的強(qiáng)大功能、靈活性、豐富的應(yīng)用編程接口(API)以及精巧的系統(tǒng)結(jié)構(gòu),受到了廣大自由軟件愛好者甚至是商業(yè)軟件用戶的青睞,特別是與Apache和PHP/perl結(jié)合,為建立基于數(shù)據(jù)庫(kù)的動(dòng)態(tài)網(wǎng)站提供了強(qiáng)大動(dòng)力。 MySQL有瑞典的T.c.X公司負(fù)責(zé)開發(fā)和維護(hù),MySQL的用戶手冊(cè)很單純,只有一個(gè)集中的<MySQL Reference Manual>,但其內(nèi)容覆蓋了MySQL的所有信息,因此該手冊(cè)是了解和掌握MySQL的絕佳文獻(xiàn)。 雖然對(duì)MySQL的開發(fā)不能出一份力,但可為它的推廣使用盡一份心,面對(duì)500多頁(yè)的參考手冊(cè),知道要精確譯出它決非易事,但愿幾個(gè)月的心血能為大家提供一絲微薄的幫助。 由于本人水平有限,文中肯定有不準(zhǔn)確的地方,敬請(qǐng)?jiān)陂喿x過程中不吝指出。文中不明之處,請(qǐng)參閱手冊(cè)原文。 本文的內(nèi)容針對(duì)MySQL 3.23.7alpla,實(shí)際上很多內(nèi)容是通用的。另外,參考手冊(cè)的幾個(gè)附錄也是很有價(jià)值的,但由于時(shí)間有限,未能譯出,可參見原文。
上傳時(shí)間: 2014-01-08
上傳用戶:daoxiang126
mod_perl是個(gè)Apache模塊,它巧妙的將perl程序語(yǔ)言封裝在Apache Web服務(wù)器內(nèi)。在mod_perl下,CGI腳本比平常運(yùn)行快50倍
上傳時(shí)間: 2013-12-23
上傳用戶:520
perl24小時(shí)學(xué)習(xí)教程,從零開始教你學(xué)習(xí)perl
上傳時(shí)間: 2015-09-02
上傳用戶:saharawalker
By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) Search the text of perl Cookbook. Table of Contents Copyright Page Foreword Preface Chapter 1: Strings Chapter 2: Numbers Chapter 3: Dates and Times Chapter 4: Arrays Chapter 5: Hashes Chapter 6: Pattern Matching Chapter 7: File Access Chapter 8: File Contents Chapter 9: Directories Chapter 10: Subroutines Chapter 11: References and Records Chapter 12: Packages, Libraries, and Modules Chapter 13: Classes, Objects, and Ties Chapter 14: Database Access Chapter 15: User Interfaces Chapter 16: Process Management and Communication Chapter 17: Sockets Chapter 18: Internet Services Chapter 19: CGI Programming Chapter 20: Web Automation Index Colophon
標(biāo)簽: Christiansen Torkington published Edition
上傳時(shí)間: 2014-02-20
上傳用戶:yyq123456789
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標(biāo)簽: L. published Schwartz Edition
上傳時(shí)間: 2014-11-29
上傳用戶:kr770906
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) Learning perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標(biāo)簽: L. published Schwartz Edition
上傳時(shí)間: 2015-09-03
上傳用戶:lifangyuan12
flex是linux下一個(gè)很有用的高效的編譯器工具,本軟件將perl中正則表達(dá)式轉(zhuǎn)化為FLEX中可以識(shí)別的形式。
上傳時(shí)間: 2015-09-05
上傳用戶:gaome
英文原版, 本書介紹了Linux操作系統(tǒng)的基本知識(shí),以及如何在Linux和其他UNIX風(fēng)格的操作系統(tǒng)上進(jìn)行程序開發(fā)。本書的主要內(nèi)容包括:Linux的入門知識(shí),使用Shell進(jìn)行程序設(shè)計(jì),Linux的管理及開發(fā)工具,perl程序設(shè)計(jì)語(yǔ)言,Web程序設(shè)計(jì)等等。本書內(nèi)容豐富、深入淺出、易于理解,還包含大量編程實(shí)例。適合Linux的初學(xué)者及希望利用Linux進(jìn)行開發(fā)的程序設(shè)計(jì)人員閱讀。
標(biāo)簽: Linux 英文 操作系統(tǒng) 基本知識(shí)
上傳時(shí)間: 2013-12-24
上傳用戶:royzhangsz
統(tǒng)計(jì)http://www.sohu.cn/頁(yè)面中有多少個(gè)靜態(tài)的超鏈接,用perl語(yǔ)言實(shí)現(xiàn)
上傳時(shí)間: 2014-01-24
上傳用戶:kbnswdifs
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1