06 2017 档案

摘要:官网下载:https://plugins.jetbrains.com/plugin/7125-grep-console 官网下载:https://plugins.jetbrains.com/plugin/7125-grep-console 一、安装Grep Console插件 二、设置不同日志类型的 阅读全文
posted @ 2017-06-23 14:37 阅读(4594) 评论(0) 推荐(0)
摘要://SerializerFeature.WriteDateUseDateFormat 使用日期字段格式序列化(2017-01-01),而不是用时间戳表示日期 JSON.toJSONString(data, SerializerFeature.WriteDateUseDateFormat)); 阅读全文
posted @ 2017-06-08 17:31 阅读(6144) 评论(0) 推荐(0)
摘要:一、简单介绍 1、init-method方法,初始化bean的时候执行,可以针对某个具体的bean进行配置。init-method需要在applicationContext.xml配置文档中bean的定义里头写明。例如:<bean id="TestBean" class="nju.software. 阅读全文
posted @ 2017-06-06 16:39 阅读(361) 评论(0) 推荐(0)
摘要:Composer: 1、Get请求 a) 请求头加上: Content-Type: application/json; charset=utf-8 b) url:http://localhost:8080/x1/x2.do?p1=1&p2=2 2、Post请求 a) 请求头加上: Content-T 阅读全文
posted @ 2017-06-01 17:56 阅读(198) 评论(0) 推荐(0)