不错! 因为现在用的opnetsdb,之前一直担忧其中存在的问题,现在版本更新也挺快,bug修复也比较及时: Bug Fixes: FSCK was not handling compacted and floating point duplicates properly. Now they are merg...
分类:
数据库 时间:
2015-05-19 19:21:04
阅读次数:
162
/**
* 书本:《Thinking In Java》
* 功能:捕获一个异常之后抛出另外一个异常,并且希望吧原始的信息保存下来,这个被称为异常链
* 文件:DynamicFields.java
* 时间:2015年4月9日16:24:44
* 作者:cutter_point
*/
package Lesson12_error_handling_with_exceptions;
import s...
分类:
编程语言 时间:
2015-05-04 18:19:17
阅读次数:
153
/**
* 书本:《Thinking In Java》
* 功能:将异常输出记录到日志中。
* 文件:LoggingExceptions.java
* 时间:2015年4月8日21:11:51
* 作者:cutter_point
*/
package Lesson12_error_handling_with_exceptions;
import java.io.PrintWriter;
impo...
分类:
编程语言 时间:
2015-05-04 18:17:44
阅读次数:
155
先帖官方文档地址https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/event_delivery_responder_chain/event_deli...
分类:
移动开发 时间:
2015-05-04 17:28:45
阅读次数:
139
Event Delivery: The Responder Chain我们希望在我们的app中可以动态的响应触摸事件.比如一个触摸可能会发生在屏幕上不同的位置和不同的组件上, 我们需要判断哪个组件响应这个触摸并且了解这个组件是如何接受到触摸事件的.当一个用户触摸事件发生了, UIKit会创建一个包含需要被处理的事件信息的对象.然后将这个对象放入当前的事件循环队列中,对于触摸事件,这个对象被创建为 U...
分类:
移动开发 时间:
2015-04-26 16:47:07
阅读次数:
138
Don’t Nail Your Program into the Upright PositionVerity Stobi ONCE WROTE A SPOOF C++ qUiz, in which I satirically suggested the fol- lowing strategy for exception handling:
By dint of plentiful try…ca...
分类:
其他好文 时间:
2015-04-23 11:01:10
阅读次数:
131
There are multiple ways to do error handling in WCF as listed by Pedram Rezaei Blog.The default way that WCF allows errorsmessage to display is by set...
分类:
其他好文 时间:
2015-04-22 17:45:31
阅读次数:
157
PhantomJS is a headless WebKit scriptable with a JavaScript API. It hasfastandnativesupport for various web standards: DOM handling, CSS selector, JSO...
分类:
Web程序 时间:
2015-04-19 21:16:31
阅读次数:
135
shell practice 1 1.require A B C D 1 2 3 4 5 6 7 8 3 5 8 0 1 2 4 3 after handling: T A B C D A 1 2 3 4 B 5 6 7 8 C 3 5 8 0 D 1 2 4 3 1.first need read...
分类:
系统相关 时间:
2015-04-18 13:05:41
阅读次数:
144
http://www.cnblogs.com/zhili/archive/2013/05/15/csharp5asyncandawait.htmlhttp://blog.zhaojie.me/2012/04/exception-handling-in-csharp-async-await-2.htm...