码迷,mamicode.com
首页 >  
搜索关键字:transaction monitor not available    ( 6613个结果
关系型数据库事务处理ACID
ACID,指数据库事务正确执行的四个基本要素的缩写。包含:原子性(Atomicity)、一致性(Consistency)、隔离性 (Isolation)、持久性(Durability)。一个支持事务(Transaction)的数据库系统,必需要具有这四种特性,否则在事务过程 (Transaction...
分类:数据库   时间:2014-10-10 00:09:57    阅读次数:309
iOS System Services
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
IPMI (Intelligent Platform Management Interface)
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
MYSQL SQL Server 事务
开始: start transaction; # 一定要有这个 ‘;’ 号。注意: MYSQL 用的是快照隔离、就是说一个连接在修改的时候别的连接还是可以查询的。 例子: create table T1(X int); insert into T1(X) values(100)...
分类:数据库   时间:2014-10-09 19:16:37    阅读次数:162
监控 Linux 性能的 18 个命令行工具(转)
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
adt-bundle-windows添加NDK支持
最近换了个硬盘,以前都是用eclipse安装adt插件的,现在老了,图省事就下载了adt-bundle-windows,解压缩出来就直接用。但是这个adt-bundle没有集成NDK支持,于是手动安装,在自带的Available Software Site中有两个地址,一个是http://dl-ssl.google.com/android/eclipse/和https://dl.google.co...
分类:Windows程序   时间:2014-10-08 02:40:24    阅读次数:288
eclipse安装ADT后在windows菜单下找不到android SDK and AVD Manager选项的解决办法
在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
There is an error while getting planid. No Free partitions available
问题概述Oracle Advanced Supply Chain Planning最初的设置职责的时候有点问题,不知是不是要打什么补丁或其它配置什么东东,,这个提示,,但我查到的分区是还有可用分区的,里面的逻辑关系有点搞乱解决方法原因:因为ORA-02149:指定的分区不存在ORA-06512:在"...
分类:其他好文   时间:2014-10-08 00:27:44    阅读次数:243
安装pydelicious遇到的一些问题
今天在看《集体智慧编程》一书,第二章要用到pydelicious的库,便按照书中的方法到Google上去下载(点我下载),下载安装完之后运行提示:Feedparser not available, no RSS parsing。搜索之后了解到,这是因为没有安装feedparser(点我下载)使用命令...
分类:其他好文   时间:2014-10-06 22:07:30    阅读次数:161
TPCC-MYSQL 应用测试
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!