包含有以下基本功能的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