摘要:
A DFD shows what kind of information will be input to and output from the system, how the data will advance through the system, and where the data wil 阅读全文
posted @ 2018-02-09 18:42
zzfx
阅读(596)
评论(0)
推荐(0)
摘要:
Signal programming is used in the same sense as dataflow programming, and is similar to event-driven programming. The signal flow of a program or a si 阅读全文
posted @ 2018-02-09 18:34
zzfx
阅读(220)
评论(0)
推荐(0)
摘要:
脏数据在临时更新(脏读)中产生。事务A更新了某个数据项X,但是由于某种原因,事务A出现了问题,于是要把A回滚。但是在回滚之前,另一个事务B读取了数据项X的值(A更新后),A回滚了事务,数据项恢复了原值。事务B读取的就是数据项X的就是一个“临时”的值,就是脏数据。通俗的讲,当一个事务正在访问数据,并且 阅读全文
posted @ 2018-02-09 15:55
zzfx
阅读(2193)
评论(0)
推荐(0)

浙公网安备 33010602011771号