-
chapter2
代码实现了JSP的欢迎及用户登录界面,适合初学者(The code implements the welcome of JSP and user login interface.)
- 2020-06-25 20:40:01下载
- 积分:1
-
SSH实现的商城项目
SSH实现的商城项目,就是基本的商城项目,内含数据库(Shopping Mall Project Implemented by SSH)
- 2020-06-16 01:20:02下载
- 积分:1
-
duihuakuang
说明: Custom dialog box, demonstrates the system dialog box and the custom dialog box, you can learn about the custom control, friends in need can download and study for themselves.
- 2020-06-19 05:20:01下载
- 积分:1
-
APO缓存接口数据
//设置缓存
private void setCache(Long timeOut, TimeUnit timeUnit, String key, Object result) throws Exception {
if (timeOut.equals(0L)) {
stringRedisTemplate.opsForValue().set(key, JsonUtils.toJson(result));
} else {
stringRedisTemplate.opsForValue().set(key, JsonUtils.toJson(result), timeOut, timeUnit);
}
}
//查询缓存
private Object queryCache(long start, String methodName, String key) throws Exception {
//缓存的接口返回结果必须是RSResponse
Object result = JsonUtils.toBean(RSResponse.class, stringRedisTemplate.opsForValue().get(key));
long time = System.currentTimeMillis() - start;
logger.info("REST API Method【Cache】:" + methodName + ",Time:" + time + "ms");
return result;
}
- 2023-01-10 17:45:03下载
- 积分:1
-
华为CMPP2短信接口库(JAVA版本),希望能帮到各位,
华为CMPP2短信接口库(JAVA版本),希望能帮到各位,-Huawei CMPP2 SMS Interface Library (Java version), hoping to be able to help you, -Huawei CMPP2 message interface library (JAVA edition), I hope to help you,-Huawei CMPP2 SMS Interface Library (Java version), hoping to be able to help you,
- 2023-07-09 14:05:03下载
- 积分:1
-
医学图像分割肝肿瘤
这是规范的医学图像分割的帮助下均值移位操作。 有一些肝脏图像还提供。
- 2022-02-13 11:48:08下载
- 积分:1
-
yibanbeibao
用JAVA实现一般背包问题(附院码)比较实用(Knapsack problem)
- 2013-10-24 23:08:35下载
- 积分:1
-
通讯录
题目分析,功能要求。
1.1实验目的熟悉Android软件开发的基本架构利用Eclipse和ADT插件设计通讯录
1.2 功能
本手机通讯录工具主要实现五大功能:联系人的查询:字段查询,分组查询,字母排序查询;增加、删除联系人以及修改联系人信息;导入、导出联系人;发送联系人信息;设置
- 2022-01-23 11:02:25下载
- 积分:1
-
Chess
可联机玩国际象棋,具备倒计时功能以及悔棋等功能(Available on-line play chess, with the countdown function, and Undo functions)
- 2009-12-17 23:10:41下载
- 积分:1
-
1
说明: 一个简单的struts 应用例子具体步骤代码(A simple example of concrete steps struts application code)
- 2008-12-15 12:34:48下载
- 积分:1