HDU 2955 Description The aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often ...
分类:
其他好文 时间:
2016-05-19 21:05:59
阅读次数:
223
(I'm sitting here in Seattle airport at 7am on Sunday waiting to catch the same flight to Boston that I caught two weeks ago. Instead of TechEd, this ...
分类:
数据库 时间:
2016-05-18 23:31:18
阅读次数:
241
我是今天看到tomcat数据源的配置时,想起来这个问题,刚开始还不晓得thin是什么东西! database.url=jdbc:oracle:thin:angel/oracle@192.168.55.11:1530:monitordb 经过上网查询,得到如下结果: jdbc:oracle连接的是or ...
分类:
数据库 时间:
2016-05-17 11:16:33
阅读次数:
243
DescriptionAngel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M <= 200) matrix. There are WALLs, ROADs, and GUARDs in the prison.Angel’s friends wa...
分类:
编程语言 时间:
2016-05-12 20:29:27
阅读次数:
287
提示:QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed.: unknown error 。原因是内存分配的问题(如果你的电脑够强悍,可能不会出问题)。解决方法有两个,第 ...
分类:
其他好文 时间:
2016-05-06 20:31:03
阅读次数:
210
问题描述 While reading /Users/andmac/Documents/xxxxxx/xxxxxx/Image/xxxxxx/btn_next.png pngcrush caught libpng error: [00][00][0\243\372\277\327\320\354\21 ...
分类:
移动开发 时间:
2016-04-29 14:17:41
阅读次数:
359
#define,const,typedef的区别
#define 并不是定义变量, 只是用来做文本替换
例如:
#define PI 3.1415926
float angel;
angel= 30*PI/180;
那么,当程序进行编译的时候,编译器会首先将 “#define PI 3.1415926”以后的,所有代码中的“Pi”全部换成 “3.1415...
分类:
其他好文 时间:
2016-04-28 09:32:39
阅读次数:
182
错误一: While reading /XXX/XXX/XXX/img1.png pngcrush caught libpng error: Not a PNG filCould not find file: /Users/XXX/Library/Developer/Xcode/DerivedDat ...
分类:
其他好文 时间:
2016-04-23 21:27:13
阅读次数:
379
如果一个方法可能会产生异常,我们需要用throws关键字给它标注会抛出什么异常, 这样就可以在方法调用的时候捕获它。 代码如下: 运行结果: Inside throwOne.Caught java.lang.IllegalAccessException: demo ...
分类:
编程语言 时间:
2016-04-21 13:26:12
阅读次数:
159
问题: 如何抛出一个系统异常并且捕获它 代码如下: 运行结果: Caught inside demoproc.Recaught: java.lang.NullPointerException: demo ...
分类:
编程语言 时间:
2016-04-21 11:47:39
阅读次数:
354