码迷,mamicode.com
首页 >  
搜索关键字:instead    ( 1076个结果
oracle触发器实例
8.1 触发器类型 8.1.1 DML触发器 8.1.2 替代触发器 8.1.3 系统触发器 8.2 创建触发器 8.2.1 触发器触发次序 8.2.2 创建DML触发器 8.2.3 创建替代(INSTEAD OF)触发器 8.2.3 创建系统事件触发器 8.2.4 系统触发器事件属性 8.2.5 ...
分类:数据库   时间:2014-07-07 17:50:43    阅读次数:320
「笔记」「ubuntu」mint个人shell样式脚本
alias ll='ls -al'use_color=false# Set colorful PS1 only on colorful terminals.# dircolors --print-database uses its own built-in database# instead of ...
分类:其他好文   时间:2014-07-07 13:41:54    阅读次数:245
[LeetCode] N-Queens II
N-Queens IIFollow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.solution:#includ...
分类:其他好文   时间:2014-07-06 16:06:08    阅读次数:198
java linux jdk(yanzheng)
first,there are some default jdk in system.when we get the java 1.7.0 foldel,we should use it to instead of the default jdk.so just use sudo update-al...
分类:编程语言   时间:2014-07-06 14:22:35    阅读次数:281
SQL Server 触发器
--向表“j0261”插入数据时,检查学号是否存在于表“j026”中,如存在则进行插入操作,否则就不插入。 create trigger checkid on j0261 instead of insert as if(not exists(slect * from j026 where 学号=(select 学号 from inserted)))--如果插入j0261的那一条数据里的'学号'不存...
分类:数据库   时间:2014-07-02 09:39:12    阅读次数:268
N-Queens II
题目 Follow up for N-Queens problem. Now, instead outputting board configurations, return the total number of distinct solutions. 方法 和上题方法一样,使用回溯法,结构基本相同,只需要返回数量。 public i...
分类:其他好文   时间:2014-06-30 06:24:22    阅读次数:273
[leetcode] N-Queens II
Now, instead outputting board configurations, return the total number of distinct solutions.
分类:其他好文   时间:2014-06-27 11:40:13    阅读次数:277
freemarker写select组件报错总结(七)
1、错误描述 六月 26, 2014 11:26:27 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Expected collection or sequence. datas evaluated instead to freemarker.core.HashLite...
分类:其他好文   时间:2014-06-27 10:01:02    阅读次数:223
Get Cordova Ready for Grunt and CoffeeScript
Cordova, Grunt and Coffee You may reference to below if you deside to work with coffee instead of Javascript in Cordova project. Prepare Cordova Helloworld Project This guide is based on Hello Wo...
分类:其他好文   时间:2014-06-27 08:13:42    阅读次数:230
android 64 32 adb
You can try this to install 32 lib(not all in ia32-libs):apt-get install program:i386.Or if you want to install the whole ia32-lib instead, try the fo...
分类:移动开发   时间:2014-06-26 18:09:51    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!