安卓知识体系 http://blog.csdn.net/u011240877/article/details/52034877 安卓课程体系 http://www.yiibai.com/android/android_event_handling.html https://wenku.baidu.c ...
分类:
移动开发 时间:
2017-08-17 18:35:30
阅读次数:
239
本篇文章继续介绍下面类型的操作符 Combining Observables(Observable的组合操作符) Error Handling Operators(Observable的错误处理操作符) Combining Observables(Observable的组合操作符) combineL ...
分类:
移动开发 时间:
2017-07-30 13:43:23
阅读次数:
201
https://en.wikipedia.org/wiki/Exception_handling In general, an exception breaks the normal flow of execution and executes a pre-registered exception ...
分类:
其他好文 时间:
2017-07-26 20:22:02
阅读次数:
198
https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Exceptions/Tasks/HandlingExceptions.html#//apple_ref/doc/uid/20000059-SW1 H ...
分类:
其他好文 时间:
2017-07-26 01:52:39
阅读次数:
239
一、结构化异常处理 SEH(Structured Exception Handling),即结构化异常处理。 解决方法:1、Shift+F9 ;2、选项-调试选项-同时忽略以下指定的异常范围-添加 00000000-FFFFFFFF 二、查找 "弹出框" 条件的位置 弹出 弹出框 -> od暂停 - ...
分类:
其他好文 时间:
2017-07-22 09:53:30
阅读次数:
151
参考:1、https://zhuanlan.zhihu.com/p/24055329?refer=flask 2、http://flask.pocoo.org/docs/0.11/config/#configuration-handling 3、http://www.cnblogs.com/m0m0 ...
分类:
其他好文 时间:
2017-07-16 22:33:55
阅读次数:
131
1.描述: 多个 catch 块看上去既难看又繁琐,但使用一个“简约”的 catch 块捕获高级别的异常类(如 Exception),可能会混淆那些需要特殊处理的异常,或是捕获了不应在程序中这一点捕获的异常。本质上,捕获范围过大的异常与“Java 分类定义异常”这一目的是相违背的。 2.风险: 随着 ...
分类:
其他好文 时间:
2017-07-15 00:01:43
阅读次数:
317
auto_increment问题: 原文:https://yq.aliyun.com/articles/59263?spm=5176.8091938.0.0.bjzoFN 官方文档:https://dev.mysql.com/doc/refman/5.6/en/innodb-auto-increment-handling.html导致auto_increment变小的几种情况:1、altertablexxauto_increment=yy; 2、truncatet..
分类:
其他好文 时间:
2017-07-10 22:25:23
阅读次数:
1229
?? Bundle is a useful data holder, which maps String values to various Parcelable types. So basically it is a heterogenous key/value map. Bundles are ...
分类:
其他好文 时间:
2017-07-08 18:53:49
阅读次数:
178
EDA : SDK 2016.4 背景: 在我的设计中配置MMCM支持使用AXI4Lite接口进行DRP; 问题描述: 在SDK裸机中,一旦访问到这个DRP的基地址,软件就跑飞。提示如下: Error while handling inferior event:Remote failure repl ...
分类:
其他好文 时间:
2017-07-05 15:21:31
阅读次数:
332