一、问题原因: 11G中有个新特性,当表无数据时,不分配segment,以节省空间 1、insert一行,再rollback就产生segment了。 该方法是在在空表中插入数据,再删除,则产生segment。导出时则可导出空表。 2、设置deferred_segment_creation 参数 sh...
分类:
数据库 时间:
2014-07-09 21:04:40
阅读次数:
285
1 function Deferred () { 2 return this.init(); 3 }//设置默认的成功函数与失败函数 4 Deferred.ok = function(x) {return x} 5 Deferred.ng = function(x) {throw x} 6 D...
分类:
Web程序 时间:
2014-07-05 20:50:56
阅读次数:
291
http://stackoverflow.com/questions/15466597/rendering-a-simple-asp-net-mvc-partialview-using-jquery-ajax-post-call
分类:
Web程序 时间:
2014-07-01 23:27:52
阅读次数:
286
在系列的上一篇文章《使用 jQuery Mobile 与 HTML5 开发 Web App —— jQuery Mobile 事件详解》中,Kayo 介绍了除页面事件外的其他 jQuery Mobile 事件,而页面事件由于事件数较多,并且涉及 jQuery 中一个比较复杂的对象 deferred ...
分类:
移动开发 时间:
2014-07-01 18:17:01
阅读次数:
450
// draw callback that will tweak the far clipping plane just // before rendering a drawable. struct OverrideNearFarValuesCallback : public osg::Drawa....
分类:
其他好文 时间:
2014-06-28 10:38:52
阅读次数:
258
Queue队列,如同data数据缓存与Deferred异步模型一样,都是jQuery库的内部实现的基础设施Queue队列是animate动画依赖的基础设施,整个jQuery中队列仅供给动画使用Queue队列队列是一种特殊的线性表,只允许在表的前端(队头)进行删除操作(出队),在表的后端(队尾)进行插...
分类:
Web程序 时间:
2014-06-27 21:59:45
阅读次数:
205
【Rendering Paths】1、在Edit->Project Settings->Player 打开的Inspector中可以设置Rendering Paths。 2、Rendering Paths的值总共有三种: Vertex Lit:少数光照特性,不支持阴影。 Forward w...
分类:
其他好文 时间:
2014-06-25 16:49:14
阅读次数:
245
http://blog.csdn.net/a3070173/archive/2008/11/29/3408573.aspxHDR-全称Highdynamicrang,是目前流行的3D特效技术.其基本原理是:虽然在计算机图形中可以使用完全的浮点型来表示颜色,但之前由于一直受到硬件的限制,从外部载入的纹...
分类:
其他好文 时间:
2014-06-25 13:58:38
阅读次数:
240
BACKGROUND OF THE INVENTIONThe present invention relates to data transfer across domains, and more particularly, to data transfer across a number of d...
分类:
移动开发 时间:
2014-06-18 13:55:52
阅读次数:
422
jquery1.11.x 集成了 AMDAMD 加入到了 jQuery, jQuery 把源码切分成各个逻辑模块.ready 整合成依赖 Deferred 的模块.有些模块被切分成一些更加利于维护的片段.var 文件夹指定的模块只包含共享的变量声明. (function( glob...
分类:
Web程序 时间:
2014-06-17 00:10:59
阅读次数:
356