2016年10月26日

摘要: 需要注意的是,如果JSON中有值为undefined的属性,那该属性不会出现在结果字符串中!还有,NaN会转成null;new Date() 会转成日期! 如果需要定制JSON转字符串的样式,添加一个toJSON属性即可,其值一般是方法。 例子: 关于数组: 稀疏数组(就是含有未初始化的元素的数组, 阅读全文
posted @ 2016-10-26 20:57 LarryZeal 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 介绍Spring Web MVC 框架 Spring Web MVC的特性 其他MVC实现的可插拔性 DispatcherServlet 在WebApplicationContext中的特殊的bean types 默认的DispatcherServlet配置 DispatcherServlet处理顺序 实现Controller 使用@Controller定义一个Controll... 阅读全文
posted @ 2016-10-26 16:51 LarryZeal 阅读(23668) 评论(0) 推荐(2) 编辑
摘要: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/oxm.html Java Object 与 XML 之间的转换!!! 略,占位用。 阅读全文
posted @ 2016-10-26 16:09 LarryZeal 阅读(644) 评论(0) 推荐(0) 编辑
摘要: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/orm.html 占位用,暂略。 阅读全文
posted @ 2016-10-26 16:06 LarryZeal 阅读(425) 评论(0) 推荐(0) 编辑

导航