码迷,mamicode.com
首页 >  
搜索关键字:transaction monitor not available    ( 6613个结果
nginx安装
Ubuntu建议还是直接使用sudo apt-get install nginx命令安装,既方便又完整。使用源码安装缺少site—available之类的目录,而且还需手动添加链接。===========================================================...
分类:其他好文   时间:2014-10-27 00:11:05    阅读次数:338
/MT /MD /ML /MTd /MDd /MLd 的区别
Multithreaded Libraries PerformanceThe single-threaded CRT is no longer ( in vs2005 ) available. This topic discusses how to get the maximum performan...
分类:其他好文   时间:2014-10-26 10:21:23    阅读次数:288
Tuxedo入门学?
中间件介绍:介于客户机和server之间的夹层,突破了传统的c/s架构,为构建大规模,高性能,分布式c/s应用程序提供了通信,事物,安全,容错等基础服务,屏蔽了底层应用细节,应用程序不必从底层开发,以自身的复杂性换取应用程序开发的简单。Tuxedo是什么?Tuxedo:Transaction for...
分类:其他好文   时间:2014-10-25 19:59:06    阅读次数:269
[NHibernate]事务
目录写在前面文档与系列文章事务增删改查总结写在前面上篇文章介绍了nhibernate的增删改查方法及增加修改操作,这篇文章将介绍nhibernate的事务操作。SQL Server中的事务在sql中使用begin transaction开启一个事务,rollback transaction用于回滚事...
分类:Web程序   时间:2014-10-25 11:52:37    阅读次数:288
SQL Server save transaction
准备: create table Nums(X int); 目的:只向表中插入一行。----------------------------------------------------------------------------------------------------------.....
分类:数据库   时间:2014-10-25 09:13:21    阅读次数:157
MS-SQLSERVER中的MSDTC不可用解决方法
今天在本地机直接在触发器里更新还有一台服务器数据时出现: MSDTC不可用解决的方法:在windows控制面版-->管理工具-->服务-->Distributed Transaction Coordinator-->属性-->启动 1.A.不用事务,关用SELECT 语句.能否够分布式查询? B.L...
分类:数据库   时间:2014-10-24 15:59:21    阅读次数:224
Zepto 使用中的一些注意点
从哪里下载 Zepto这个问题看起来很蠢,从官网下载不就行了嘛!可是你有没有发现下载链接上面有行小字呢?There are more modules; a list of all modules is available in the README.在这个 README 里面你会惊奇地发现,Zept...
分类:其他好文   时间:2014-10-24 12:48:36    阅读次数:257
2.App Components-Activities/Loadres
1. Loaders loaders make it easy to asynchronously load data in an activity or fragment. Loaders have these characteristics: They are available to ...
分类:移动开发   时间:2014-10-24 12:46:03    阅读次数:159
IBATIS事务处理 - - 博客频道 - CSDN.NET
IBATIS事务处理 - - 博客频道 - CSDN.NET iBATIS事务处理是和Dao紧密相联的。 在使用Dao时,如以下代码,先插入新记录,再进行更新: UserDao.insertUser (user); // Starts transaction user.setName("wh"); ...
分类:Web程序   时间:2014-10-23 20:30:20    阅读次数:317
设置MySQL事务隔离级别
select @@tx_isolation;   //查看隔离级别   set transaction isolation level read uncommitted;  //设置读未提交级别   start transaction;  //打开事务  rollback;   //回滚  commit; //提交  set transaction isolation leve...
分类:数据库   时间:2014-10-23 17:46:58    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!