用jsp編寫的網上書店管理系統。可實現瀏覽圖書、搜索、購書、投票、統計金額、會員管理、訂單管理、圖書管理、信息編輯。。。等功能。 運行的時候,需要把database目錄下的BookStore_MSAccess.mdb文件拷貝到D盤根目錄,因為在common.jsp中設置的數據庫路徑為根目錄,讀者也可以自行設置程其他路徑。 將該目錄拷貝到Tomcat的ROOT目錄下,首頁鏈接URL為 http://localhost:8080/chap24/Default.jsp。 注意:文件名是區分大小寫的。
上傳時間: 2015-06-27
上傳用戶:chenbhdt
用SQL Server+jsp實現的電話黃頁查詢系統。 運行的時候,需要把database目錄下的YellowPages_MSAccess.mdb文件拷貝到D盤根目錄,因為在common.jsp中設置的數據庫路徑為根目錄,讀者也可以設置程其他路徑。 將該目錄拷貝到Tomcat的ROOT目錄下,首頁鏈接URL為http://localhost:8080/appendix2/Default.jsp。 注意:文件名是區分大小寫的。
上傳時間: 2015-06-27
上傳用戶:zhyiroy
本書由淺入深、循序漸進地介紹了如何使用Apache著名開源軟件Struts來構建Web應用,同時介紹了一些構建Web應用時常用到的開源軟件的使 用方法,如Hibernate、Lucene等。全書分為5篇,共22章,內容涵蓋了Java Web應用概述、Struts入門、配置文件、Struts控制器、模型、 Struts國際化、Struts標記庫、多模塊開發與Struts擴展、使用Tiles組織頁面、使用Validator包進行驗證、Struts的異常處理、Struts與 Log4j、Struts與Ant、Struts與JUnit、Struts與Hibernate、Struts與Lucene以及DigitStore網站分析。本書最大的特點在于為讀者準備了非 富的Web應用程序示例以供學習和擴展,力求使讀者在學習理論的同時能夠進一步通過現有的程序示例加深理解,牢固掌握知識。本書適合Java 程序員和從事計算機軟件開發的其他編程人員及項目開發人員,同時也可以作為新手學習Struts的最佳教材
上傳時間: 2013-12-21
上傳用戶:franktu
This document discusses recommended practices and style for programmers using the C language in the Flight Dynamics Division environment. Guidelines are based on generally recommended software engineering techniques, industry resources, and local convention. The Guide offers preferred solutions to common C programming issues and illustrates through examples of C code.
標簽: recommended programmers discusses practices
上傳時間: 2015-07-19
上傳用戶:jcljkh
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) * using values before they have been initialized * incorrect freeing of memory, such as double-freeing heap blocks * memory leaks.
標簽: distribution The Valgrind checking
上傳時間: 2014-01-14
上傳用戶:xc216
修改 Adobe Premiere 6.5 或者 Adobe Premiere Pro 1.5 中所帶字體文件,(“C:\Program Files\Common Files\Adobe\TypeSpt\AdobeFnt07.lst”) 使之能正確顯示中文。
上傳時間: 2014-01-01
上傳用戶:mhp0114
樂言新聞評論系統 1.0 是一個基于J2EE(Spring+Hibernate)環境下開發的新聞評論壇系統。請自行下載Hibernate 3.0,Spring 2.0,Jakarta Common等開源支持庫。
上傳時間: 2015-07-23
上傳用戶:Avoid98
RSA公鑰加密算法基于大整數因式分解困難這樣的事實。 選擇兩個素數,p,q。(一般p,q選擇很大的數) 然后計算 z=p*q f=(p-1)(q-1) 選擇一個n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也選擇一個素數), n和z就作為公鑰。 選擇一個s,0<s<f,滿足n*s % f=1,s就作為私鑰。
上傳時間: 2013-12-14
上傳用戶:wxhwjf
IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes pres
標簽: IEEE 1394 application graphical
上傳時間: 2014-12-03
上傳用戶:123啊
Struts + Hibernate教學錄像(第二集), 本集將向大家展示一個Struts實際應用的實例,本實例為《精通Struts:基于MVC的Java Web設計與開發》第三章內容的改進版,也就是在數據庫處理方面我將使用Hibernate和Validator。
上傳時間: 2015-08-20
上傳用戶:tianyi223