Linux内核版本:2.6.20include/asm-generic/errno-base.h 1 #define EPERM 1 /* Operation
not permitted */ 2 #define ENOENT 2 /* No ...
分类:
其他好文 时间:
2014-06-12 21:57:57
阅读次数:
409
数据库rac启动时报错,日志如下,后来使用
Sat Jun 7 06:02:11 2014
GATHER_STATS_JOB encountered errors. Check the trace file.
Sat Jun 7 06:02:11 2014
Errors in file /oracle/product/admin/dqb/bdump/dqb2_j001_1...
分类:
数据库 时间:
2014-06-10 14:36:54
阅读次数:
248
RMI:Remote Method
Invocation是java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。参考:http://zh.wikipedia.org/wiki/Java_RMIJBI:Java
Business Integr...
分类:
其他好文 时间:
2014-06-10 10:16:20
阅读次数:
223
在网上找到解决方案:SolutionEnable RDP security layer in
Group Policy on the machine:Verify that the firewall allows remote desktop
connections with RDP (Port 3...
结论:RAC存在故障,当前RAC运行为RAC1节点上,负载均衡没有起到作用。集成商提供的ASM的帐号密码不正确,RAC运行存在大量SGA/PGA的死锁,而且session存在严重等待。部分SQL语句需要进行优化。 配置问题1、 RAC 的ASM权限不足2、 RAC1支撑运行,RAC2状态正常,但RAC2无法进行负载。3、 死锁严重,这是造成性能慢低下的表现原因。4、 操作系统的IO和内存利...
分类:
其他好文 时间:
2014-06-10 07:16:52
阅读次数:
282
? 描述使用ASM 的好处? 管理ASM 实例? 创建和删除ASM 磁盘组? 扩展ASM 磁盘组?
通过使用各种实用程序检索ASM 元数据Automatic Storage ManagementAutomatic Storage Management
(ASM) 将文件系统与卷管理器纵向集成在一起,...
分类:
数据库 时间:
2014-06-09 17:24:13
阅读次数:
330
git使用https协议,每次pull,
push都要输入密码,相当的烦。使用git协议,然后使用ssh密钥。这样可以省去每次都输密码。大概需要三个步骤:一、本地生成密钥对;二、设置github上的公钥;三、修改git的remote
url为git协议。一、生成密钥对。=============大多...
分类:
其他好文 时间:
2014-06-09 16:23:26
阅读次数:
229
未翻译完 待续(英语烂,求斧正)Type Casting类型转换Type casting is
a way to check the type of an instance, and/or to treat that instance as if it
is a different supercla...
分类:
其他好文 时间:
2014-06-08 19:50:25
阅读次数:
269
http://www.jquery001.com/asp.net-mvc3-instance-add-update-delete2.html上篇我们在
ASP.NET MVC3 中实现了添加操作,由于时间关系没有完成修改、删除操作,我们新建了一个名为"Contact"的 Controller,并实现...
分类:
Web程序 时间:
2014-06-08 19:45:20
阅读次数:
251
下面来分析线程执行类,线程池ThreadPool类对该类的理解需要对java的线程池比较熟悉该类引用了一个内部类/** * The lazily
constructed LazyThreadPool instance. */ private LazyThreadPool lazyThrea...
分类:
其他好文 时间:
2014-06-08 19:15:24
阅读次数:
303