-
dwr-2.0.2-src
DWR is a can allow you to create the AJAX WEB sites JAVA open source library.
- 2011-12-29 13:40:45下载
- 积分:1
-
实现复杂份的分页功能,并对其进行排序,和增删改查功能
实现复杂份的分页功能,并对其进行排序,和增删改查功能-Realize the complexity of the paging capability, and their sequencing, and the additions and deletions to search function
- 2022-02-05 15:32:31下载
- 积分:1
-
HashMap
Excel中是没有HashMap这个对象的,用惯了Java的程序员,如果需要用到Excel的Hashmap,可以参考附件的源码(Excel is not the object HashMap, used to the Java programmers, if you need to use Excel s Hashmap, you can refer to the attached source)
- 2015-06-09 16:19:49下载
- 积分:1
-
llk
安卓小游戏开发实例,一个连连看小游戏,完整的,导入eclipse即可用(Game development instance in Andrews, a the Lianliankan small games, complete, into eclipse to)
- 2020-12-30 14:39:00下载
- 积分:1
-
一个实现简单分词java程序,附有源代码,大家可以参考学习交流一下。...
一个实现简单分词java程序,附有源代码,大家可以参考学习交流一下。-Realize a simple java segmentation procedures, with source code, everyone can refer to learn about.
- 2022-01-31 15:29:02下载
- 积分:1
-
fangwuProjects
1、 可以对房屋信息进行模糊与精确查询
2、 用户可以登录,登录后可以查看该用户所有房屋信息。
3、 用户可以对其进行管理 ,实现增、删、改,并可以注销。(1, housing information can be vague and precise query 2, the user can log in, log in to see all the houses of the user information. 3, the user can be managed to achieve growth, delete, change, and can be canceled.)
- 2011-09-07 14:09:41下载
- 积分:1
-
fnnyneering__functional
鼠标指针效果,跟随鼠标的萤火虫,已经过测试,欢迎一起讨论()
- 2018-02-01 02:45:21下载
- 积分:1
-
摆动
图书管理系统用户的登录、注册、修改密码
if (loginUserName.getText().length() == 0) {
JOptionPane.showConfirmDialog(null, "请输入用户名!!");
loginUserName.requestFocus();
} else if (loginUserName.getText().length() < 4
|| loginUserName.getText().length() > 8) {
JOptionPane.showConfirmDialog(null, "用户名长度应该在4-8位之间!!");
loginUserName.requestFocus();
} else if (checkUserNameValid(loginUserName.getText()) == false) {
JOptionPane.showConfirmDialog(null, "不是合法的用户名!!");
loginUserName.requestFocus();
} else {
- 2022-12-13 18:55:02下载
- 积分:1
-
这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重...
这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。-This is a game of Reversi. Intermediate Junior High There are three levels of棋力choice. Algorithm uses its own search for the preparation of the overall experience of integral algorithm, fast,棋力not very strong. This game can also automatically demonstration, automatic review game, save game, there are heroes list.
- 2022-07-18 19:32:29下载
- 积分:1
-
安卓实现划屏切换页面
安卓实现划屏切换页面
- 2015-02-07下载
- 积分:1