-
questionnaire
JSP 在线投票系统.附加数据库。附加D: omcat5.0webappschap17目录下的questionnaire_Data.MDF数据库文件。
运行。启动Tomcat,然后在浏览器中输入http://localhost:8080/chap17/admin/login.jsp。在文本框中输入用户名“admin”,密码“123”。
(JSP online voting system. Additional database. Additional D : tomcat5.0 webapps directory under the chap17 questionnai re_Data.MDF database files. Operation. Start Tomcat, and then in the browser input http://localhost : 8080/chap17/admin/login.jsp. In the text box enter a user name of "admin" and the password "123.")
- 2007-05-29 00:51:59下载
- 积分:1
-
疯狂java讲义
疯狂java讲义pdf版,讲解细致,适用于java入门资料参考(crazy java instruction.pdf very very good)
- 2020-12-15 10:49:13下载
- 积分:1
-
myshiro
说明: 使用shiro框架进行权限设置,该框架提供权限、安全、过滤等功能(Use Shiro framework to set permissions, which provides permissions, security, filtering and other functions)
- 2019-05-28 11:15:43下载
- 积分:1
-
INote
模仿小米做的便签,功能齐全,有桌面小组件(Imitation millet do notes, fully functional, there is a desktop widget)
- 2013-11-28 17:23:59下载
- 积分:1
-
Java学习资料
说明: java基础学习资料(含Notepad++和源代码)(Java basic learning materials (including Notepad++ and source code))
- 2020-02-13 22:54:16下载
- 积分:1
-
CirclePacking-(1)
计算智能课中要求圆形packing问题这里给出了圆形packing问题的一个编程例子(Computational Intelligence lesson circular packing problem requires a programming example given here circular packing problem)
- 2014-02-14 11:22:52下载
- 积分:1
-
filetransfer
文件名后缀改为.jar即可以在装有jre环境的机器上运行,该程序实现了局域网文件互传(File name suffix to. Jar that can be fitted with jre environment running on the machine, the program achieved a LAN files to each other)
- 2007-12-29 01:46:03下载
- 积分:1
-
java实现的P2P即时聊天程序(源码+文档+jar运行包)
一个简单的P2P即时聊天系统,实现功能如下: 1) 点对点的单人聊天 2) 多人同时聊天 3) 用户可以自由加入和退出
- 2019-06-29下载
- 积分:1
-
primefactorization
Here is the programm which factorizes the intger
number.programm ask for the input if you enter the integer number 100 then the output of the programm is (2**2)*(5**2).Where "**" stands for
exponential and "*" stands for multiplication.
- 2009-10-28 21:31:48下载
- 积分:1
-
Java
说明: 设计模式一(单子、工厂、策略模式)练习
1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise
1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
- 2020-07-01 06:40:02下载
- 积分:1