实验环境:windows 8.1 pro with Keil 4 and Proteus
7.8 both cracked。步骤:下载联调工具Vdmagdi,安装。keil下Option/Debug,将右侧的单选框点上。proteus
下Debug/Use remote debug monitor点...
分类:
其他好文 时间:
2014-06-07 04:20:40
阅读次数:
318
No provisioned iOS devices are available with a compatible iOS version. Connect an iOS device with a recent enough version of iOS to run your application or choose an iOS simulator as the destination....
分类:
移动开发 时间:
2014-06-07 01:56:57
阅读次数:
361
public class DiagramEditor extends
GraphicalEditorWithFlyoutPalette implementsIPersistableEditor{ public void
doSave(IProgressMonitor monitor) { ...
分类:
其他好文 时间:
2014-06-04 20:04:59
阅读次数:
397
TRANSACTION_READ_UNCOMMITTED1
这种隔离级别最低,脏读,不可重复读,幻读都会发生,我用的oracle,并没有支持这个级别,不作研究。 TRANSACTION_READ_COMMITTED 2
This is the default transaction i...
分类:
数据库 时间:
2014-05-31 17:54:26
阅读次数:
234
HTTP Status 404 - /stovetype Status
reportmessage /stovedescription The requested resource (/stove) is not
available.Apache Tomcat/5.5.26在stove中小实例中没有...
分类:
其他好文 时间:
2014-05-31 12:58:02
阅读次数:
212
一、术语session
在我的经验里,session这个词被滥用的程度大概仅次于transaction,更加有趣的是transaction与session在某些语境下的含义是相同的。
session,中文经常翻译为会话,其本来的含义是指有始有终的一系列动作/消息,比如打电话时从拿起电话拨号到...
分类:
其他好文 时间:
2014-05-30 16:51:52
阅读次数:
4611
Say you have an array for which theithelement
is the price of a given stock on dayi.If you were only permitted to complete at
most one transaction (ie...
分类:
其他好文 时间:
2014-05-30 16:30:00
阅读次数:
282
问题描述: 写主库开事务的情况下会导致时不时的将更新/插入操作写入到从库上,
导致mysqlException问题原因: jetty的工作队列会重用处理线程, 导致threadLocal被重用,
然而transaction注解在service层, 他会在DynamicDataSourceSwitch...
分类:
其他好文 时间:
2014-05-30 05:56:49
阅读次数:
2332
事务(Transaction)是并发控制的单位,是用户定义的一个操作序列。这些操作要么都做,要么都不做,是一个不可分割的工作单位。通过事务,SQL
Server能将逻辑相关的一组操作绑定在一起,以便服务器保持数据的完整性。在sql server+ .net 开发环境下,有两种方法能够完成事务的...
分类:
数据库 时间:
2014-05-29 09:33:19
阅读次数:
365
public void doSave(IProgressMonitor monitor) {
// TODO Auto-generated method stub performSave(monitor, getEditorInput());
自定义的一个save函数,作...
分类:
其他好文 时间:
2014-05-29 07:56:21
阅读次数:
240