码迷,mamicode.com
首页 >  
搜索关键字:transactions    ( 327个结果
Spring with and without XA
http://www.javaworld.com/article/2077963/open-source-tools/distributed-transactions-in-spring--with-and-without-xa.html 文章涉及的代码: 1. <bean?id="transactionManager" class="org.springframew...
分类:编程语言   时间:2015-08-04 21:15:19    阅读次数:184
电气工程领域期刊
==========顶级期刊=============Proceedings of The IEEE(涵盖电气,计算机科学等领域,”电气与电子领域综合类“)IEEE Transactions on Industry Applications(涵盖面宽,电气、控制系统、工业电子等,属于“电气、电子应用...
分类:其他好文   时间:2015-07-28 06:40:08    阅读次数:179
控制理论与应用期刊
Major Journals in Control FieldInternational JournalsIEEE Transactions on Automatic ControlAutomaticaSystems & Control LettersInternational Journal of...
分类:其他好文   时间:2015-07-28 06:38:52    阅读次数:157
[LeetCode][Java] Best Time to Buy and Sell Stock IV
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most k transactions. Note: Y...
分类:编程语言   时间:2015-07-26 15:56:12    阅读次数:142
[LeetCOde][Java] Best Time to Buy and Sell Stock III
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most two transactions. Note: ...
分类:编程语言   时间:2015-07-26 15:53:12    阅读次数:155
MySQL查看和修改表的存储引擎
查看当前支持的存储引擎mysql>showengines;+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+ |Engine|Support|Comment|Transactions|XA|Savepoints| +--------------------+-------..
分类:数据库   时间:2015-07-21 19:05:09    阅读次数:186
getTransaction().commit(),getDBTransaction().commit(),getOADBTransaction().commit之间的区别
原文:Transaction is an interface which provides base methods for defining database transactions.DBTransaction is a subinterface on Transaction encapsula...
分类:数据库   时间:2015-07-13 12:00:56    阅读次数:140
EF中的事务处理
命名空间System.Transactions;using (TransactionScope scope = new TransactionScope()){ //Do something with context1 //Do something with context2 /...
分类:其他好文   时间:2015-07-07 12:40:09    阅读次数:243
Laravel5.1学习笔记15 数据库1 数据库使用入门
Introduction Running Raw SQL Queries Listening For Query Events Database Transactions Using Multiple Database Connections Introduction Laravel makes c...
分类:数据库   时间:2015-07-02 15:28:54    阅读次数:181
LeetCode122:Best Time to Buy and Sell Stock II
Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete as many transactions as you like (ie, buy one and...
分类:其他好文   时间:2015-06-30 10:32:15    阅读次数:120
327条   上一页 1 ... 17 18 19 20 21 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!