码迷,mamicode.com
首页 >  
搜索关键字:phantom    ( 67个结果
事务并发、事务隔离级别
不可重复读(Nonrepeatable Read) 一个事务的两次读取中,读取相同的资源得到不同的值。当事务T2在事务T1的两次读取之间更新数据,则会发生此种错误(重点在修改) 幻读(Phantom): 此概念相对难理解一些。 事务T1对一定范围内执行操作,T2对相同的范围内执行不兼容的操作,这时会 ...
分类:其他好文   时间:2016-08-27 00:23:13    阅读次数:258
玩转12款Linux开源机器人
玩转12款Linux开源机器人 头条网2016-02-15 09:04 玩转12款Linux开源机器人 头条网2016-02-15 09:04 3DR Solo智能无人机发布于2015年中期。作为试图与大疆广受欢迎的Phantom系列无人机相抗衡的产品,它的双处理器运行Linux系统。 Rethin ...
分类:系统相关   时间:2016-07-01 13:21:10    阅读次数:271
强(strong)、软(soft)、弱(weak)、虚(phantom)引用
https://github.com/Androooid/treasure/blob/master/source/lightsky/posts/mat_usage.md 1.1 GC Root JAVA虚拟机通过可达性(Reachability)来判断对象是否存活,基本思想:以"GC Roots"的 ...
分类:其他好文   时间:2016-06-21 22:12:19    阅读次数:628
MySQL(26):事务的隔离级别出现问题之 幻读
1. 幻读 幻读(Phantom Read)又称为虚读,是指在一个事务内两次查询中数据条数不一致,幻读和不重复读有些类型,同样是在两次查询过程中,不同的是,幻读是由于其他事务做了插入记录的操作,导致记录数有所增加。 例如:银行在做统计报表时统计account表中所有用户的总金额时候,此时总共有三个账 ...
分类:数据库   时间:2016-05-15 09:40:38    阅读次数:327
RPD Volume 168 Issue 4 March 2016 评论2
Influence of the phantom shape (slab, cylinder or Alderson) on the performance of an Hp(3) eye dosemeter Abstract In the past, the operational quantit ...
分类:其他好文   时间:2016-03-31 07:07:09    阅读次数:157
RPD Volume 168 Issue 4 March 2016 评论3
Design and fabrication of a multipurpose thyroid phantom for medical dosimetry and calibration Abstract A multipurpose anthropomorphic neck phantom wa ...
分类:其他好文   时间:2016-03-31 07:06:01    阅读次数:163
RPD Volume 168 Issue 4 March 2016 评论1
GEANT4 calculations of neutron dose in radiation protection using a homogeneous phantom and a Chinese hybrid male phantom Abstract The purpose of this ...
分类:其他好文   时间:2016-03-31 07:04:58    阅读次数:160
RPD Volume 168 Issue 4 March 2016 评论5
Monte Carlo simulation of secondary radiation exposure from high-energy photon therapy using an anthropomorphic phantom Abstract The development of in ...
分类:其他好文   时间:2016-03-31 07:04:47    阅读次数:155
softwareTesting_work2_question1
package com.Phantom; import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;import java.util.Map.Entry; public ...
分类:其他好文   时间:2016-03-26 15:37:40    阅读次数:202
调用CryptAcquireContext错误:8009000B
自己写的程序之前运行的好好的,现在突然运行不了,经过调试分析,错误锁定在CryptAcquireContext函数,程序如下: 当程序执行完 CryptAcquireContext( &hCryptProv, TEXT( "phantom.EncryptDecrypt" ), NULL, PROV_
分类:其他好文   时间:2016-03-19 21:01:04    阅读次数:245
67条   上一页 1 2 3 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!