摘要:
hql语句 String hql = "from Song where name like '%"+text+"%' or singer like '%"+text+"%' or alumn like '%"+text+"%' ";去重。重写pojo类的equals 和hascode。 @Overr... 阅读全文
摘要:
jsonlib的一些用法1. List集合转换成json代码List list = new ArrayList();list.add( "first" );list.add( "second" );JSONArray jsonArray2 = JSONArray.fromObject( list )... 阅读全文
摘要:
原因:json在使用的时候,不仅要有json开头的这一个包,其他包全都要加入,一共:commons-beanutils.jarcommons-collections.jarcommons-lang.jarcommons-logging.jarezmorph-1.0.6.jarjson-lib-2.2... 阅读全文