1 保留字一览 abstractboolean break bytecase catch char class const continuedebugger default delete do double else enum export extendsfalse final finally fl ...
分类:
编程语言 时间:
2017-02-14 12:15:28
阅读次数:
166
In this lesson we will look at pulling out complex npm script logic into an external JavaScript file. Instead of writing bash scripts you can leverage ...
分类:
其他好文 时间:
2017-02-12 10:48:41
阅读次数:
154
http://stackoverflow.com/questions/10082031/why-use-jquery-on-instead-of-click ...
分类:
Web程序 时间:
2017-02-11 12:14:29
阅读次数:
138
Peng@PENG-PC ~ $ npm install -g cordova npm WARN deprecated node-uuid@1.4.7: use uuid module instead C:\Users\Peng\AppData\Roaming\npm\cordova -> C:\U... ...
分类:
其他好文 时间:
2017-02-07 12:44:53
阅读次数:
2170
Peng@PENG-PC ~ $ npm install -g cordova npm WARN deprecated node-uuid@1.4.7: use uuid module instead C:\Users\Peng\AppData\Roaming\npm\cordova -> C:\U... ...
分类:
其他好文 时间:
2017-02-07 12:09:57
阅读次数:
256
Often times you’ll have variations that you’ll want to make to your npm scripts and repeating yourself is inefficient and verbose. Instead you can cre ...
分类:
其他好文 时间:
2017-02-06 21:02:42
阅读次数:
148
Drainage Ditches Problem Description Every time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that th ...
分类:
编程语言 时间:
2017-02-06 10:32:22
阅读次数:
330
触发器 其是一种特殊的存储过程。一般的存储过程是通过存储过程名直接调用,而触发器主要是 通过事件(增、删、改)进行触发而被执行的。其在表中数据发生变化时自动强制执行。 常见的触发器有两种:after(for)、instead of,用于insert、update、delete事件。 after(fo ...
分类:
数据库 时间:
2017-02-05 19:32:43
阅读次数:
200
--触发器 触发器有三类: 数据操作触发器 用before触发器进行数据校验 用after触发器进行级联操作 语句触发器限制数据的操作和记录操作日志 instead of 触发器(只针对视图不允许DML操作时) 数据定义触发器 监视数据库中用户的一些重要操作 系统触发器 --触发器的限制 不应该使用 ...
分类:
数据库 时间:
2017-02-04 14:45:03
阅读次数:
228