-
j2sdkAPI(Chinese)
j2sdk用户开发手册的中文版,有助于大家快速查阅j2sdk的API库,解决语言障碍,对快速开发java程序有极大的帮助(j2sdk users to develop the Chinese version of the manual will help you quick access j2sdk API library, to overcome language barriers, the rapid development of java procedures are of great help)
- 2005-07-15 22:06:05下载
- 积分:1
-
org.opencms.locale.zh_yhm_7.5.0
OpenCms7.5.0汉化包。OpenCms是一款优秀的开源内容管理系统软件(CMS)(Chinese OpenCms7.5.0 package)
- 2009-07-20 17:46:41下载
- 积分:1
-
java微信初级开发源代码
java微信初级开发源代码,适合初学者学习使用,代码完整可靠,亲测,可以直接使用,可以运行.希望能给喜欢微信开发的朋友提供帮助.
- 2022-04-18 12:39:57下载
- 积分:1
-
no mark system
//3.如果校验成功,则调用servlet处理注册请求
try{
userForm.setId(userForm.generateID());
UserDaoImpl service=new UserDaoImpl();
service.add(userForm);
//4.如果servlet处理不成功,并且不成功的原因是用户已存在,则跳回注册页面,显示用户已存在
request.setAttribute("message", "注册的用户已存在");
return mapping.findForward("register");
}catch (Exception e) {
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 20:42:14下载
- 积分:1
-
基于Upnp协议的示例程序,这是一个upnp的java实现
基于Upnp协议的示例程序,这是一个upnp的java实现-Upnp protocol based on the sample program, this is a upnp implementation of java
- 2023-04-12 15:30:04下载
- 积分:1
-
SlideUnlock
基于java代码的SlideUnlock源码,是一个android滑动锁屏的例子,编写android界面划动效果比较有用的价值源码(Java code based on the SlideUnlock source code, is a Android lock screen example, value source code written in Android interface paddling effect more useful)
- 2014-10-07 11:18:23下载
- 积分:1
-
01
说明: 都市供求信息网分为前、后台两部分设计,前台主要实现信息的显示、搜索与发布功能,其中信息的显示包括列表显示与详细内容显示,而列表显示,又分为首页信息列表显示、查看某类别下所有信息的列表显示和搜索结果列表显示;搜索功能主要包括定位搜索和模糊搜索。后台主要实现的功能为信息显示、信息审核、信息删除、付费设置与退出登录,其中的信息显示功能也分为列表显示与详细内容显示。(Supply and demand information network before the city divided into two parts design background, foreground main achievement of the display, search and publishing of information, which displays information including a list of displays and display details, but the list is displayed, the information is divided into the Home display list, see Under a category displays a list of all the information and the search results list displays Search functions include positioning search and fuzzy search. The main function of the background information display, information auditing, information deleted, pay setting and exit the registry, which is also divided into the information display function displays detailed contents list display.)
- 2014-03-23 13:19:29下载
- 积分:1
-
Corner
This is imagej plugin for image processing
- 2015-07-17 03:29:59下载
- 积分:1
-
八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一...
八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen" s, a Queen" s request was not able to " eat" any of the other Queen" s, that is, no two or more of the Queen" s occupied the same board OK, the same column or the same diagonal.
- 2022-09-15 05:00:03下载
- 积分:1
-
code
国密算法java实现,包含SM2椭圆曲线公钥密码算法等(Implementation of Java algorithm)
- 2018-10-08 16:50:44下载
- 积分:1