gdb命令行调试虽然还行,但是确实不如图形界面的直观。。。个人还是不习惯,就开始鼓捣eclipse的c/c++IDE(VS2013安装需要IE10,蛋疼,懒得弄)Build一个C工程的时候报错。我安装了MinGW并且安装了C编译器,但是没有安装C++编译器,也就是只有gcc.exe但是没有g++.e...
分类:
系统相关 时间:
2014-10-01 01:30:40
阅读次数:
342
刚开始报error:devices not found重新安装adb 驱动。解决方法:adb kill-serveradb start-serveradb remount再使用adb devices和adb shell就可以使用android adb功能了。转自:http://blog.csdn.n...
分类:
数据库 时间:
2014-10-01 00:18:10
阅读次数:
523
***********************************************声明***********************************************************************
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处,否则追究版权法律责任。
深蓝的blog:
***************...
分类:
其他好文 时间:
2014-09-30 20:04:29
阅读次数:
276
当Android项目越来越庞大的时候,应用的各个部件之间的通信变得越来越复杂,例如:当某一条件发生时,应用中有几个部件对这个消息感兴趣,那么我们通常采用的就是观察者模式,使用观察者模式有一个弊病就是部件之间的耦合度太高,在这里将会详细介绍Android中的解耦组件EventBus的使用。Even.....
分类:
移动开发 时间:
2014-09-30 19:42:30
阅读次数:
244
最近在用cocos2dx 3.x版本做android版本的时候,出现点击工程-属性-C/C++ builder的时候会提示
The currently displayed paye contains invalid values
或者
An error has occurred. See error log for more details.
java.lang.NullPointerEx...
分类:
移动开发 时间:
2014-09-30 17:56:29
阅读次数:
227
====================问题描述==================== 完整报错是:java.net.MalformedURLException:Protocolnotfound:www.jollyKnows.com/apps/voice/file140922101606.aac我...
分类:
移动开发 时间:
2014-09-30 16:18:59
阅读次数:
172
环境 eclipse 4.3.0 maven 3.0.4 m2e 1.4.0 出现场景 曾经的老项目,在我的环境(我的环境较新)下,别人老环境不报错。错误演示样例一个错误演示样例,子项目引用了父项目,子项目parent标签处报错例如以下:Multiple annotations found ...
分类:
其他好文 时间:
2014-09-30 13:22:09
阅读次数:
209
今天磁盘报警,空间不足,找了很久没查出来。下面说下我的操作步骤[root@monitor/]#du-sch/*
6.6M/bin
39M/boot
161M/data
164K/dev
12M/etc
115M/home
240M/lib
25M/lib64
20K/lost+found
4.0K/media
4.0K/mnt
291M/opt
du:cannotaccess`/proc/27198/task/27198/fd/4‘:Nosuchf..
分类:
其他好文 时间:
2014-09-29 17:06:41
阅读次数:
280
1176. Two EndsConstraintsTime Limit: 1 secs, Memory Limit: 64 MBDescriptionIn the two-player game "Two Ends", an even number of cards is laid out in a...
分类:
其他好文 时间:
2014-09-29 04:25:56
阅读次数:
194
最终确定是shell环境问题,临时改为/bin/bash即可查看.1.问题现象# su - jingyu$ iduid=503(jingyu) gid=507(jingyu) groups=507(jingyu)$ ulimit -aulimit: Command not found.2.临时切换为...
分类:
其他好文 时间:
2014-09-29 00:07:16
阅读次数:
252