To inaugurate this attempt of blog, I’ll talk aboutgorenamea small but incredibly useful tool I just recently discovered thanks toAndrew Gerrand’s dot...
分类:
其他好文 时间:
2015-09-11 15:51:34
阅读次数:
260
刚才遇到一个问题,现在在这就当纪录一下,大家有遇到的能快速找到原因,分享一下啊。在APP中,需要用户登录后才能使用,所以我通过更改APP的[UIApplicationsharedApplication].keyWindow.rootViewController来控制界面的跳转。在使用过程中出现如下问...
分类:
移动开发 时间:
2015-09-09 19:12:43
阅读次数:
160
// Attempt to run the file. System.Diagnostics.Process.Start(filename);//folderCol 可以存放一个路径的 栈(用于返回功能的设计)private System.Collections.Specialized.St...
onDestory进行释放Handler时,需要判断nullif(null != mHandler) { mHandler.removeMessages(MSG_CHANGE_TEXT_COLOR); mHandler.removeMessages(MSG_JUMP_TO_SUC...
分类:
编程语言 时间:
2015-09-04 11:03:44
阅读次数:
448
开发中常见错误和警告总结(二十一) 对Warning: Attempt to present on whose view is not in the window hierarchy!的解决方案 当我想从一个VC跳转到另一个VC的时候,一般会用- (void)presentViewControlle...
分类:
移动开发 时间:
2015-08-27 21:08:13
阅读次数:
171
R6034 指的是:”An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for more inform...
分类:
编程语言 时间:
2015-08-27 14:47:33
阅读次数:
260
ZOJ Problem Set - 1221
Risk
Time Limit: 2 Seconds Memory Limit: 65536 KB
Risk is a board game in which several opposing players attempt to conquer the world. The gameboard consists of a ...
分类:
其他好文 时间:
2015-08-21 13:50:06
阅读次数:
235
众所周知,NSUserDefaults只能保存诸如NSArray、NSDictionary、NSData、NSNumber等基本数据类型,如果我们强制保存自定义的类,就会出现这个错误:Attempt to set a non-property-list object as an NSUserDefa...
分类:
其他好文 时间:
2015-08-19 23:25:51
阅读次数:
170
最近在做和列表或者是Gridview相关显示的出现了一个问题,整理一下思路,分享出来给大家参考一下:
其实不管是LIstView还是GridView都会可能出现,而且原因基本是一样的;
// Short Msg: java.lang.NullPointerException
// Long Msg: java.lang.NullPointerException: Attempt to inv...
分类:
移动开发 时间:
2015-08-18 19:23:42
阅读次数:
1235
最近在做和图片相关显示的出现了一个问题,整理一下思路,分享出来给大家参考一下:
下面是一个空指针的异常,是在GalleryAdapter中出现的。
// Short Msg: java.lang.NullPointerException
// Long Msg: java.lang.NullPointerException: Attempt to invoke virtual metho...
分类:
移动开发 时间:
2015-08-18 16:28:53
阅读次数:
312