搜索资源列表
fastjson-master
- Druid是一个JDBC组件,它包括三部分: • DruidDriver 代理Driver,能够提供基于Filter-Chain模式的插件体系。 • DruidDataSource 高效可管理的数据库连接池。 • SQLParser -Druid is a JDBC component, which consists of three parts: • DruidDriver Agent Driver, able to provide a plug
FastJsonDemo
- java fastjson数据通讯框架简单demo,实现java对象转json格式String,String转java对象-java fastjson data communications framework simple demo, to achieve java object transfer json format String, String turn java object
json
- java有很多种处理json格式数据的框架,包括Gson,fastJson,Jackson,Json-lib,Json2014,都是源码,通过http请求获取对应的json,然后通过bean转化成对象。-There are many java json format of the data processing framework, including Gson, fastJson, Jackson, Json-lib, Json2014, all source code, to obtain
fastjson
- Fastjson是一个Java语言编写的高性能功能完善的JSON库。它采用一种“假定有序快速匹配”的算法,把JSON Parse的性能提升到极致,是目前Java语言中最快的JSON库。(Fastjson is a high performance and well functioning JSON library written in the Java language. It uses a "ordered fast matching" algorithm to impro
TestFastJson
- 使用fastjson处理Sting、entity、entityList、Json之间相互转换,只需要导入fastjson.jar即可(Mutual conversion of Sting,entity,entityList,Json by fastjson.jar)