码迷,mamicode.com
首页 >  
搜索关键字:apt-get install    ( 42567个结果
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE 解决方法
最近在做真机测试的时候,经常出现Installation error: INSTAL L_FAILED_INSUFFICIENT_STORAGE这个问题,导致apk没法安装到是手机上,在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。.....
分类:其他好文   时间:2014-05-18 20:14:04    阅读次数:362
Install MongoDB driver for PHP on XAMPP for Mac OSX
试了不少方法,最后还是这个最有效。[转自:http://thatsimplecode.com/install-mongodb-driver-for-php-on-xampp-for-mac-osx]You need to have the following installed in your Ma...
分类:数据库   时间:2014-05-18 19:10:28    阅读次数:305
Ubuntu安装FTP工具
要安装使用gFTP,请使用下面的命令sudo apt-get install gftp要安装使用filezilla,请使用sudo apt-get install filezilla
分类:其他好文   时间:2014-05-18 00:06:09    阅读次数:255
Ubuntu下GCC的安装
在Ubuntu下安装GCC和其他一些Linux系统有点不一样。方法一:该方法超简单:sudo apt-get build-depgcc就上面这条命令就可以搞定方法二:sudo apt-get install build-essential还是简单,一句命令也可以搞定安装完了可以执行gcc--vers...
分类:其他好文   时间:2014-05-17 23:58:57    阅读次数:394
VirtualBox安装Debian
1、下载Debian的dvd1,按照http://www.jb51.net/os/85858.html网上教程安装Debian 1.1、我创建了20G的虚拟磁盘,分区的时候我分了3个区,2G交换空间,7.5G的/,12G的/home 1.2、中间有一步好像是升级apt-get的时候没取消的话会卡.....
分类:其他好文   时间:2014-05-17 22:00:03    阅读次数:606
Error: Most middleware (like bodyParser) ...
运行NodeJS时出现如下错误:Error: Most middleware (like bodyParser) is no longer bundled with Express and must be installed separately.意思是命令行中运行npm install body-...
分类:其他好文   时间:2014-05-17 21:57:26    阅读次数:336
Install RHadoop with Hadoop 2.2 – Red Hat Linux
PrerequisiteHadoop 2.2 has been installed (and the below installation steps should be applied on each of Hadoop node)Step 1. Install R (by yum)[hadoop...
分类:系统相关   时间:2014-05-17 21:51:24    阅读次数:671
libvirt基于安装
64位,才可以安装KVM虚拟机。32位系统的内核默认没有把KVM模块编译进去,而且源中也没有与虚拟化相关的软件包,如Qemu等报device-mapper-devel/libdevmapper错误解决方法在Centos下 yum -y install device-mapper-devel;在Ub....
分类:其他好文   时间:2014-05-17 20:55:55    阅读次数:243
Eclipse 下搭建pyDev python开发环境及helloworld
一,安装基础环境 1,安装jdk7,并配置环境变量(pyDev要求jdk7及以上版本,否则安装好也不显示) 2,下载Eclipse并解压 3,安装python3.X二,Eclipse下配置pyDev 1,安装插件:help -> Install new Software.. ->输入PyDe...
分类:编程语言   时间:2014-05-17 18:54:51    阅读次数:322
解决Centos 6.3 中 gedit中文乱码问题
1、安装gconf-editor yum list | grep conf-editoryum install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences ----> encodingauto-detected...
分类:其他好文   时间:2014-05-17 18:18:56    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!