E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
JsonConfig
json序列化级联的问题
方法一:用
JsonConfig
import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
; //业务类
happyqing
·
2013-01-18 10:00
java
json
json序列化级联的问题
方法一:用
JsonConfig
import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
; //业务类
happyqing
·
2013-01-18 10:00
java
json
json数组与对象类型转换
package hb.dto; import java.text.SimpleDateFormat; import java.util.Date; import net.sf.json.
JsonConfig
hbiao68
·
2013-01-16 23:00
json
json数组与对象类型转换
package hb.dto; import java.text.SimpleDateFormat; import java.util.Date; import net.sf.json.
JsonConfig
hbiao68
·
2013-01-16 23:00
json
json数组与对象类型转换
package hb.dto; import java.text.SimpleDateFormat; import java.util.Date; import net.sf.json.
JsonConfig
hbiao68
·
2013-01-16 23:00
json
json数组与对象类型转换
package hb.dto; import java.text.SimpleDateFormat; import java.util.Date; import net.sf.json.
JsonConfig
hbiao68
·
2013-01-16 23:00
json
json数组与对象类型转换
package hb.dto; import java.text.SimpleDateFormat; import java.util.Date; import net.sf.json.
JsonConfig
hbiao68
·
2013-01-16 23:00
json
JSON javabean
JSON 序列化
jsonconfig
JsonConfig
config = new
JsonConfig
();  
anole1982
·
2012-10-29 15:00
java
json
javabean
利用json类库自动生成json格式数据小测试
java.util.List; import net.sf.json.JSONArray; import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
clown_chuchu
·
2012-10-20 21:00
json
java List 格式转换json格式(屏蔽不用的对象属性)
JsonConfig
config = new
JsonConfig
(); config.setExcludes(new String[]{"pid"}); //pid将不会封装到
yujun200
·
2012-06-24 12:00
java
2012.04.18
List转string,使用
JsonConfig
过滤checked属性,tree不显示checkbox
BryanLau
·
2012-04-18 19:00
net.sf.json.JSONException: java.lang.reflect.InvocationTargetException
2.解决:hibernate延时加载设置Java代码
JsonConfig
cfg = new
JsonConfig
(); cfg.setExcludes(new
wangliqiang1014
·
2012-03-20 14:00
java
Date
json
Hibernate
解决json-lib处理存在级联关系的pojo的json数据生成的问题
在处理有级联关系的pojo的时候json会报net.sf.json.JSONException:Thereisacycleinthehierarchy的错误,使得json会层层循环抛出异常,解决该问题可通过配置
JsonConfig
notenlife
·
2012-02-17 21:00
json
String
hierarchy
json-lib 之
jsonConfig
详细使用
一,setCycleDetectionStrategy 防止自包含 /** * 这里测试如果含有自包含的时候需要CycleDetectionStrategy */ public static void testCycleObject() { &n
zhangxiaoben22
·
2012-02-17 15:00
json
net.sf.json.JSONException: There is a cycle in the hierarchy异常的解决方法
以前遇到这个问题都是设下
JsonConfig
的一个属性的:config.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT);到后来才发现,
NBA_2011
·
2012-02-01 20:00
Hibernate
object
String
Integer
Class
hierarchy
Json-lib 与 hibernate _lazy共同使用的问题
有以下的四个方法可以解决hibernate的序列化问题 domain类实现JSONString接口 建立
JsonConfig
实例,并配置属性排除列
gongm_24
·
2011-11-19 02:00
JSON 日期转换
package com.util; import java.text.SimpleDateFormat; import java.util.Date; import net.sf.json.
JsonConfig
gllwhq
·
2011-10-28 10:00
java
json
json-lib 之
jsonConfig
详细使用
一,setCycleDetectionStrategy 防止自包含 /** * 这里测试如果含有自包含的时候需要CycleDetectionStrategy */ public static void testCycleObject() { CycleObject object = new CycleObject(); ob
huiseyiyu
·
2011-10-27 15:00
bean
json
利用
JsonConfig
消除JSON转换出现双向关联循环问题
今天在利用JSONArray.fromObject把对象转成JSON的时候,总是报如下错误: 2011-10-10 13:52:25 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet default threw exception java.lang.IllegalSt
levyer
·
2011-10-10 13:00
config
net.sf.json 日期 时间 格式化 方法
importjava.text.DateFormat; importjava.text.SimpleDateFormat; importjava.util.Date; importnet.sf.json.
JsonConfig
heardy
·
2011-09-08 16:00
Date
exception
object
String
Class
import
json解决hibernate中级联对象延迟加载问题net.sf.json.JSONException: org....
有以下的四个方法可以解决hibernate的序列化问题domain类实现JSONString接口建立
JsonConfig
samxx8
·
2011-06-24 14:00
DateJsonValueProcessor
java.text.SimpleDateFormat; import java.util.Date;import com.nstc.fbth.util.DateUtil;import net.sf.json.
JsonConfig
salouhim
·
2011-06-21 11:00
.net
json
有一对多关系时,后台处理JSON应注意的问题
import net.sf.json.
JsonConfig
; import net.sf.json.util.PropertyFilter; import net.sf.json.JSONObject
dongisland
·
2011-06-13 18:00
json
.net
bean
JSON帮助工具
java.util.List; import net.sf.json.JSONArray; import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
jbeduhai
·
2011-04-21 15:00
.net
json
bean
领域模型
json解决hibernate中级联对象延迟加载问题
有以下的四个方法可以解决hibernate的序列化问题 domain类实现JSONString接口 建立
JsonConfig
实例,并配置属性排除列表 用属性过滤器 写一个自定义的
周禄康
·
2011-04-02 23:00
json
Hibernate
bean
JSON数据形式工具类
常用到json-lib.jar包中的
JsonConfig
类、JSONArray和JSONObject。
东流水
·
2011-03-22 01:00
json
Web
JSON数据形式工具类
常用到json-lib.jar包中的
JsonConfig
类、JSONArray和JSONObject。
东流水
·
2011-03-22 01:00
json
Web
JSON数据形式工具类
常用到json-lib.jar包中的
JsonConfig
类、JSONArray和JSONObject。
东流水
·
2011-03-22 01:00
json
Web
解决json转换hibernate 结果集对象
为解决此处错误,我们可以参考网友网上给的解决思路,大概就是: public static
JsonConfig
getCommonConfig() { /*---- 做属性配置 start
li_sir
·
2011-03-18 17:00
java
Hibernate
json
ext
ssh
net.sf.json & hibernate problem resolve
JsonConfig
jsonConfig
= new
JsonConfig
(); //returns empty array and null object
jsonConfig
.setCycleDetectionStrategy
chengfei109
·
2011-03-10 22:00
sql
.net
Hibernate
json
bean
JSONObject.toBean中日期格式数据转换失效的解决办法!
在Action中我们将JSON格式数据转换为查询BEAN时,通常采用以下方法: JSONObjectjsonObject=readJson(request);
jsonConfig
.setRootClass
tiger435
·
2011-03-03 10:00
bean
json
String
user
action
集合转JSON的方法
java.util.Collection; import net.sf.json.JSONArray; import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
mimang2007110
·
2011-02-14 22:00
java
json
.net
json-lib date对象转json ,加入自定义日期格式处理
import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
; import net.sf.json.processors.JsonValueProcessor
cxl2086
·
2011-01-30 15:00
json
.net
json 日期转换
使用
JsonConfig
配置JsonObject对象,可以生成你想要的日期格式数据。
个人专属
·
2011-01-17 17:00
java
bean
json
jsonConfig
详细使用
一,setCycleDetectionStrategy防止自包含Java代码 /** * 这里测试如果含有自包含的时候需要CycleDetectionStrategy */ public static void testCycleObject() { CycleObject object = new CycleObject(); object
chuanzhongdu1
·
2011-01-17 15:00
jsonConfig
详细使用
一,setCycleDetectionStrategy 防止自包含 Java代码 /** *这里测试如果含有自包含的时候需要CycleDetectionStrategy */ publicstaticvoidtestCycleObject(){ CycleObjectobject=newCycleObject(); object.setMemberId(&qu
chuanzhongdu99
·
2011-01-17 15:00
config
json-lib出现There is a cycle in the hierarchy解决办法
1.设置JSON-LIB让其过滤掉引起循环的字段
JsonConfig
config = new
JsonConfig
(); config.setIgnoreDefaul
liutao841204
·
2010-12-29 10:00
html
.net
json
Hibernate
Blog
json-lib序列化java.sql.Date
; import java.util.HashMap; import net.sf.json.JSONObject; import net.sf.json.
JsonConfig
liuguofeng
·
2010-12-18 22:00
java
sql
bean
json
.net
JsonConfig
我们通常对一个Json串和java对象进行互转时,经常会有选择性的过滤掉一些属性值,而json-lib包中的
JsonConfig
为我们提供了这种功能,具体实现方法有以下几种。
蓝色雨88
·
2010-10-20 09:00
EXT
string
bean
json
object
class
java
JSON 中
JsonConfig
的使用
我们通常对一个Json串和java对象进行互转时,经常会有选择性的过滤掉一些属性值,而json-lib包中的
JsonConfig
为我们提供了这种功能,具体实现方法有以下几种。
蓝色雨88
·
2010-10-20 09:00
EXT
json
string
bean
object
class
java
json-lib 中 Date 类型的 转化为 json
非常没必要,且没法在前台直接利用, ------ 解决方案: 写1个 json-lib 的 JsonValueProcessor 的实现类,用于专门处理 Date 类型的属性, 在创建
JsonConfig
kuchaguangjie
·
2010-10-07 04:00
java
json
.net
jpa
json-lib hibernate 延迟加载 问题
用 json-lib 将 hibernate 延迟加载 的对象 转化为 json 时,会包 session 关闭的错误, ------ 解决: 可以用 json-lib 的
JsonConfig
kuchaguangjie
·
2010-10-07 02:00
json
Hibernate
通过配置
JsonConfig
过滤掉有可能引起循环的字段
//通过配置
JsonConfig
过滤掉有可能引起循环的字段, //如果不这样,根据hibernate的原则会不断的级联查询JsonConfigjc=newJsonConfig();
elfenliedef
·
2010-09-21 17:00
Hibernate
json
String
net.sf.json.JSONException: There is a cycle in the
JsonConfig
config
韩悠悠
·
2010-09-09 09:00
.net
json
net.sf.json.JSONException: There is a cycle in the
JsonConfig
c
zhy_lyj
·
2010-08-13 17:00
.net
json
json的一点点
,如果有many-to-one.要注意过滤 如: String id=SystemUtil.checkNullString(req.getParameter("id"));
JsonConfig
kaivsj
·
2010-06-30 17:00
json
Hibernate
json的一点点
要注意过滤如:Stringid=SystemUtil.checkNullString(req.getParameter("id"));JsonConfigjsonConfig=newJsonConfig();
jsonConfig
.setExcludes
kaivsj
·
2010-06-30 00:00
json-lib 之
jsonConfig
详细使用
=========================== Java To Json ============================= 一,setCycleDetectionStrategy 防止自包含 /** * 这里测试如果含有自包含的时候需要CycleDetectionStrategy */ public static void
yjhexy
·
2010-06-01 16:00
JavaScript
jdk
json
bean
浏览器
json-lib 之
jsonConfig
详细使用
=========================== Java To Json ============================= 一,setCycleDetectionStrategy 防止自包含 /** * 这里测试如果含有自包含的时候需要CycleDetectionStrategy */ public static void
yjhexy
·
2010-06-01 16:00
JavaScript
jdk
json
bean
浏览器
json date转化
private final String format="yyyy-MM-dd"; public Object processArrayValue(Object arg0,
JsonConfig
wangchao_17915566
·
2010-05-26 16:00
json
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他