码迷,mamicode.com
首页 >  
搜索关键字:an unhandled exception has occurred    ( 21894个结果
iOS Bundle display name国际化
iOS app包显示名称可以国际化,具体方法如下:编辑Info.plist,添加一个新的属性:Application has localized display name,设置该属性的类型为boolean,并设置value为YES;在PROJECT的info标签中,在Localization...
分类:移动开发   时间:2014-07-25 02:33:44    阅读次数:1699
2014 (多校)1011 ZCC Loves Codefires
自从做了多校,整个人都不好了,老是被高中生就算了,题老是都不懂=-=原谅我是个菜鸟,原谅我智力不行。唯一的水题。 Problem Description Though ZCC has many Fans, ZCC himself is a crazy Fan of a coder, called "Memset137". It was on Codefires(CF),...
分类:其他好文   时间:2014-07-24 23:30:23    阅读次数:313
TEMP
Sheet lineNuber is36892writeBack() writeBack workbook[C:/Users/1481694/Desktop/Project LEGO/Desktop/OPICS_FXEX1.xlsx] with Exception,exception as foll...
分类:其他好文   时间:2014-07-24 22:56:33    阅读次数:395
Android java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
E/AndroidRuntime(7200): Uncaught handler: thread Thread-8 exiting due to uncaught exceptionE/AndroidRuntime( 7200): java.lang.RuntimeException: Can't ...
分类:移动开发   时间:2014-07-24 22:12:02    阅读次数:286
c#事务
1.正常程序里的事务: using (System.Transactions.TransactionScope ts = new TransactionScope()) { try { //Sql语句 ts.Complete();//提交事务 } catch (Exception e) { Logg...
分类:其他好文   时间:2014-07-24 22:11:52    阅读次数:171
java时间比较
1 public static void main(String[] args) throws Exception{//判断某个时间是否为当前时间 2 String dataStr="2014-07-24 12:16:04"; 3 Date createTi...
分类:编程语言   时间:2014-07-24 22:06:52    阅读次数:311
BNUOJ-22868-Movie collection(树状数组)
DescriptionMr. K. I. has a very big movie collection. He has organized his collection in a big stack. Whenever he wants to watch one of the movies, he...
分类:其他好文   时间:2014-07-24 21:58:12    阅读次数:394
iis7错误提示An error occurred on the server when processing the URL...
win7下面运行ASP程序总是出错,原来是站点配置的问题。。。 问题一:MS Jet引擎改变了临时目录的位置,但是又没有对临时目录的存取权限,导致数据库使用失败(因为sql问题,后改用access数据库测试)。 解决办法: 给“系统盘:\Windows\ServiceProfiles\Network...
分类:其他好文   时间:2014-07-24 21:20:33    阅读次数:228
POJ3259——Wormholes(Bellman-Ford+SPFA)
WormholesDescriptionWhile exploring his many farms, Farmer John has discovered a number of amazing wormholes. A wormhole is very peculiar because it i...
分类:其他好文   时间:2014-07-24 17:27:45    阅读次数:284
转:RunLoop简单了解
A run loop for a given thread will wait until one or more of its input sources has some data or event, then fire the appropriate input handler(s) to p...
分类:其他好文   时间:2014-07-24 17:15:40    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!