注:转SQL标准定义了4类隔离级别,包括了一些具体规则,用来限定事务内外的哪些改变是可见的,哪些是不可见的。低级别的隔离级一般支持更高的并发处理,并拥有更低的系统开销。Read
Uncommitted(读取未提交内容) 在该隔离级别,所有事务都可以看到其他未提交事务的执行结果。本隔离级别很少用于实际...
分类:
数据库 时间:
2014-06-06 21:08:50
阅读次数:
323
The count-and-say sequence is the sequence of
integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one
1"or11.11is read off as"tw...
分类:
其他好文 时间:
2014-06-06 19:53:31
阅读次数:
203
Help Me with the GameDescriptionYour task is to
read a picture of a chessboard position and print it in the chess
notation.InputThe input consists of ...
分类:
其他好文 时间:
2014-06-04 16:41:58
阅读次数:
226
UIButton作为最常用的界面元素,其高效率的用户交互,常常在众多元素中,作为首选,其他许多细小的设置,又容易忘记,为了自己以后可以方便查找,整理笔记如下://
UIButton中内置了UIImageView和UILable两个属性,这两个属性都是read-only,修改只能通过SET方法来处.....
分类:
其他好文 时间:
2014-06-04 15:41:25
阅读次数:
231
(一) 前言:
通过vmware workstation 走iscsi协议,安装RAC 集群架构,DBCA 时不能识别ASM 共享存储(按理来说这一版都是权限的问题)。同时,本想通过RMAN 做单实例 --> 迁移 -->RAC, 单在创建ASM共享存储spfile参数文件时,一直报错,但是涉及的crs 服务,grid,oracle 权限都存在。
(二) 报错信息:
SQL>...
分类:
数据库 时间:
2014-06-04 14:12:08
阅读次数:
529
/*
汇编优化工具
使汇编代码更具可读性,并提高汇编速度
优化15000行大约需要30秒
*/
import rfile.h
main
{
name=getsl
s=rfile.read_all_n(name)
s=s.replace('\n','\r\n')
s=s.replace('dword esp','esp')
s=s.replace('dword ebp','ebp')...
分类:
其他好文 时间:
2014-06-04 13:44:52
阅读次数:
332
指令修复法!开始菜单,运行 ,输入cmd, 回车,在命令提示符下输入(复制即可) :for
%1 in (%windir%\system32\*.ocx) do regsvr32.exe /s %1粘贴,回车,滚动完毕后,再输入:for %1 in
(%windir%\system32\*.dll)...
分类:
其他好文 时间:
2014-06-03 16:29:43
阅读次数:
224
转自:http://bbs.feng.com/read-htm-tid-2167498.html开启windows
7的隐藏功能:虚拟WiFi和SoftAP(即虚拟无线AP),就可以让电脑变成无线路由器,实现共享上网,节省网费和路由器购买费。iphone4亲测通过,比conncetify方便,稳定,...
连接Oracle11GR2ASM实例
开始连接ASM时候,效仿10G的方法却怎么都连接不到ASM
连接的都是idle实例
[root@tip02~]#su-oracle
[oracle@tip02~]$exportORACLE_SID=+ASM2
[oracle@tip02~]$sqlplus/assysdba
SQL*Plus:Release11.2.0.3.0ProductiononWedMay1618:23:392012
Copyri..
分类:
数据库 时间:
2014-06-02 04:02:29
阅读次数:
314