最近在做Android 4.4系统的定制开发(RockIII)进行Debug时,并打上断点,运行到断点处时,Debug窗口出现source not found问题(没有自动关联程序编码):
解决办法:
-》在调试的线程上 右键单击
-》选择Edit Source Lookup Path
-》选择Add
-》选择Project
选择自己正在调试的项目。保存。
不...
分类:
系统相关 时间:
2014-11-19 18:51:42
阅读次数:
250
在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
作者:zhanhailiang 日期:2014-11-18
Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”:
[root@~]# rm -\,trail\:-
rm: invalid option -- ','
Try `rm ./-,trail:-' to remove the file `-,tra...
分类:
系统相关 时间:
2014-11-19 11:16:41
阅读次数:
618
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
作者:zhanhailiang 日期:2014-11-18
Linux在使用一些工具时经常会生成一些以特殊字符开头的文件,如以-开头,此时若使用普通rm,会提示“invalid option”:
[root@~]# rm -\,trail\:-
rm: invalid option -- ','
Try `rm ./-,trail:-' to remove the file `-,tra...
分类:
系统相关 时间:
2014-11-19 01:17:31
阅读次数:
238
解决在使用 oh-my-zsh 中的 sublime 插件时,遇到的 zsh: command not found: sublime 问题。
分类:
其他好文 时间:
2014-11-19 00:25:14
阅读次数:
257