EBS安装完成后,对数据库相关配置的改动1.转为ASM,数据文件,控制文件,redo log,archived log从文件系统转移至ASM2.禁用resource manager由于发现系统的一个等待事件:resmgr:cpu quantum,这是由于resource manager的原因。看来r...
分类:
数据库 时间:
2014-07-07 13:19:51
阅读次数:
267
这一周,算是最痛苦的一周了,Js的学习,Dom的理解,Js语言由于是若性语言,所以常遇到写错单词从而导致代码运行不出结果的情况,这就意味着我们写代码的时候得分外小心,分外细心了,下面这是一个简单的留言板。标题:姓名:内容:body{ background-color: black; ma...
分类:
Web程序 时间:
2014-06-30 23:51:36
阅读次数:
382
border-radius实现圆角效果1 CSS3代码:2 3 -webkit-border-radius:10px;4 -moz-border-radius:10px;5 border-radius:10px;6 background-color:#666;7 width:200px;height...
分类:
Web程序 时间:
2014-06-30 22:45:40
阅读次数:
367
直接上代码
ZeroClipboard Test
.line {
margin-bottom: 20px;
}
/* 复制提示 */
.copy-tips {
position: fixed;
z-index: 9999;
bottom: 50%;
left: 50%;
margin: 0 0 -20px -80px;
background-color: rgba(0,...
分类:
其他好文 时间:
2014-06-30 17:42:43
阅读次数:
318
「Poetize3」Heaven Cow与God BullFrom wwwwodddd背景 Background__int64ago,there'saheavencowcalledsjy...Agodbullnamedwzcfellinlovewithher...AsanOI&MOer,wzcgav...
分类:
其他好文 时间:
2014-06-30 14:04:00
阅读次数:
230
精通DIV+CSSMeta1、div span2、三种样式表内联样式(行内样式) 嵌入样式 外部样式 就近原则3、常见样式 复合样式background border css单位 % px em background-color color border-style border-width...
分类:
Web程序 时间:
2014-06-30 13:55:59
阅读次数:
184
写在http://hukai.me/blog/android-training-18-running-background-service-lesson-2/...
分类:
移动开发 时间:
2014-06-30 09:50:37
阅读次数:
205
写在http://hukai.me/blog/android-training-18-running-background-service-lesson-1/...
分类:
移动开发 时间:
2014-06-30 09:22:53
阅读次数:
235
在我们安装RAC的时候,有时候会因为种种报错装上了错误的ASM实例或者LISTENER监听,或者说加入了CLUSTERWARE资源,但是并没有真正起作用,如:
如图所示,这里在2个节点分别创建过ASM1和ASM2实例,对应的资源名称分别为ora.RAC1.ASM1.asm和ora.RAC2.ASM2.asm,他们的状态都是UNKONW的,还有每个节点都创建了3个监听,资源名称分别是节...
分类:
其他好文 时间:
2014-06-30 00:27:02
阅读次数:
154
include/asm/io.h
#define outb(value,port) __asm__ ("outb %%al,%%dx"::"a" (value),"d" (port))
//宏定义outb用汇编实现了在端口地址port处写入值value
//使用的寄存器是al,一个byte长度,而端口port使用的是2byte长度地址来标记的寄存器,注意这里寄存器的使用
...
分类:
系统相关 时间:
2014-06-29 23:13:13
阅读次数:
369