摘要: RESTful架构 RestFul:Representational State Transfer 参考博文:http://www.ruanyifeng.com/blog/2011/09/restful --理解RestFul架构 http://www.ruanyifeng.com/blog/201 阅读全文
posted @ 2018-11-06 15:43 kaixinyufeng 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Java异常 1、异常的分类: ① 非运行时异常(Checked Exception) Java中凡是继承自Exception但不是继承自RuntimeException的类都是非运行时异常 ② 运行时异常(Runtime Exception/Unchecked Exception) a) Runt 阅读全文
posted @ 2018-11-06 15:42 kaixinyufeng 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Java时间日期格式转换 一、Date转String和String转Date 参考博客:https://www.cnblogs.com/sharpest/p/7879377.html Calendar日期 一、获取当前日期、当月第1天、当月最后1天 public static void main(S 阅读全文
posted @ 2018-11-06 15:41 kaixinyufeng 阅读(386) 评论(0) 推荐(0) 编辑