ocm考试新题中,需要创建keep存储的表,但在该参数是否应该修改上,有一些分歧,有人说asmm会自动给keep分配内存的,该参数就不用设置了。
看文档和asktom,也是云山雾罩,说什么的都有,还是来实际的测试吧:
SQL> col COMPONENT for a30
SQL> select COMPONENT,CURRENT_SIZE/1024/1024||'MB' MB from V_$...
分类:
数据库 时间:
2014-07-19 08:19:13
阅读次数:
452
在扩展数据里配置条码数据,使用过的条码不再出现selectBC_BARCODE,BC_UPDATEfromTBARCODEwhereBC_BARCODEnotin(selectBILL_KD_ITEMfromTBILL)andBC_USER_ID=‘$G_USER‘2.在模板里增加选择或者直接输入条码框,实物条码必须要用这个字段BILL_KD_ITEM<tdstyle="BACKGROUND-COL..
分类:
其他好文 时间:
2014-07-19 02:14:15
阅读次数:
219
A Famous City Time Limit:7000MSMemory Limit:0KB64bit IO Format:%lld & %lluAfter Mr. B arrived in Warsaw, he was shocked by the skyscrapers and took se...
分类:
其他好文 时间:
2014-07-18 20:08:09
阅读次数:
245
The Famous Clock Time Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluMr. B, Mr. G and Mr. M are now in Warsaw, Poland, for the 2012’s ACM-ICP....
分类:
其他好文 时间:
2014-07-18 19:34:12
阅读次数:
229
Hadoop代码测试版本:Hadoop2.4原理:在进行MR程序之前对输入数据进行随机提取样本,把样本排序,然后在MR的中间过程Partition的时候使用这个样本排序的值进行分组数据,这样就可以达到全局排序的目的了。难点:如果使用Hadoop提供的方法来实现全局排序,那么要求Mapper的输入、输出的key不变才可以,因为在源码InputSampler中提供的随机抽取的数据是输入数据最原始的ke...
分类:
其他好文 时间:
2014-07-18 18:04:00
阅读次数:
314
When learning the usage of map collection in java, I found serveral beneficial methods that was encountered in the daily life. Now I made a summary:
import java.util.ArrayList;
import java.util.Col...
分类:
编程语言 时间:
2014-07-18 15:13:56
阅读次数:
242
Const TR_LEVEL_MARK = "+"Const TR_COL_INDEX = "A"Const TR_COL_LEVEL = "E"Const TR_COL_NAME = "C"Const TR_COL_COUNT = "D"Const TR_COL_TREE_START = "F"C...
分类:
其他好文 时间:
2014-07-18 14:16:07
阅读次数:
414
SQL> drop table test purge;
SQL> create table test as select * from dba_objects where rownum
SQL> update test set object_name='中国' where rownum
SQL> commit;
SQL> col object_name format a30
SQL>...
分类:
数据库 时间:
2014-07-18 14:10:03
阅读次数:
618
html5:语义化的结构标签,"非革命性的发展"html5的Doctype声明:<!doctypehtml><!doctypehtmlsystem"about:legacy-compat">html5指定文件中的字符编码<metacharset="utf-8">html5可以省略标记的元素:1>不允许写结束标记的元素有:area,base,br,col,command,e..
分类:
Web程序 时间:
2014-07-17 16:09:53
阅读次数:
367
A Famous ICPC Team Time Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluMr. B, Mr. G, Mr. M and their coach Professor S are planning their way....
分类:
其他好文 时间:
2014-07-17 14:09:35
阅读次数:
312