码迷,mamicode.com
首页 >  
搜索关键字:when    ( 7148个结果
vim 高亮显示配置
/etc/vim/vimrcset showmatch "bracket matchset matchtime=5 "bracket match time 5 set ignorecase "ingnore upper and lower when seekset incsearch set for...
分类:系统相关   时间:2014-11-17 10:39:01    阅读次数:193
Singly linked list algorithm implemented by Java
Jeff Lee blog: http://www.cnblogs.com/Alandre/ (泥沙砖瓦浆木匠),retain the url when reproduced ! Thanks Linked list is a normal data structure.here I show ho...
分类:编程语言   时间:2014-11-17 09:10:51    阅读次数:169
SQL Server 2008中SQL增强之三:Merge(在一条语句中使用Insert,Update,Delete) 一条语句实现两表同步(添加、删除、修改)
MERGE 目标表USING 源表ON 匹配条件WHEN MATCHED THEN 语句WHEN NOT MATCHED THEN 语句;http://www.chinaz.com/program/2010/1014/137713.shtml
分类:数据库   时间:2014-11-16 21:25:07    阅读次数:174
c++ primer learning point.1
1.when we wanna share const variables;we use the keywordexternon both its definition and declaration(s):2.Once initialized, a reference remains bound ...
分类:编程语言   时间:2014-11-16 21:24:45    阅读次数:225
POJ 3176-Cow Bowling(DP||记忆化搜索)
Cow Bowling Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14210   Accepted: 9432 Description The cows don't use actual bowling balls when they go bowling. ...
分类:其他好文   时间:2014-11-16 18:44:34    阅读次数:201
POJ 3176(Cow Bowling )(就是简单的数塔,动态规划)
Cow Bowling Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14206   Accepted: 9428 Description The cows don't use actual bowling balls when they go bowling. ...
分类:其他好文   时间:2014-11-16 17:24:45    阅读次数:134
Upgrading an ASP.NET MVC 2 Project to ASP.NET MVC 3 Tools Update
ASP.NET MVC 3 can be installed side by side with ASP.NET MVC 2 on the same computer, which gives you flexibility in choosing when to upgrade an ASP.NE...
分类:Web程序   时间:2014-11-16 09:22:48    阅读次数:186
verilog behaviral modeling -- procedural timing contronls
1.delay control : an expression specifies the time duration between initially encountering the statement and when the statement actually executes. ...
分类:其他好文   时间:2014-11-15 21:31:24    阅读次数:187
创建触发器在表中播入数据时ID自动增长
create table ttt (id number primary key ,name varchar2(20),age number(2))create or replace trigger gger_tt before insert on tttfor each row when (new....
分类:其他好文   时间:2014-11-15 15:26:57    阅读次数:172
[Erlang危机](5.1.3)进程
ProcessesTrying to get a global view of processes is helpful when trying to assess how much work is being done in the VM in terms of tasks. A general good practice in Erlang is to use processes for tr...
分类:系统相关   时间:2014-11-15 11:28:38    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!