包含有以下基本功能的BBS系統: 發表文章、回復文章、搜索文章、查看文章、文章排序 運行的時候,需要把database目錄下的Forum_MSAccess.mdb文件拷貝到D盤根目錄,因為在common.jsp中設置的數據庫路徑為根目錄,讀者也可以自行設置程其他路徑。 訪問路徑為 http://localhost:8080/chap23/index.jsp。
上傳時間: 2015-06-27
上傳用戶:417313137
用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
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啊
作者:林信良(網絡化名良葛格) 學歷:臺灣大學電機工程學系 經歷:SUN教育訓練中心講師 著作:《JAVA 學習筆記》、《Spring 技術手冊》,為SUN官方教材主要編寫成員之一 博客: http://blog.csdn.net/caterpillar_here 本書詳細信息: http://www.china-pub.com/computers/common/info.asp?id=31664
上傳時間: 2013-12-24
上傳用戶:yyq123456789