2016年6月4日

Java | 原来 serialVersionUID 的用处在这里

摘要: 知道 serialVersionUID 的用处在哪吗? 阅读全文

posted @ 2016-06-04 20:01 Memory4Young 阅读(1526) 评论(0) 推荐(0) 编辑

2016年6月1日

Java | 原来 try 还可以这样用啊?!

摘要: 知道try还可以这样用么? 阅读全文

posted @ 2016-06-01 21:42 Memory4Young 阅读(7667) 评论(0) 推荐(0) 编辑

2016年2月20日

Oracle中的NULL、’’(空字符串)以及’_’(空格)

摘要: 在Oracle中使用 null,''(空字符串),'_'(空格)时,有没有遇到问题?产生疑惑? 阅读全文

posted @ 2016-02-20 21:32 Memory4Young 阅读(66886) 评论(3) 推荐(7) 编辑

2016年1月28日

HTML自动跳转

摘要: 如何更“优雅”地实现HTML的自动跳转? 阅读全文

posted @ 2016-01-28 20:49 Memory4Young 阅读(458) 评论(0) 推荐(0) 编辑

2015年7月11日

科目二终于过了(各项目总结)

摘要: 科目二终于考过了。说说各个考试项目吧。 阅读全文

posted @ 2015-07-11 12:44 Memory4Young 阅读(785) 评论(0) 推荐(0) 编辑

2015年6月1日

[git/GitHub] git push 时报错:fatal: remote error: You can't push to git://github.com/user/xxx.git(已解决)

摘要: 在使用 git push 时报错:fatal: remote error: You can't push to git://github.com/user/xxx.git Use https://github.com/user/xxx.git 阅读全文

posted @ 2015-06-01 22:42 Memory4Young 阅读(1859) 评论(1) 推荐(0) 编辑

2015年4月13日

关于开源的金玉良言

摘要: 关于开源的金玉良言。摘自《大教堂与集市》 阅读全文

posted @ 2015-04-13 22:14 Memory4Young 阅读(398) 评论(0) 推荐(0) 编辑

2015年4月12日

[Ubuntu] Git可视化比较工具 P4Merge 的安装/配置及使用

摘要: P4Merge,Git官方文档推荐的可视化比较工具 。文档里的示例是Mac版的,而且有些步骤讲的不是很清晰。 阅读全文

posted @ 2015-04-12 16:07 Memory4Young 阅读(5056) 评论(0) 推荐(0) 编辑

2015年1月29日

使用 Java 程序写文件时,记得要 flush()

摘要: 使用 Java 程序向磁盘写文件时,发现内容不完整?看这里。 阅读全文

posted @ 2015-01-29 22:22 Memory4Young 阅读(8796) 评论(2) 推荐(3) 编辑

2015年1月22日

请求(Request)的参数(Parameter)里包含特殊字符(#等)的正确处理方式

摘要: 通过URL传递的参数里有特殊字符?记得对其进行编码哦 阅读全文

posted @ 2015-01-22 22:09 Memory4Young 阅读(9068) 评论(1) 推荐(0) 编辑

导航