码迷,mamicode.com
首页 >  
搜索关键字:when    ( 7148个结果
Spring MVC(一)
The figure below shows the flow of request in the Spring MVC Framework.When a request is sent to the Spring MVC Framework the following sequence of ev...
分类:编程语言   时间:2014-07-03 10:08:35    阅读次数:232
Mybatis 动态sql
choose, when, otherwise有时我们不想应用所有的条件, 相反我们想选择很多情况下的一种。 Java 中的 switch 和 语句相似,MyBatis 提供 choose 元素。我们使用上面的示例,但是现在我们来搜索当 title 提供时仅有 title 条件,当 author 提...
分类:数据库   时间:2014-07-03 09:23:49    阅读次数:223
Akka的fault tolerant
要想容错,该怎么办?父actor首先要获知子actor的失败状态,然后确定该怎么办, “怎么办”这回事叫做“supervisorStrategy"。 // Restart the storage child when StorageException is thrown. // After 3 re...
分类:其他好文   时间:2014-07-03 00:21:47    阅读次数:340
(转)Overview : Writing Scripts in C# 使用C#书写脚本
Apart from syntax, there are some differences when writing scripts in C# or Boo. Most notable are:除了句法规则, 使用C#或Boo编写脚本还有一些不同,当.需要特别注意的是:1. Inherit fro...
分类:其他好文   时间:2014-07-02 23:22:00    阅读次数:307
task
task 可以通过CancellationTokenSource.token 来控制线程是否终止。同时 还可以注册一个委托,来回调。Register(Action)Registers a delegate that will be called when this CancellationToken...
分类:其他好文   时间:2014-07-01 21:14:29    阅读次数:181
Filter Press Of Stainless Steel Plate
Commercial vacuum cleaners range in cost from 200 to 2000 dollars . When you purchase a commercial vacuum cleaner you should look at the purchase as a...
分类:其他好文   时间:2014-07-01 18:40:25    阅读次数:178
[fw]Understanding a Kernel Oops!
An “Oops” is what the kernel throws at us when it finds something faulty, or an exception, in the kernel code. It’s somewhat like the segfaults of use...
分类:其他好文   时间:2014-07-01 17:25:43    阅读次数:265
js 的try catch应用
在JavaScript可以使用try...catch来进行异常处理。例如:try { foo.bar();} catch (e) { alert(e.name + ": " + e.message);}目前我们可能得到的系统异常主要包含以下6种:EvalError: raised when an e...
分类:Web程序   时间:2014-07-01 13:31:30    阅读次数:249
生活中最幸福的时刻(扩展篇)
In life we are happiest when 每个人从我们诞生的那一刻起,直到最后的终老死去,生命中的每一天都会有不同的经历——成功、失败、喜怒哀乐。而人们最渴望得到的不是物质,而是幸福。幸福就像上帝派来的信使,你永远不知道他什么时候会来,而又什么时候会离开。而它带给我们的却是串联成生命...
分类:其他好文   时间:2014-07-01 00:49:03    阅读次数:341
Beginner Course about ExtJS
Foreword Fortunately, I met “ExtJS” in earlier afternoon, the feeling justlike my encounter with “REST” Actually, at beginning, I had no idea about them,but when I got in touch with REST, I found i...
分类:Web程序   时间:2014-06-30 20:09:27    阅读次数:411
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!