-
不需要数据库的简单的JSP留言板
由一个JSP的留言板界面,来让用户留言,通过一个SERVLET的Java类,来实现获取留言,最后在使用List来实现留言板的换行输出
- 2022-08-07 12:48:40下载
- 积分:1
-
SSH租房系统
应用背景这个是北大青鸟特别好好地项目,也做了好几天,可以用于网页展示租房,可以增删改查,特别好的的项目,你愿意就来下下看看关键技术用了SSH框架,主要应用HibernateSpringStruts等各种技术,对于集成要求较高,页面也有展示,应用jsp,援用jsonjs来事项页面的的程序
- 2022-02-18 13:52:38下载
- 积分:1
-
vV51
阿西网站推广系统是一套使用PHP+MYSQL开发而成的广告链接智能推广程序,该程序简便实用、智能稳定,适用性好,可满足多数用户的需求,可用于网店、网站、产品等多种类型的网站进行推广!
运行环境: PHP+Mysql+ZendOptimizer
安装方法:
1、 将upload目录下的文件全部上传至网站目录
2、 执行 http://域名/install/index.php
3、 根据提示输入数据库配置信息进行安装即可
后台默认路径: /admin/axphp.php 为了安全起见,建议更换后台目录名称(Asif website promotion system is set to use PHP+MYSQL developed by advertising links smart promotion program, the program is simple and practical, intelligent, good applicability, to meet the needs of most users, and can be used to shop, website, product variety type of website promotion! Operating environment: PHP+Mysql+ZendOptimizer installation method: 1, all the file upload directory upload to the site directory, perform http:// domain name/install/index.php prompted database configuration information can be installed backstage default path:/admin/axphp.php For security reasons, it is recommended to replace the background directory name)
- 2020-11-03 15:19:52下载
- 积分:1
-
javaweb电影网站
http://127.0.0.1:8081/moviesys/manage/login.jsp管理员账号:王长荡密码:kissherhttp://127.0.0.1:8081/moviesys/用户账号:aa密码:aa数据库导入:配好path环境的前提下在密令窗口里执行:imp scott/tiger@xe file=d:DVD.dmp
- 2021-05-06下载
- 积分:1
-
TextFormatTest
A basic string with different escapable characters for testing.
- 2013-12-16 11:04:09下载
- 积分:1
-
俄罗斯方块
1)玩家操作有:旋转方块,以格子为单位左右移动方块,让方块加速落下。2)方块移到区域最下方或是着地到其他方块上无法移动时,就会固定在该处,而新的方块出现在区域上方开始落下。3)当区域中某一列横向格子全部由方块填满,则该列会消失并成为玩家的得分。同时删除的列数越多,得分指数上升。4)当固定的方块堆到区域最上方而无法消除层数时,则游戏结束。6)一般来说,游戏还会提示下一个要落下的方块,熟练的玩家会计算到下一个方块,评估要如何进行。由于游戏能不断进行下去对商业用游戏不太理想,所以一般还会随着游戏的进行而加速提高难度。
- 2022-06-14 20:39:48下载
- 积分:1
-
gomoku-master
android game The name "Gomoku" is from the Japanese language, in which it is referred to as gomokunarabe . Go means five, moku is a counter word for pieces and narabe means line-up. The game is also popular in Korea, where it is called omok which has the same structure and origin as the Japanese name. It is said to have originated in China with the name Wu Zi Qi . In the nineteenth century, the game was introduced to Britain where it was known as Go Bang, said to be a corruption of the Japanese word goban, said to be adopted from Chinese k i pan chess-board.
- 2014-03-22 16:20:19下载
- 积分:1
-
Java GUI计算器
这是使用的Java Swing开发的一个免费的Java的计算器的教程。下面有Java代码的计算器以及截图。这是一个基本的四功能计算器java程序的源代码。
- 2022-07-06 11:48:58下载
- 积分:1
-
android仿淘宝,自动获取短信验证码 例子
android仿淘宝,自动获取短信验证码 例子
- 2014-09-13下载
- 积分:1
-
EasyDBUtils
应用背景1.减少了配置文件的数量,使用一个easyDBUtils.properties的配置文件替代了easyDBUtilsService.properties和easyDBUtilsDao.properties
2.将EasyDataSource也写到了easyDBUtils.properties中,key固定为:EasyDataSource,value是实现类的具体路径
**更新后准备工作跟以前不一样了**
需要:
1.在src的根目录下创建配置文件easyDBUtils.properties
2.实现EasyDataSource接口,并在easyDBUtils.properties完成配置
3.业务层和持久层的配置全部写在easyDBUtils.properties文件中关键技术EasyDBUtils是对DBUtils的功能封装
主要功能有:
简化了事务管理————只需要在业务层接口中需要管理事务的方法上进行@StartTransaction的注解声明,EasyDBUtils就会自动的帮你管理事务
简化了持久层的代码————以后在写持久层代码的时候不用在持久层里面传入DataSource或者是Connection了,也都是EasyDBUtils帮你完成。
以后在你写的代码中再也不会出现Connection和DataSource了!!!
使用方法:
====准备工作和配置====
1.实现EasyDataSource接口,完成与数据库连接池的对接,主要是为了给EasyDBUtils自动获取到DataSource和Connection提供帮助
2.在src的根目录下创建两个配置文件 easyDBUtilsDao.properties 以及 easyDBUtilsService.properties
easyDBUtilsService.properties 中的key是业务层的接口名称,value是业务层的实现类的具体路径
easyDBUtilsDao.properties 中的key是持久层的接口名称,value是持久层的实现类的具体路径
====如何使用=====
- 2022-02-20 11:41:55下载
- 积分:1