The official raywenderlich.com Objective-C style guide.This style guide outlines the coding conventions for raywenderlich.com.IntroductionThe reason w...
分类:
其他好文 时间:
2015-06-04 15:03:38
阅读次数:
229
运行OpenCV官方例子 tutorial-2-mixedprocessing总提示 /home/xxx/android_developer_tools/明明在PATH中采用好几种方法都加入了最后发现是因为这个文件没有执行权限xxx@xxx:~/Documents/sdk/openCV/OpenCV...
分类:
移动开发 时间:
2015-06-04 11:20:43
阅读次数:
159
1.stackoverflow里的回答是这样的,也是普遍的情况:
AppCompat is now more strict on what it expect in theme window flags, more closely matching what you would get from the framework.
The main reason behind this ...
分类:
移动开发 时间:
2015-06-03 21:40:25
阅读次数:
193
due to uncaught exception 'NSInvalidArgumentException', reason: 'Resource jump_from_platform.mp3 can not be loaded'...
分类:
其他好文 时间:
2015-06-01 11:38:50
阅读次数:
157
HTTP响应也由三个部分组成,分别是:状态行、消息报头、响应正文。其中,HTTP-Version表示服务器HTTP协议的版本;Status-Code表示服务器发回的响应状态代码;Reason-Phrase表示状态代码的文本描述。状态代码由三位数字组成,第一个数字定义了响应的类别,且有五种可能取值。1...
分类:
Web程序 时间:
2015-05-30 19:41:39
阅读次数:
111
今天出现了这个错误,说是某些地方代码除以0了,多见于自定义的UITableView自定义UITableViewCell高度的地方,如:tableView:heightForHeaderInSection:或tableView:heightForFooterInSection:。这两个delegate...
分类:
其他好文 时间:
2015-05-30 17:52:56
阅读次数:
68
update vouchers b ,( select a.id from ?vouchers a ?where a.reason=‘XX‘ and a.id not in ( select minid from ( SELECT min(id)minid, userid FROM vouchers WHERE reason = ‘XX‘ GROUP BY userid ) ss ) ...
分类:
数据库 时间:
2015-05-28 16:28:31
阅读次数:
300
For some reason I tried to open the dtsx file in the Deployment folder in sql server 2012 which build in visual studio 2013. After all I had nothing t...
分类:
其他好文 时间:
2015-05-27 15:16:59
阅读次数:
413
常见问题 1. Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.[MsgId: MERR-10176] 这个....
分类:
编程语言 时间:
2015-05-26 14:21:17
阅读次数:
198
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused解决办法:更新sdk,...
分类:
移动开发 时间:
2015-05-22 12:53:40
阅读次数:
1357