码迷,mamicode.com
首页 >  
搜索关键字:transactions    ( 327个结果
Object Detection with Discriminatively Trained Part Based Models
P. Felzenszwalb, R. Girshick, D. McAllester, D. RamananObject Detection with Discriminatively Trained Part Based ModelsIEEE Transactions on Pattern An...
分类:其他好文   时间:2014-09-17 11:40:32    阅读次数:177
System.Transactions 事务超时属性
System.Transactions 有2个超时属性(timeout 与 maxTimeout),可以通过配置文件来进行设置。1. timeoutSystem.Transactions 默认的timeout值为1分钟,可以通过app.config/web.config/machine.config...
分类:其他好文   时间:2014-09-10 10:48:30    阅读次数:203
Entity Framework - Using Transactions or SaveChanges(false) and AcceptAllChanges()?
LINK With the Entity Framework most of the time SaveChanges() is sufficient. This creates a transaction, or enlists in any ambient transaction, and do...
分类:其他好文   时间:2014-09-09 11:59:48    阅读次数:160
Working with Transactions (EF6 Onwards)
Data Developer Center > Learn > Entity Framework > Get Started > Working with Transactions (EF6 Onwards) EF6 Onwards Only - The features, APIs, etc. d...
分类:其他好文   时间:2014-09-09 11:54:38    阅读次数:269
Redis之七种武器
长生剑、孔雀翎、碧玉刀、多情环、离别钩、霸王枪、拳头是古龙笔下的七种武器,而本文打算将Redis的几种使用方式 Strings、Hashs、Lists、Sets、Sorted Sets、Pub/Sub、Transactions 也比作七种武器,为大家讲解Redis的七种特性,并列举其适合的应用场景。...
分类:其他好文   时间:2014-09-03 16:30:46    阅读次数:180
微软职位内部推荐-SENIOR SDE
微软近期Open的职位:SENIOR DEVELOPMENT ENGINEERThe Enterprise Commerce (ECIT) Engineering Team holds the mission for delivering millions of transactions and o...
分类:其他好文   时间:2014-09-03 14:47:26    阅读次数:271
SQL Server Isolation Levels By Example
Isolation levels in SQL Server control the way locking works between transactions.SQL Server 2008 supports the following isolation levelsRead Uncommit...
分类:数据库   时间:2014-09-03 09:28:36    阅读次数:448
微软职位内部推荐-SENIOR DEVELOPMENT LEAD
微软近期Open的职位:SENIOR DEVELOPMENT LEADThe Enterprise Commerce (ECIT) Engineering Team holds the mission for delivering millions of transactions and one g...
分类:其他好文   时间:2014-09-03 02:36:05    阅读次数:364
Sequential consistency
Sequential consistency is one of the consistency models used in the domain of concurrent computing (e.g. in distributed shared memory, distributed transactions, etc.). It was first defined as t...
分类:其他好文   时间:2014-09-02 15:54:44    阅读次数:172
基于TransactionScope类的分布式隐式事务
System.Transactions 命名空间中除了上一节中提到的基于 Transaction 类的显式编程模型,还提供使用 TransactionScope 类的隐式编程模型,它与显示编程模型相比,更加方便简单,它也是MSDN中建议使用的编程模型。 下面,我们基于TransactionSc...
分类:其他好文   时间:2014-08-25 22:25:54    阅读次数:289
327条   上一页 1 ... 28 29 30 31 32 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!