摘要: OkHttpClient client = new OkHttpClient.Builder() .connectTimeout(10, TimeUnit.SECONDS) .writeTimeout(10, TimeUnit.SECONDS) .readTimeout(30, TimeUnit.S 阅读全文
posted @ 2020-10-09 10:11 南方卖菜 阅读(4505) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/RIDER_hjf/article/details/102911545?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.channel_p 阅读全文
posted @ 2020-10-09 09:57 南方卖菜 阅读(487) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xuforeverlove/article/details/80842148 https://blog.csdn.net/xuforeverlove/article/details/80842148 https://blog.csdn.net/cdlike 阅读全文
posted @ 2020-09-30 12:01 南方卖菜 阅读(1596) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_43560721/article/details/94601864 注:jsonObject和jsonArray的相关配置如下 <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>j 阅读全文
posted @ 2020-09-29 17:34 南方卖菜 阅读(222) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kinggod/articles/6606719.html 阅读全文
posted @ 2020-09-28 15:39 南方卖菜 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Map<Character, Integer> map = new HashMap<Character, Integer>(); System.out.println(map.put('a', 0)); // null System.out.println(map.put('a', 1)); // 阅读全文
posted @ 2020-09-27 16:08 南方卖菜 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-27 15:37 南方卖菜 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1.IDEA文件编码一般都修改为utf-8:setting-->file encodings >Global Encoding 和 Project Encoding 都设置为UTF-8 2. Properties 文件, Transparent native-to-ascii conversion  阅读全文
posted @ 2020-09-10 15:20 南方卖菜 阅读(3275) 评论(0) 推荐(0) 编辑
摘要: https://tool.ip138.com/html/ 阅读全文
posted @ 2020-09-08 09:59 南方卖菜 阅读(368) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE><html> <head> <title> html2canvas example </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css 阅读全文
posted @ 2020-09-07 16:55 南方卖菜 阅读(191) 评论(0) 推荐(0) 编辑