记录一下linux下安装sencha touch SDK遇到问题的解决方法。 环境:centeos6.5 64位 问题描述:执行sencha时报错 $ ./senchaexecvp(): No such file or directory 解决办法: $ yum install -y glibc.....
分类:
其他好文 时间:
2014-09-17 13:20:02
阅读次数:
196
#yum install
wget
http://fedora.mirror.nexicom.net/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install epel-release-6-8.noarch.rpm
yum -y install docker-io
#wget install
yum install -y ...
分类:
其他好文 时间:
2014-09-17 12:14:22
阅读次数:
287
warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777解决方法:sudo chmod 775 /usr/localtips:775 => root(7) group(7) others(5), 7 => rea...
分类:
其他好文 时间:
2014-09-17 11:54:12
阅读次数:
248
报错如下: [2012-06-21 12:56:17 - xmobile17] Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE [2012-06-21 12:56:17 - xmobile17] Please check logcat output for more details. [2012-06-21 12:56:18...
分类:
其他好文 时间:
2014-09-16 19:17:01
阅读次数:
183
一、安装apache
[root@server03 etc]# yum install httpd
二、配置
[root@server03 etc]# cd /var/www/html
建一个网页
[root@server03 html]# vim index.html
开启服务
[root@server03 html]# service httpd start
在浏览器输入本机i...
分类:
其他好文 时间:
2014-09-16 18:57:51
阅读次数:
238
一、安装
yum install bind-utils.x86_64
yum install bind
二、配置
vim /etc/named.conf
编辑文件内容为:
############################################################
options {
listen-on port 53 { 127.0.0...
分类:
其他好文 时间:
2014-09-16 17:25:50
阅读次数:
328
一,登录LinuxLogin:testPassword:123456Last Login:Wed Dec 3 22:40:02 on tty1test@ubuntu: startx进入Linux的图形界面提示需要安装xinit则,执行:test@ubuntu:sudo apt-get install...
分类:
系统相关 时间:
2014-09-16 15:52:30
阅读次数:
259
1、早期的Dalvik VM内部使用short类型变量来标识方法的id,dex限制了程序的最大方法数是65535,如果超过最大限制,无法编译,把dex.force.jumbo=true添加到project.properties文件中可以通过编译,在低端手机无法安装,报错误INSTALL_FAILED...
分类:
移动开发 时间:
2014-09-16 15:42:00
阅读次数:
286
Install MongoDB on WindowsOverviewUse this tutorial to install MongoDB on a Windows systems.PLATFORM SUPPORTStarting in version 2.2, MongoDB does not ...
分类:
数据库 时间:
2014-09-16 13:58:20
阅读次数:
429
出錯如下圖 還有一種情況是被牆了 報錯如下: npm ERR! Exit status 8? 解决办法就是手动下载phantomjs-1.9.7-windows.zip,复制到C:\Users\ADMINI~1\AppData\Local\Temp\phantomjs\目录,再次执行npm install,...