fastjson

首页 标签 fastjson
# fastjson #
关注
1100内容
FastJson库省略小数点后0的Bug的跟踪
FastJson库省略小数点后0的Bug的跟踪 最近在项目中使用FastJson库,因为FastJson是阿里巴巴开源的JSON工具包,处理JSON的速度很快,性能也很好,而且功能强大,完全支持Java Bean、集合、Map、日期、Enum、范型等。
【fastJSON】利用fastJSON处理循环引用的问题
下载fastJSON jar   com.alibaba.fastjson   第一种:【写死的】 将需要序列化的字段传递进去,得到结果 //需要序列化的实体+字段 SimplePropertyPreFilter filter = new SimplePropertyPreFilter(Member.
spring mvc3 + fastjson
spring 3可以支持Rest风格参数,其内置了jackson框架作为REST的json参数转换成javabean对象,以及bean对象转换成json参数。
spring data jpa 使用之 spring boot 2.x
准备 本人写的spring data是通过maven子父工程管理 parent项目的 : pom.xml pom.xml spring-boot-data com.
No enclosing instance of type TestGson is accessible. Must qualify the allocation with an enclosing instance of type TestGson (e.g. x.new A() where x
main方法中实例化内部类报错: public class TestGson { public static void main(String[] args) { Gson gson=new Gson();TestGson testgson=new TestGson(); Student student = testgson.
Spring(二)之入门示例
任何编程技术,特别是入门示例,通常都是Hello World,在这里我也遵循这个业界公认的原则。 这里我使用的maven项目,大家如果想要演示,建议使用Eclipse(含maven插件)或Idea(含maven插件)或Eclipse+本地安装maven3以上等。
jdk1.7下Double.parseDouble性能问题排查
开篇  这篇文章是对过去一个星期困扰自己的性能问题排查解决的一个总结,希望对其他人能够有所帮助,也希望在百度或者google的搜索引擎中能够被检索,因为在我解决问题的过程中我也是花了好长时间才找到一个相关的文章,同样我会在 Stack Overflow上发布这个问题,希望能够帮到更多的人。
免费试用