Dont blink your Eyes, you might miss it. But the fatigue and exhaustion rules out any logic, any will to stay awake. What you need now is a slumber. C
分类:
其他好文 时间:
2016-02-01 23:57:49
阅读次数:
455
The guiding principle in Cycle.js is we want to separate logic from effects. This first part here was logical, and this second part here was effects. ...
分类:
Web程序 时间:
2016-01-26 20:15:27
阅读次数:
177
介绍Handlebars是 JavaScript 一个语义模板库,通过对view和data的分离来快速构建Web模板。它采用"Logic-less template"(无逻辑模版)的思路,在加载时被预编译,而不是到了客户端执行到代码时再去编译, 这样可以保证模板加载和运行的速度。Handlebars...
分类:
Web程序 时间:
2016-01-26 18:37:04
阅读次数:
219
综合(synthesis) = 转换(translation) + 优化(logic optimization) + 映射(gate mapping); 转换阶段将HDL语言描述的电路用门级逻辑实现。对于DC使用gtech.db库中的门级单元来实现HDL语言描述的电路,得到初始的未优化的电路。优化与...
分类:
其他好文 时间:
2016-01-13 21:45:40
阅读次数:
329
摘要: 打算分几篇,来理清VHDL的基础知识--------------------------------------------------------------------------------------------------1. 库种类A. ieee库std_logic_1164 ....
分类:
其他好文 时间:
2016-01-08 13:05:49
阅读次数:
149
UML中的4+1模型UML的4+1模型是一个叫Kruchten的人发明的,但网上还有其它版本的4+1 模型:Use case view, Logic view, Process view, Impementation View and Deployment View。Logic View:对系统各个...
分类:
其他好文 时间:
2016-01-05 22:10:41
阅读次数:
208
First-order logic (FOL) === First-order Predicate LogicInformal definition: The world consists of objects, i.e., things with individual 'identities' a...
分类:
其他好文 时间:
2016-01-05 15:24:55
阅读次数:
217
序言:DATAGUARD是通过建立一个PRIMARY和STANDBY组来确立其参照关系。STANDBY一旦创建,DATAGUARD就会通过将主数据库(PRIMARY)的REDO传递给STANDBY数据库,然后在STANDBY中应用REDO实现数据库的同步。有两种类型的STANDBY:物理STANDBY和逻辑STANDBY物理STANDBY提供与主数据库..
分类:
数据库 时间:
2016-01-04 18:32:34
阅读次数:
341
Duplicate复制数据库并创建物理StandBy(spfile+不同实例名+不同路径)
分类:
数据库 时间:
2015-12-30 23:47:57
阅读次数:
333
1.抛出异常throw logic_error("illegal future_value parameter");2.捕获异常try{ //code....}catch (logic_error& e){ //bandler.... }
分类:
其他好文 时间:
2015-12-30 19:21:33
阅读次数:
140