AppArmor https://help.ubuntu.com/14.04/serverguide/apparmor.html AppArmor 是一个实施了基于名称强制存取控制的Linux安全模组。AppArmor 界定了单个程序进入一组文件列表的权限并遵循posix 1003.1e 草稿的能力...
分类:
移动开发 时间:
2014-07-03 11:03:07
阅读次数:
303
测试了两个case,属于之前blog的遗留问题: innodb如何加载数据字典 flush tables都做了什么操作先来看下innodb加载数据字典: 首次使用:select * from tt;1. 创建handler对象函数调用栈: open_binary_frm ...
分类:
数据库 时间:
2014-07-03 06:21:07
阅读次数:
318
To avoid health problem, you can filter home air. Air purifier filter can help you eliminate pollutants. A HEPA or High Efficiency Particulate Air fil...
分类:
其他好文 时间:
2014-07-02 14:10:03
阅读次数:
256
测试参数:sysbench--test=/root/sysbench0.5/sysbench/tests/db/insert.lua
--mysql-table-engine=innodb--oltp-table-size=1000000
--max-requests=0--max-time=300--num-threads=16
--oltp-tables-count=10--report-interval=10
--mysql-host=10.8.8.100--mysql-port=3312--..
分类:
数据库 时间:
2014-07-02 06:44:36
阅读次数:
280
--==========================================================================在博客园看到一篇文章《SQLServer Temp tables 数据疑问》,文章中问道在没有任何负载情况下,还有大量的临时表,这是为什么?--==...
分类:
数据库 时间:
2014-07-01 18:44:42
阅读次数:
269
在Eclipse中安装TestNG也像安装其他插件一样非常方便,如下:选择菜单:Help->Install New Software,然后在弹出窗口中的“Work with”中输入地址:http://beust.com/eclipse,如下图所示:
分类:
系统相关 时间:
2014-07-01 18:24:44
阅读次数:
377
localhost:~ hejiasheng$ xcrun swift
Welcome to Swift! Type :help for assistance.
1> var a:Int
a: Int = 0
2> let b:Int
:2:5: error: 'let' declarations require an initializer expression
let b:Int
...
分类:
移动开发 时间:
2014-07-01 14:23:25
阅读次数:
443
今天遇到了一个奇葩的问题,我把我的sdk tools的版本升级到23后,我在eclipse中尝试升级ADT,发现了这么一个问题,下面分析下原因:
当我在eclipse中选择Help-->Check for updates时,会弹出一个框,如下:
首先解释下这个错误出现的原因:
Eclipse在check for updates时,是根据下图列表中所有的Available Softwa...
分类:
系统相关 时间:
2014-07-01 11:13:52
阅读次数:
441
今天尝试在线更新ADT的时候,遇到了这么个问题,从错误提示中初步看起来是存在引用的冲突:
其实就是当前要安装的插件与已安装的插件存在了冲突。
解决办法:卸载冲突的几个插件,可能很多人不知道如何卸载已安装的插件,这里我说下:
Help-->About Eclipse SDK,选择图中圈起来的地方:
然后会出现下面这个页面,卸载掉冲突的插件即可:...
分类:
系统相关 时间:
2014-07-01 06:53:18
阅读次数:
270
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-07-01 06:22:46
阅读次数:
415