UnixStudy--AIXPatch的升级和回退打补丁,尤其是升级TL,是有风险的。因此我们建议在生产系统中升级TL和打补丁时需要作好风险评估,保证升级后出现问题能够回退的原状态。AIXOS能很好实现这点。安装AIX补丁包1.到fixcentral(http://www-933.ibm.com/support/fixcentral/)根据..
分类:
其他好文 时间:
2014-12-16 19:27:28
阅读次数:
221
OracleStudy之案例--OracleASSM管理方式下的Bitmap在基于此在LMT(ExtentLocalManagement)下Oracle建议我们使用ASSM(AutomaticSegment-SpaceManagement),看看Oracledoc是如何来解释ASSM的:ThiskeywordtellsOraclethatyouwanttousebitmapstomanagethefreespacewithinsegment..
分类:
数据库 时间:
2014-12-16 19:24:34
阅读次数:
542
The IndexThe Index is an intermediate cache for preparing a commit. With SmartGit, you can make heavy use of the Index, or ignore its presence complet...
分类:
其他好文 时间:
2014-12-15 23:28:16
阅读次数:
428
1.进入Crosswalk下载页面,下载其中的Cordova Android (x86)及Cordova Android (ARM),并将他们进行解压。目前稳定版本号为:9.38.208.10 2.在命令提示符中进入到项目所在文件夹:rm -rf platforms/android/CordovaLib/*cp -a E:\Study\CrossPlatform\Crosswalk\crosswa...
分类:
移动开发 时间:
2014-12-15 19:10:08
阅读次数:
283
1 //遍历XML 获得 DataSet //XmlTextReader static void Main(string[] args) 2 { 3 string xmlData = @"D:\study\XML...
分类:
其他好文 时间:
2014-12-12 12:57:52
阅读次数:
96
1. Reference Type VS Value TypeMost primitive types such as int, float, double, char…(NOT string) are value types.When you declare a value type variab...
第一种:beginforr1in1..3000000loopinsertintooracle_study(id,name)values(r1,‘abc‘||r1);commit;endloop;End;35分钟57秒(2157.182秒):插入3000000条每秒1390.7032条第二种:INSERTINTOORA_STUDYSELECT*FROMORACLE_STUDY;COMMIT;613.662秒:插入3000000条每秒4888.6847条
分类:
数据库 时间:
2014-12-09 02:04:40
阅读次数:
175
本文地址:http://www.cnblogs.com/archimedes/p/java-study-note6.html,转载请注明源地址。1、类的继承一种由已有的类创建新类的机制,是面向对象程序设计的基石之一。通过继承,可以根据已有类来定义新类,新类拥有已有类的所有功能Java只支持单继承,每...
分类:
编程语言 时间:
2014-12-09 00:22:12
阅读次数:
404
本文地址:http://www.cnblogs.com/archimedes/p/java-study-note5.html,转载请注明源地址。1、方法的控制流程Java中的流程控制结构主要有三种:顺序结构选择结构if语句(二路选择结构)、switch语句(多路选择结构)循环结构for语句、whil...
分类:
编程语言 时间:
2014-12-08 15:15:46
阅读次数:
249
本文地址:http://www.cnblogs.com/archimedes/p/java-study-note4.html,转载请注明源地址。1、对象初始化和回收对象初始化系统在生成对象时,会为对象分配内存空间,并自动调用构造方法对实例变量进行初始化对象回收对象不再使用时,系统会调用垃圾回收程序将...
分类:
编程语言 时间:
2014-12-08 13:48:10
阅读次数:
289