会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
慧妃不美
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
22
下一页
2018年7月10日
自己遇到过的出现java.lang.StackOverflowError的原因
摘要: public static JSONArray geth24Weather(String result) {//获取当天24小时以及第二天的天气结果对象 JSONObject fromObject = null; JSONArray h24weatherArray =null; try { int
阅读全文
posted @ 2018-07-10 11:53 慧妃不美
阅读(403)
评论(0)
推荐(0)
2018年7月6日
向指定位置添加数据
摘要: 可用有序的集合来代替该功能,例如现在有乱序的索引和对应的value,只需要吧这些数据放入TreeMap中,然后就是有序的数据了
阅读全文
posted @ 2018-07-06 16:07 慧妃不美
阅读(214)
评论(0)
推荐(0)
2018年7月4日
git的安装以及入门
摘要: 安装:https://blog.csdn.net/itpinpai/article/details/48105445 (1)下载文件 初始化 git init 连远程服务器 git remote add origin + 远程仓库地址 //链接远程仓库,创建主分支 下载文件 git clone (2
阅读全文
posted @ 2018-07-04 17:35 慧妃不美
阅读(111)
评论(0)
推荐(0)
2018年7月2日
根据http获取的String数据,String数据中含有其他的字符时
摘要: String character = "根据url获取一个字符串"; System.out.println("character"+character); int indexOf = character.indexOf("{");//记录{开始的下标 int lastIndexOf = charac
阅读全文
posted @ 2018-07-02 10:15 慧妃不美
阅读(165)
评论(0)
推荐(0)
2018年6月29日
socket的几大异常以及其出现的原因
摘要: 1:我是模拟了一个客户端不断的向服务器发送消息,但是当某一时刻我把服务端断掉,客户端就出现了写异常 java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStrea
阅读全文
posted @ 2018-06-29 09:45 慧妃不美
阅读(417)
评论(0)
推荐(0)
2018年6月27日
将文件打包成apk
摘要: Android Studio的打包成apk文件 https://blog.csdn.net/woaichimahua/article/details/54427528
阅读全文
posted @ 2018-06-27 16:36 慧妃不美
阅读(229)
评论(0)
推荐(0)
2018年5月31日
putty失活不挂起运行
摘要: 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 慧妃不美
阅读(100)
评论(0)
推荐(0)
2018年4月17日
天气免费接口
摘要: 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 慧妃不美
阅读(118)
评论(0)
推荐(0)
2018年4月12日
内存泄漏
摘要: 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 慧妃不美
阅读(135)
评论(0)
推荐(0)
2018年4月5日
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build
摘要: https://jingyan.baidu.com/album/f79b7cb34f40569144023ef9.html?picindex=1
阅读全文
posted @ 2018-04-05 17:56 慧妃不美
阅读(101)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
22
下一页
公告