达梦数据库有两种排序机制。当SORT_FLAG设置0时,采用旧排序机制;当SORT_FLAG=1时,采用新排序机制。详见《达梦新老排序机制的对比》 两种排序机制各有优缺点。 新排序机制引入了全局排序区概念,虽然避免了内存溢出导致系统OOM,但却引入了另外一个问题:个别编写不好的语句可能会占满整个排序区,导致后续所有正常语句无法执行。 例如insert into a1 select a.a f
使用net.sf.json.JSONObject 实例: Person person = new Person(); person.setAge(14); person.setSex(“Female”); person.setAddress(“”); person.setName(“小戏”); JSONObject tempJson = new JSONObject(); temp
遇到了一些问题,如hibernate延迟加载错误,这都是老掉牙的问题了,一看就知道加个lazy=flase就OK了。想不到快要完成了又遇到了新的问题,JSON死循环,实在让人郁闷。异常如下: net.sf.json.JSONException: There is a cycle in the hierarchy! at net.sf.json.util.CycleDete
java bean如下: import java.util.Date;public class CmFinancingProductRatePeriod {private Long id;private Long productId;private String financeType;private Date startDate;private Date endDate;private Dat
前面已经介绍过绘图基础包graphics中的plot函数是一个比较全能的函数,本篇就介绍如何使用plot函数绘制地图。在这里,plot是一个经过sf改装过的函数,但除了新增几个与地图相关的参数外,与原本用法差别并不大。 首先加载sf包,将plot(x, y, ...)中的x参数设置为sf对象,y缺省就可以绘制出一张地图。sf对象主要包括下图几种类型: 如果sf对象是点要素,那么就可以调用plo
出现异常:java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer, 解决方法: 方案1:删除asm-2.2.3.jar; 方案2:删除 cglib-2.1.3.jar; 保留 cglib-nodep-2.1_3.ja
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanCreationException: Error creat