09 2021 档案

摘要: 阅读全文
posted @ 2021-09-14 08:51 李林林 阅读(70) 评论(0) 推荐(0)
摘要:代码:git clone [url] 阅读全文
posted @ 2021-09-12 23:44 李林林 阅读(66) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-09-01 16:42 李林林 阅读(33) 评论(0) 推荐(0)
摘要:package com.json.enity; import java.util.ArrayList; import java.util.HashMap; public class Earthquake { public ArrayList<String> addresses; public Arr 阅读全文
posted @ 2021-09-01 16:20 李林林 阅读(67) 评论(0) 推荐(0)
摘要:package com.item.utils; import com.alibaba.druid.pool.DruidDataSourceFactory; import javax.sql.DataSource; import java.io.IOException; import java.sql 阅读全文
posted @ 2021-09-01 15:13 李林林 阅读(108) 评论(0) 推荐(0)
摘要:package com.jdk.json; import com.google.gson.Gson; import com.jkd.entity.School; public class Gson_Json { public static String jsonString = "{\n" + " 阅读全文
posted @ 2021-09-01 09:59 李林林 阅读(31) 评论(0) 推荐(0)
摘要:package com.jdk.json; import com.alibaba.fastjson.JSON; import com.jkd.entity.School; public class Fastjson_Json { public static String jsonString = " 阅读全文
posted @ 2021-09-01 09:59 李林林 阅读(38) 评论(0) 推荐(0)
摘要:package com.jkd.entity; public class Computer { public String cpu; public String disk; public String getCpu() { return cpu; } public void setCpu(Strin 阅读全文
posted @ 2021-09-01 09:58 李林林 阅读(297) 评论(0) 推荐(0)
摘要:对象嵌套 : { "name": "teacher", "computer": { "CPU": "intel7", "disk": "512G" }, "students": [ { "name": "张三", "age": 18, "sex": "男" }, { "name": "李四" 阅读全文
posted @ 2021-09-01 09:56 李林林 阅读(36) 评论(0) 推荐(0)