1、错误描述
六月 04, 2014 10:31:47 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expected number, sequence, or string. maps evaluated instead to freemarker.core.Hash...
分类:
其他好文 时间:
2014-06-20 11:26:40
阅读次数:
303
1、错误描述
六月 04, 2014 11:04:03 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expression maps.key is undefined on line 15, column 25 in map.ftl."
Expression maps...
分类:
其他好文 时间:
2014-06-07 13:59:28
阅读次数:
298
1. 普通的二分查找2. 查找最左边的值3. 查找最右边的值Worst case
performance: O(log n)Best case performance: O(1)Average case performance: O(log
n)Worst case space complexity...
分类:
其他好文 时间:
2014-06-07 11:19:48
阅读次数:
248
Xcode 5中苹果对多个体系框架及相干类库进行了改进。之前建树的项目在Xcode
5中从头编译会产生一些新题目。JosnKit是常用的轻量级Josn解析类,在Xcode 5中:
BOOLworkAroundMacOSXABIBreakingBug = (JK_EXPECT_F(((NSUInteg...
分类:
其他好文 时间:
2014-06-07 08:54:47
阅读次数:
474
从sdk3.2.5升级到sdk
7.1中间废弃了很多的方法,还有一些逻辑关系更加严谨了。1,警告:“xoxoxoxo” is
deprecated解决办法:查看xoxoxoxo的这个方法的文档,替换掉这个方法即可。2,警告:Declaration of "struct
sockaddr" will ...
分类:
其他好文 时间:
2014-06-07 07:43:40
阅读次数:
204
public static void WriteLog(string msg) { string
appPath = AppDomain.CurrentDomain.BaseDirectory; string ServerPath = appPath +
@"\Log" + DateTime.No....
分类:
其他好文 时间:
2014-06-07 07:15:18
阅读次数:
292
http://blog.csdn.net/ameyume/article/details/76675741.log文件分类简介实时打印的主要有:logcat
main,logcat radio,logcat events,tcpdump,还有高通平台的还会有QXDM日志状态信息的有:adb shel...
分类:
移动开发 时间:
2014-06-06 16:34:38
阅读次数:
380
2014WWDC刚刚落幕,个人感觉最大的惊喜就是swift(雨燕),所以在第一时间下载了官方的开发文档和最新的SDK、Xcode尝试进行了代码的编写,这里就作为抛砖引玉,希望能激发大家的学习热情,毕竟作为程序猿最激动的不就是可以一直让自己快乐的学习新的知识么。
Swift的开始: hel...
分类:
移动开发 时间:
2014-06-06 13:20:47
阅读次数:
233
查看crash日志的步骤:1.找到xcode自带的文symbolicatecrash,路径是/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFramewor...
分类:
其他好文 时间:
2014-06-06 07:32:04
阅读次数:
327
在编写xcode的项目的时候出现过代码不高亮的症状,而且所有的warning都不再提示,include的内容也显示symbol not
found,非常奇怪,解决方案如下:方法一:1.把.pch里的内容全部注释掉2.clean掉项目里的内容3.把.pch里的注释去掉,编译。4.代码高亮,语法提示功能...
分类:
其他好文 时间:
2014-06-05 15:02:54
阅读次数:
304