码迷,mamicode.com
首页 >  
搜索关键字:transaction monitor not available    ( 6613个结果
COMException: The data necessary to complete this operation is not yet available.
问题描述:最近在公司AE项目中遇到了下面的问题:COMException: The data necessary to complete this operation is not yet available. ErrorCode: -2147483638 (Hex:8000000a) StackT...
分类:其他好文   时间:2014-05-24 07:11:22    阅读次数:284
Android Binder进程间通信---注册Service组件---Server处理BC_TRANSACTION
本文参考《Android系统源代码情景分析》,作者罗升阳 一、测试代码:        ~/Android/external/binder/server         ----FregServer.cpp         ~/Android/external/binder/common         ----IFregService.cpp...
分类:移动开发   时间:2014-05-22 10:27:56    阅读次数:367
TI C66x DSP硬件信号量 - 1
In a multicore environment—where system resources must be shared—it is important to control simultaneous accesses to the available resources. To ensure correct system operation, it is necessary to lim...
分类:其他好文   时间:2014-05-22 07:18:54    阅读次数:308
MySQL GTIDs(global transaction identifiers)
1、如何定义和生成GTIDs唯一性:在所有主从库都是唯一的,由二元组构成GTID = source_id:transaction_idsource_id标记主库的1.1 server_uuid获取server_uuid的方式a、判断data_dir/auto.cnf文件是否存在,如果存在返回b、不存...
分类:数据库   时间:2014-05-21 23:11:36    阅读次数:459
jstack Dump日志文件中的线程状态
jstack Dump 日志文件中的线程状态dump 文件里,值得关注的线程状态有:死锁,Deadlock(重点关注)执行中,Runnable 等待资源,Waiting on condition(重点关注)等待获取监视器,Waiting on monitor entry(重点关注)暂停,Suspen...
分类:编程语言   时间:2014-05-21 18:59:45    阅读次数:502
nagios监控设置monitor告警的用户名和密码
nagios监控设置monitor告警的用户名和密码默认在commands.cfg文件中定义:其中参数解释:Vimcommands.cfg文件:/usr/local/bin/sendEmail–fnagios@test.com–tyahoon@test.com–smail.test.com–u“fromnagios”–xunagios–xpp#3isoda–mhappy解释:-f表示发送者的邮箱-t表示?.
分类:移动开发   时间:2014-05-21 00:36:54    阅读次数:333
What is a Digital Signature?
Bob(Bob‘spublickey)(Bob‘sprivatekey)Bobhasbeengiventwokeys.OneofBob‘skeysiscalledaPublicKey,theotheriscalledaPrivateKey.Bob‘sCo-workers:AnyonecangetBob‘sPublicKey,butBobkeepshisPrivateKeytohimselfPatDougSusanBob‘sPublickeyisavailabletoanyonewhoneedsit,buthe..
分类:其他好文   时间:2014-05-21 00:05:52    阅读次数:478
java.net.SocketException: No buffer space available
今天写了一个4线程并发发送10W条数据,但是在发送1W2左右时,突然开始报java.net.SocketException:Nobufferspaceavailable异常,经过相关资料的查询,发现是WindowsServer2008R2或Windows7的多处理器计算机上都存在的问题,具体可以参照window官方的解释;地址为:http://suppor..
分类:编程语言   时间:2014-05-20 23:19:34    阅读次数:436
Android Binder进程间通信---注册Service组件---发送和处理BC_TRANSACTION
本文参考《Android系统源代码情景分析》,作者罗升阳 一、测试代码:        ~/Android/external/binder/server         ----FregServer.cpp         ~/Android/external/binder/common         ----IFregService.cpp       ...
分类:移动开发   时间:2014-05-18 02:54:20    阅读次数:552
EJB multiple datasource transaction example
EJB multiple datasource transaction example08 May 2014ByGon?alo Marquestags:jpajava-eejtaxaejbIn this article we will see how to configure EJB transac...
分类:其他好文   时间:2014-05-17 20:24:03    阅读次数:477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!