用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