上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 30 下一页
摘要: $.ajaxSetup({ dataType : "json", contentType : "application/json", headers : { 'Content-Type' : 'application/x-www-form-urlencoded' }... 阅读全文
posted @ 2017-07-04 10:24 試毅-思伟 阅读(436) 评论(0) 推荐(0) 编辑
摘要: $.ajaxSetup({ dataType : "json", contentType : "application/json", headers : { 'Content-Type' : 'application/x-www-form-urlencoded' }... 阅读全文
posted @ 2017-07-04 10:24 試毅-思伟 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Maven: org.apache.cxf cxf-rt-frontend-jaxws 3.0.4 org.apache.cxf cxf-rt-transports-http 3.0.4 org.apache.neeth... 阅读全文
posted @ 2017-06-08 16:41 試毅-思伟 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Maven: org.apache.cxf cxf-rt-frontend-jaxws 3.0.4 org.apache.cxf cxf-rt-transports-http 3.0.4 org.apache.neeth... 阅读全文
posted @ 2017-06-08 16:41 試毅-思伟 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1、在对象对应字段前面加transient,表示该字段不用序列化,即在生成json的时候就不会包含该字段了。 比如private transient String name; 2、在对象响应字段前加注解,这样生成的json也不包含该字段。@JSONField(... 阅读全文
posted @ 2017-06-08 16:37 試毅-思伟 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1、在对象对应字段前面加transient,表示该字段不用序列化,即在生成json的时候就不会包含该字段了。 比如private transient String name; 2、在对象响应字段前加注解,这样生成的json也不包含该字段。@JSONField(se... 阅读全文
posted @ 2017-06-08 16:36 試毅-思伟 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 搞了好久,网上找了好多文章,试了好多都没用,原来是我整合的Redis有问题可以去参考一下这个 http://blog.csdn.net/z69183787/article/details/37819831我的问题是不能开启 Spring采用CGLIB代理把这个注... 阅读全文
posted @ 2017-05-16 14:46 試毅-思伟 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 搞了好久,网上找了好多文章,试了好多都没用,原来是我整合的Redis有问题可以去参考一下这个 http://blog.csdn.net/z69183787/article/details/37819831我的问题是不能开启 Spring采用CGLIB代理把这个注释掉就... 阅读全文
posted @ 2017-05-16 14:45 試毅-思伟 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 修改maven安装路径中conf文件夹下的setting.xml文件 alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ * 之后下载速度会很快... 阅读全文
posted @ 2017-05-12 14:48 試毅-思伟 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 修改maven安装路径中conf文件夹下的setting.xml文件 alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ * 之后下载速度会很快... 阅读全文
posted @ 2017-05-12 14:48 試毅-思伟 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 30 下一页