1 处理错误 1.1 异常分类 Error类层次描述了Java运行时系统的内部错误和资源耗尽错误。 设计Java程序时,主要关注Exception层次结构。 由程序错误导致的异常属于RuntimeException ,而程序本身没有问题,但由于像I/O错误这类问题导致的异常属于其他异常。 Runti ...
分类:
编程语言 时间:
2017-07-19 00:23:24
阅读次数:
188
@abstract This method registers a protocol class, making it visible to several other NSURLProtocol class methods. @discussion When the URL loading sys ...
分类:
Web程序 时间:
2017-07-19 00:20:17
阅读次数:
150
Desert King Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 26009 Accepted: 7219 Description David the Great has just become the king of a ...
分类:
其他好文 时间:
2017-07-19 00:10:32
阅读次数:
206
So far you have seen how we configure Spring beans using XML configuration file. If you are comfortable with XML configuration, then it is really not ...
分类:
编程语言 时间:
2017-07-18 23:13:39
阅读次数:
265
Colonel has n badges. He wants to give one badge to every of his n soldiers. Each badge has a coolness factor, which shows how much it's owner reached ...
分类:
其他好文 时间:
2017-07-18 21:09:01
阅读次数:
133
原题: The local tradition is that every train arriving from the direction A continues in the direction B with coaches reorganized in some way. Assume th ...
分类:
其他好文 时间:
2017-07-18 15:34:17
阅读次数:
214
转自官方文档:http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html 版本:1.5.4.RELEASE ...
分类:
移动开发 时间:
2017-07-18 13:33:20
阅读次数:
214
一、列表(习惯了OC,总想把它叫成数组): 二、字符串: 三、字典: ...
分类:
编程语言 时间:
2017-07-17 18:49:33
阅读次数:
151
Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 Note:The input is assumed to be a 32-bit signed integer. Yo ...
分类:
其他好文 时间:
2017-07-17 15:17:04
阅读次数:
207
Vladimir wants to modernize partitions in his office. To make the office more comfortable he decided to remove a partition and plant several bamboos i ...
分类:
其他好文 时间:
2017-07-17 11:18:45
阅读次数:
387