正常的打开 Eclipse,新建安卓项目,最后一步来一个 Error
java.lang.NullPointerException
Errors running builder 'Android Resource Manager' on Project 'XXX'...
分类:
移动开发 时间:
2015-01-30 15:52:51
阅读次数:
200
With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ba...
分类:
其他好文 时间:
2015-01-30 07:54:12
阅读次数:
166
root@xiaohui-Lenovo-V580:~#?sudo?pip?install?douban.fm
Downloading/unpacking?douban.fm
??Downloading?douban.fm-0.2.13.tar.gz
??Running?setup.py?(path:/tmp/pip_build_root/douban.fm/setup...
分类:
其他好文 时间:
2015-01-30 06:44:52
阅读次数:
191
Daytime Running lights (DRLs) sometimes are annoying. Professional Porsche OBD diagnostic software dealers are possible to disable them.Hardware optio...
分类:
其他好文 时间:
2015-01-29 17:29:11
阅读次数:
168
之前在linux的crontab中添加自定义的任务——定时执行指定脚本,一直失败,后来终于解决了,记录一下以免再忘。
1. 确认crond服务已启动
有些linux系统是cron,比如CentOS,功能与crond相同
service crond restart
service crond status
正常应显示: crond start/running, process xxx...
分类:
系统相关 时间:
2015-01-29 15:56:31
阅读次数:
452
public class TestMemcached {
public static void main(String[] args) {
// memcached should be running on port 11211 but NOT on 11212
BasicConfigurator.configure();
String...
分类:
编程语言 时间:
2015-01-29 10:29:38
阅读次数:
199
# Local filesystem mounting -*- shell-script -*-
pre_mountroot()
{
[ "$quiet" != "y" ] && log_begin_msg "Running /scripts/local-top"
run_scripts /scripts/local-top
[ "$qu...
分类:
其他好文 时间:
2015-01-28 14:40:04
阅读次数:
463
yum命令用ctrl+z命令中断后,再运行yum时,出现:Existing lock /var/run/yum.pid: another copy is running as pid 3046.Another app is currently holding the yum lock; waitin...
分类:
移动开发 时间:
2015-01-27 23:06:42
阅读次数:
208
Android平台上面可以通过好几种方式得到Context :
1、通过Activity的this
2、getApplicationContext()
3、getParent
这三种各自得到的是不同的,正常的话应该建议使用Activity.this.这个是最不容易出现问题的使用方法, 如果使用了第二种或者第三种的时候,将在Activity关闭掉的时候可能会出现异常 还是老老实实的使用Act...
分类:
移动开发 时间:
2015-01-27 18:24:11
阅读次数:
161
iOS发开蛋疼集锦
Write by iceAna Team
1.奔跑吧,App(Running on the device)
前言
App已经受够了一次又一次在Simulator上的调试,它渴望在你的iPhone或者iPad上奔跑!
注:本文建立在以下几个条件,倘若不满足,请跳出本书。
1.你已经付费99$拥有了iOS Developer Program accout。
2.你...
分类:
其他好文 时间:
2015-01-27 15:01:55
阅读次数:
247