关于CRS自动重启实验
一.检查ASM
[root@rac1 ~]# /etc/init.d/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[root@rac1 ~]# /etc/init.d/oracleasm listdisks
ASM01...
分类:
其他好文 时间:
2014-08-21 17:17:24
阅读次数:
315
/usr/local/mysql/bin/mysqlbinlog -vv /var/lib/bin/mysql-bin.000008 --base64-output=DECODE-ROWS --start-pos=307问题:这个究竟是什么意思[root@ma mysql]# /usr/local/...
分类:
数据库 时间:
2014-08-21 16:55:44
阅读次数:
368
AssetBundles are files which you can export from Unity to contain assets of your choice. These files use a proprietary compressed format and can be loaded on demand in your application. This allows...
分类:
其他好文 时间:
2014-08-21 11:46:04
阅读次数:
426
当使用 initWithNibName 函数, 并使用 由nib文件生成的ViewController 的view属性时候,遇到这个问题。 //load loc.xib UIViewController * UIVC = [[UIViewController alloc] initWithNibName:@"loc" bundle:n...
分类:
其他好文 时间:
2014-08-20 22:49:53
阅读次数:
241
2014-8-20 15:59:03 org.apache.catalina.core.AprLifecycleListener init信息: Loaded APR based Apache Tomcat Native library 1.1.30 using APR version 1.4.8....
分类:
其他好文 时间:
2014-08-20 19:32:02
阅读次数:
316
javascript实现简单的table表格排序特效,在这个列子中,练习了table的操作,主要有:tBodies、rows、cells,还有有关数组的排序方法:sortjavascript中有关table元素的属性、方法:1.caption:保存着对元素(如果有)的指针2.tBodies:是一个元...
分类:
编程语言 时间:
2014-08-20 12:05:02
阅读次数:
275
异常处理
一、预定义异常:
Dup_val_on_index:试图向唯一索引列插入重复值,相当于建立了一个唯一索引 然后再向这个索引的列中插入一条重复的数据就会异常。
Invalid_cursors:试图进行非法的游标操作
Invalid_number : 试图将字符串转换为数字
no_data_found : select into 语句没有返回任何记录
Too_many_rows ...
分类:
其他好文 时间:
2014-08-19 09:27:03
阅读次数:
210
简单使用: private void UpdateTitle(DataTable dt) { if (dt != null && dt.Rows.Count > 0) { using...
分类:
数据库 时间:
2014-08-18 18:19:22
阅读次数:
246
当使用 initWithNibName 函数, 并使用 由nib文件生成的ViewController 的view属性时候,遇到这个问题。UIViewController * UIVC = [[UIViewController alloc] initWithNibName:@"loc" bundle...
分类:
其他好文 时间:
2014-08-18 18:01:22
阅读次数:
202
[html] view plain copy print ? GridPanel row spanning (well, sort of...) The current GridPanel implementation doesn‘t support row spanning, because the rows aren‘t part of the same table. The only ...
分类:
Web程序 时间:
2014-08-18 16:37:53
阅读次数:
327