上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: public static JSONArray geth24Weather(String result) {//获取当天24小时以及第二天的天气结果对象 JSONObject fromObject = null; JSONArray h24weatherArray =null; try { int 阅读全文
posted @ 2018-07-10 11:53 慧妃不美 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 可用有序的集合来代替该功能,例如现在有乱序的索引和对应的value,只需要吧这些数据放入TreeMap中,然后就是有序的数据了 阅读全文
posted @ 2018-07-06 16:07 慧妃不美 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 安装:https://blog.csdn.net/itpinpai/article/details/48105445 (1)下载文件 初始化 git init 连远程服务器 git remote add origin + 远程仓库地址 //链接远程仓库,创建主分支 下载文件 git clone (2 阅读全文
posted @ 2018-07-04 17:35 慧妃不美 阅读(96) 评论(0) 推荐(0) 编辑
摘要: String character = "根据url获取一个字符串"; System.out.println("character"+character); int indexOf = character.indexOf("{");//记录{开始的下标 int lastIndexOf = charac 阅读全文
posted @ 2018-07-02 10:15 慧妃不美 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1:我是模拟了一个客户端不断的向服务器发送消息,但是当某一时刻我把服务端断掉,客户端就出现了写异常 java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStrea 阅读全文
posted @ 2018-06-29 09:45 慧妃不美 阅读(394) 评论(0) 推荐(0) 编辑
摘要: Android Studio的打包成apk文件 https://blog.csdn.net/woaichimahua/article/details/54427528 阅读全文
posted @ 2018-06-27 16:36 慧妃不美 阅读(218) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/c1481118216/article/details/53010963 以下方式是试过了https://www.cnblogs.com/mysqlplus/p/5070753.html 是可行的 第一步:nohup Java -jar ss.jar>wt 阅读全文
posted @ 2018-05-31 10:29 慧妃不美 阅读(97) 评论(0) 推荐(0) 编辑
摘要: https://www.juhe.cn/myData 登录界面https://www.juhe.cn/login?ref=https://www.juhe.cn/account 墨迹接口http://tianqi.moji.com/ h24hour 阅读全文
posted @ 2018-04-17 09:45 慧妃不美 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1:三种泄漏方式https://www.cnblogs.com/liuroy/p/6442888.html static Map wMap = new WeakHashMap(); static Map map = new HashMap(); public static void init(){ 阅读全文
posted @ 2018-04-12 12:05 慧妃不美 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/album/f79b7cb34f40569144023ef9.html?picindex=1 阅读全文
posted @ 2018-04-05 17:56 慧妃不美 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页