1 2 3 4 5 ··· 9 下一页

2018年7月16日

try-with-resources使用示例

摘要: 转自:https://blog.csdn.net/frgod/article/details/53414813 阅读全文

posted @ 2018-07-16 17:05 小豫 阅读(254) 评论(0) 推荐(0) 编辑

2018年7月13日

idea如何将普通文件夹转成java项目root目录/maven

摘要: 转java项目 转maven 选中pom文件右键就能看到了 阅读全文

posted @ 2018-07-13 20:52 小豫 阅读(8696) 评论(1) 推荐(2) 编辑

2018年6月7日

反序列化异常

摘要: 从图中可以看到,前端传参数(replenishSkuType)为数组类型,后端接收为integer类型,导致反序列化异常 阅读全文

posted @ 2018-06-07 16:53 小豫 阅读(167) 评论(0) 推荐(0) 编辑

2018年5月25日

Linux 打包classes

摘要: 进入项目后 进入用户根目录,打包所有项目的classes 进入项目后(精确到时分秒) 进入用户根目录,打包所有项目的classes 阅读全文

posted @ 2018-05-25 20:05 小豫 阅读(244) 评论(0) 推荐(0) 编辑

mac idea 内存

摘要: vim /Applications/IntelliJ\ IDEA.app/Contents/bin/idea.vmoptions -Xms512m-Xmx2048m-XX:ReservedCodeCacheSize=512m-XX:+UseCompressedOops-Dfile.encoding= 阅读全文

posted @ 2018-05-25 15:53 小豫 阅读(809) 评论(0) 推荐(0) 编辑

2018年5月9日

idea output 悬浮浮动问题

摘要: 参考:https://www.cnblogs.com/thinkingandworkinghard/p/6306800.html 点这个就ok 阅读全文

posted @ 2018-05-09 18:36 小豫 阅读(165) 评论(0) 推荐(0) 编辑

2018年5月6日

安装oh-my-zsh失败,可按以下方式安装

摘要: 参考:https://jingyan.baidu.com/article/8065f87fae247e2330249876.html //zsh 切换成bash:chsh -s /bin/bash 阅读全文

posted @ 2018-05-06 17:37 小豫 阅读(1625) 评论(0) 推荐(0) 编辑

2018年4月23日

aria2 for mac

摘要: 本文是在安装好homebrew前提下 然后配置参数 以下配置粘贴进去,红色需自改,灰色的需要自己touch #设置加密的密钥rpc-secret=xx#允许rpcenable-rpc=true#允许所有来源, web界面跨域权限需要rpc-allow-origin-all=true#允许外部访问,f 阅读全文

posted @ 2018-04-23 17:18 小豫 阅读(418) 评论(0) 推荐(0) 编辑

2018年4月20日

java抛出异常后,后续代码是否可继续执行

摘要: 参考:https://www.cnblogs.com/wangyingli/p/5912269.html 仅此可正常执行异常后内容 注意:在catch中抛异常后续不能执行 阅读全文

posted @ 2018-04-20 23:08 小豫 阅读(538) 评论(0) 推荐(0) 编辑

mac多线程下载神器

摘要: 本文参考:https://blog.csdn.net/orangleliu/article/details/46834429 神器:axel 安装(已经安装homebrew前提下,没有请参考:https://www.zybuluo.com/phper/note/87055) 使用 其中 10是线程数 阅读全文

posted @ 2018-04-20 22:01 小豫 阅读(1758) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 9 下一页

导航