-
GPS
获取GPS数据并且可以不断刷新数据,可设置间隔时间 android(Access to GPS data and can continue to refresh the data, you can set the interval android)
- 2012-03-09 12:13:38下载
- 积分: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
-
K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
- 2022-03-19 16:32:37下载
- 积分:1
-
draw line,column and pie chart
这个项目帮助人们绘制各种形式的图形。基本上,大多数桌面应用程序都需要生成这样的图表来确定公司的利润或销售额。这在java中有点困难,但本项目将帮助您使用简单的459线绘制线图、柱图和饼图代码。希望它有帮助。很好祝你好运。:)
- 2022-11-03 13:40:02下载
- 积分:1
-
SimpleDateFormatTest
Simple Date Format Test Source Code for Andriod.
- 2013-10-24 10:53:27下载
- 积分:1
-
Desktop
本地生成csv文件的简单实现 List exportData表示表头, LinkedHashMap map数据(A simple implementation of the locally generated CSV file List exportData represents the header, LinkedHashMap map data)
- 2019-06-14 10:52:10下载
- 积分:1
-
Java作业 PIMManager
This assignment involves the creation of simple Personal Information Management system that can deal with 4
kinds of items: todo items, notes, appointments and contacts. Each of these kinds of items is described in more
detail below. The assignment requires that you create a class for each item type, and that each class extends an
abstract base class provided for you. In addition to creating the four classes, you need to create a manager class
that supports some simple text-based commands for creating and managing items.
- 2022-05-09 02:36:32下载
- 积分:1
-
关于des算法的例子
关于des算法的例子-des algorithm for example
- 2023-01-09 02:35:03下载
- 积分:1
-
基于内容的图像检索
基于内容的图像检索基于内容图像检索结果远远超过传统的图像标引准确
源码通过提取图像的颜色特征、纹理特征(Gabor Filter)以及形状特征,并在此基础上判断图像相关性。
- 2023-02-25 13:35:03下载
- 积分:1
-
shuzhifenxi
二分法,数值分析实现方程求根的算法,这是java程序(Dichotomy, numerical analysis algorithms to achieve Roots of the equation, which is the java program)
- 2013-12-13 12:45:31下载
- 积分:1