在Eclipse中开发Android项目时,鼠标停放在想要查看帮助文档的类上面,发现没有显示帮助文档,显示了下面一句话:Note: This element neither has attached source nor attached Javadoc and hence no Javadoc c...
分类:
编程语言 时间:
2014-11-19 18:06:26
阅读次数:
199
升级系统和XCode后,在IOS8上编译之前的项目会报如下错误:
Undefined symbols for architecture x86_64:
"_opendir$INODE64", referenced from:
_OPENSSL_DIR_read in libcocos2dx iOS.a(o_dir.o)
"_readdir$INODE64", referenc...
分类:
其他好文 时间:
2014-11-19 12:42:26
阅读次数:
208
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-11-19 12:35:17
阅读次数:
106
Lastly,I have been found what significance is life and I try my best to work out it.But after a suffering during of such pursuit,I ask :"what I want t...
分类:
其他好文 时间:
2014-11-19 10:50:04
阅读次数:
147
apache需要apr,编译中间的时候出现libtool:line990:g++:commandnotfound,执行yum-yinstallgcc+gcc-c++编译重新安装gcc就ok了
分类:
其他好文 时间:
2014-11-19 02:18:08
阅读次数:
178
一:Multiple annotations found at this line:Undefined
actionName parameter Undefined
actionnamespace parameter
这个红色叉叉报错:
Multiple annotations found at this line:
- Undefined actionName
p...
分类:
其他好文 时间:
2014-11-19 02:00:36
阅读次数:
330
解决在使用 oh-my-zsh 中的 sublime 插件时,遇到的 zsh: command not found: sublime 问题。
分类:
其他好文 时间:
2014-11-19 00:25:14
阅读次数:
257
OK, here is the solution I found after searching lots of things:http://www.oschina.net/question/12_21632https://www.digitalocean.com/community/tutoria...
分类:
系统相关 时间:
2014-11-18 01:32:43
阅读次数:
282
画原理图的时候为了使布线方便,使用了jlink的引脚。而STM32默认是设置为Jlink功能的,所以烧写代码的时候必须先关闭Jlink功能才能当做普通IO口使用,关闭代码如下:1 RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO,ENABLE);2 ...
分类:
其他好文 时间:
2014-11-17 22:34:01
阅读次数:
3559
使用adt开发新建一个Android app,选择支持的SDK版本如果小于11(Android3.0)就会报如下错误。
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
官网给出的答案是:
https://develop...
分类:
移动开发 时间:
2014-11-17 17:55:50
阅读次数:
195