ACID,指数据库事务正确执行的四个基本要素的缩写。包含:原子性(Atomicity)、一致性(Consistency)、隔离性 (Isolation)、持久性(Durability)。一个支持事务(Transaction)的数据库系统,必需要具有这四种特性,否则在事务过程 (Transaction...
分类:
数据库 时间:
2014-10-10 00:09:57
阅读次数:
309
System Services is a singleton class to gather all available information about a device. Over 75 methods to determine everything from: System uptime, ...
分类:
移动开发 时间:
2014-10-09 22:17:47
阅读次数:
192
4.3.ipmitool - utility for controlling IPMI-enabled devices4.3.1.ipmitool4.3.1.1.ubuntu确定硬件是否支持 IPMI neo@monitor:~$ sudo dmidecode |grep -C 5 IPMI[...
分类:
其他好文 时间:
2014-10-09 20:46:37
阅读次数:
267
开始: start transaction; # 一定要有这个 ‘;’ 号。注意: MYSQL 用的是快照隔离、就是说一个连接在修改的时候别的连接还是可以查询的。 例子: create table T1(X int); insert into T1(X) values(100)...
分类:
数据库 时间:
2014-10-09 19:16:37
阅读次数:
162
http://www.oschina.net/translate/command-line-tools-to-monitor-linux-performance?cmp&p=1#1.Top-Linux进程监控Linux下的Top命令是一个性能监控程序,许多系统管理员常常用它来监控Linux性能,在许...
分类:
系统相关 时间:
2014-10-09 16:54:07
阅读次数:
490
最近换了个硬盘,以前都是用eclipse安装adt插件的,现在老了,图省事就下载了adt-bundle-windows,解压缩出来就直接用。但是这个adt-bundle没有集成NDK支持,于是手动安装,在自带的Available Software Site中有两个地址,一个是http://dl-ssl.google.com/android/eclipse/和https://dl.google.co...
在eclipse中点击window→Customize Perspective→Command Groups availability→Available command groups下勾选Android SDK and AVD Manager选项,然后在Tool Bar Visibility 下勾...
分类:
移动开发 时间:
2014-10-08 00:43:54
阅读次数:
224
问题概述Oracle Advanced Supply Chain Planning最初的设置职责的时候有点问题,不知是不是要打什么补丁或其它配置什么东东,,这个提示,,但我查到的分区是还有可用分区的,里面的逻辑关系有点搞乱解决方法原因:因为ORA-02149:指定的分区不存在ORA-06512:在"...
分类:
其他好文 时间:
2014-10-08 00:27:44
阅读次数:
243
今天在看《集体智慧编程》一书,第二章要用到pydelicious的库,便按照书中的方法到Google上去下载(点我下载),下载安装完之后运行提示:Feedparser not available, no RSS parsing。搜索之后了解到,这是因为没有安装feedparser(点我下载)使用命令...
分类:
其他好文 时间:
2014-10-06 22:07:30
阅读次数:
161
TPCC-MySQL 基于TPCC协议的MySQL 实现TPCC简介:TPC-C is an on-line transaction processing benchmark,TPC-C simulates a complete computing environment where a popul...
分类:
数据库 时间:
2014-10-06 18:37:10
阅读次数:
399