上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页

2020年6月29日

摘要: 参考地址 https://www.cnblogs.com/zhouqinxiong/p/5565107.html 线 LineString { "type": "LineString", "coordinates": [ [1, 1],[2,1], [3,1]] } { "type": "LineS 阅读全文
posted @ 2020-06-29 14:15 james-roger 阅读(1277) 评论(0) 推荐(0) 编辑

2020年6月23日

摘要: 参考地址 https://blog.csdn.net/zhuyu19911016520/article/details/85048271 依赖引入 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2< 阅读全文
posted @ 2020-06-23 18:11 james-roger 阅读(8915) 评论(0) 推荐(1) 编辑

2020年5月28日

摘要: 在将float和double类型的数据转成 BigDecimal 是应该先转成字符串 new BigDecimal(String.valueOf(a)) 阅读全文
posted @ 2020-05-28 15:44 james-roger 阅读(149) 评论(0) 推荐(0) 编辑

2020年5月13日

摘要: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.18</version> </dependency> package com.example 阅读全文
posted @ 2020-05-13 08:43 james-roger 阅读(3906) 评论(1) 推荐(0) 编辑

2020年4月14日

摘要: <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>3.1.1</version> </dependency> package com.imooc.bigd 阅读全文
posted @ 2020-04-14 17:10 james-roger 阅读(724) 评论(0) 推荐(0) 编辑

2020年3月25日

摘要: compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.2' // https://mvnrepository.com/artifact/org.apache.httpcomponents/httpm 阅读全文
posted @ 2020-03-25 12:17 james-roger 阅读(903) 评论(0) 推荐(0) 编辑

2020年3月3日

摘要: 要先安装nodejs和svgo 安装好nodejs后在cmd里面输入npm i svgo -g(liunx下直接输入) import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReade 阅读全文
posted @ 2020-03-03 10:17 james-roger 阅读(638) 评论(0) 推荐(0) 编辑

2020年1月8日

摘要: 在条用其他服务的接口时有可能会失败,可以采用重拾机制 springboot 整合retry(重试机制) 阅读全文
posted @ 2020-01-08 14:03 james-roger 阅读(502) 评论(0) 推荐(0) 编辑

2019年12月23日

摘要: public static void main(String[] args) { File file = new File("C:\\Users\\Administrator\\Desktop\\aa\\sdcbz.slpk");//当前压缩文件 ZipInputStream zin;//创建ZipInputStream对象 try { ... 阅读全文
posted @ 2019-12-23 14:20 james-roger 阅读(569) 评论(0) 推荐(0) 编辑

2019年12月4日

该文被密码保护。 阅读全文
posted @ 2019-12-04 09:27 james-roger 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 24 下一页