在导入Git库中更新下来的工程的时候,自己手动的添加libs,assets等依赖库进去。但是导入工程总是会莫名奇妙的出现问题,特别是对Android系统库依赖的报错之类的。
解决方法:
1,clean一下工程;如果无效,转入2;
2,重启Eclipse,因为Ubuntu下面的Eclipse总是会抽筋,所以有时候这样就可以解决问题了;如果这样还是没有效果;转入3;
3,配置编译器。如下图所示...
分类:
移动开发 时间:
2014-10-08 16:17:55
阅读次数:
177
安装Node.js环境 sudo apt-get install nodejs
sudo apt-get install npm 对于不同环境依赖 的node_module可以采用以下命令来重新生成 rm -rf node_modules
npm cache clean
npm install 如果...
分类:
Web程序 时间:
2014-10-08 01:45:24
阅读次数:
272
外部压力: 表现形式: 1、total server memory↓ 2、avilable Mbyte 平衡 3、working set ↓ 如果说SQL server的内存压库来自于外部、我...
分类:
数据库 时间:
2014-10-07 17:41:03
阅读次数:
123
USING GIT IN XCODEKEEPING IN SYNC WITH REMOTE REPOSITORIESAs you make changes in your local working copy you will want to keep them in sync with the r...
分类:
其他好文 时间:
2014-10-07 17:29:53
阅读次数:
195
使用versions 出现SVNWorking Copyxxxlocked解决方案:首先,先定位到工程目录下,然后使用如下命令查看是否有锁find . | grep ".svn/lock"然后再用:find . | grep ".svn/lock" | xargs rm再进入versions项目正常...
分类:
其他好文 时间:
2014-10-07 13:12:43
阅读次数:
144
How to Disable SELinuxYou've setup a new system, or installed something new on your Linux system and its not working. You get the feeling that SELinux...
分类:
系统相关 时间:
2014-10-07 02:00:12
阅读次数:
403
First of all, you should install a clean Ubuntu Server (Amd-64) on your server. (Version 14.04 is strongly recommended for the best compatibility)Get ...
分类:
其他好文 时间:
2014-10-06 13:56:40
阅读次数:
187
Refer to: http://osamashabrez.com/simple-client-server-communication-in-android/I was working of an android project recently and now I guess .. I am d...
分类:
移动开发 时间:
2014-10-06 12:51:20
阅读次数:
411
本来SSHE是发布成功的,但有次不小心把MySql弄坏了,结果SSHE也坏了,这两天有空,所以重新发布一下,好久没弄了,也碰到了些问题,不过都解决了,主要是应该用JDK7,我用了JDK6,耽误了些时间查错。1.首先在SSHE的文件夹进入cmd格式;2.通过命令行 mvn clean install ...
分类:
其他好文 时间:
2014-10-05 23:50:49
阅读次数:
256
// // if ( $_GET['action'] == 'search' ) {// $_clean = array();// $_clean['stype'] = _check($_POST['stype']);// $_clean['key'] = _check($_POST['key...
分类:
Web程序 时间:
2014-10-05 20:26:58
阅读次数:
370