SystemTap是我目前所知的最强大的内核调试工具,有些家伙甚至说它无所不能:)
Debuted in 2005 in Red Hat Enterprise Linux 4 Update 2 as a technology preview.
After four years in development, System 1.0 was released in 2009.
As of 2011 SystemTap runs fully supported in all Linux distributions...
分类:
其他好文 时间:
2014-06-05 12:35:09
阅读次数:
280
Openerp权限设置最近一直在弄openerp权限问题,现在终于懂了一些。主要对模块下的security
目录下的文件:xxx_security.xml、ir.model.access.csv进行讲解@ xxx_security.xml1、 建立组A
//把admin用户加入该组中@name 组名...
分类:
其他好文 时间:
2014-06-04 19:02:24
阅读次数:
217
登录RMAN 报ORA-12162:TNS:net service name is incorrectly specified错误
[oracle@localhost admin]$ date
Tue Apr 22 18:06:16 CST 2014
[oracle@localhost admin]$ rman target /
//出现诡异的ora-12162错误,第一反应是TN...
分类:
Web程序 时间:
2014-05-31 22:31:38
阅读次数:
518
body{ background-position:center;
background-repeat:no-repeat; }div#div1{ position:fixed; top:0; left:0; bottom:0;
right:0; z-i...
分类:
其他好文 时间:
2014-05-31 14:11:16
阅读次数:
243
1.html 部分 2.css 部分.spinner { margin: 100px auto;
width: 50px; height: 60px; text-align: center; font-size: 10px;} .spinner >
div { back...
分类:
Web程序 时间:
2014-05-31 11:52:06
阅读次数:
555
Given a binary tree, check whether it is a
mirror of itself (ie, symmetric around its center).For example, this binary tree
is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-05-30 16:13:38
阅读次数:
334
C++中二维数组的动态分配作者:来源:csdn博客公布者:admin 时间:2009-04-23
13:55:03点击:115
C++中一维数组的动态分配十分经常使用,但C++刚開始学习的人可能非常少想过要使用动态分配的二维数组,或者自觉得二维数组就是这样分配的(至少我自己開始的时候就这样觉得):i...
分类:
编程语言 时间:
2014-05-30 08:45:21
阅读次数:
335
在OE中admin的内置帐号为SUPERUSER_ID,可以用来直接做判断登录用户是否admin[python] view
plaincopyprint?fromopenerpimportSUPERUSER_IDifuid==SUPERUSER_ID:returnNone
分类:
其他好文 时间:
2014-05-30 07:22:02
阅读次数:
214
使用SwingBench工具对oracle环境进行压力测试,100个用户,就提示连接数不够:后台日志报错:Errors
in file /oracle/admin/dbcc/bdump/dbcc_smon_3317.trc:ORA-00018: maximum number of
sessions ...
有关于MongoDB的资料如今较少,且大多为英文站点,以上内容大多由笔者翻译自官网,请翻译或理解错误之处请指证。之后笔者会继续关注MongoDB,并翻译“Developer
Zone”和“Admin Zone”的相关内容,敬请期待下期内容。MongoDB是一个基于分布式文件存储的数据库开源项目。由C...
分类:
数据库 时间:
2014-05-29 07:55:18
阅读次数:
492