码迷,mamicode.com
首页 >  
搜索关键字:mvn install    ( 41857个结果
php -- 配置与安装
1.php与apache安装路径2.安装Apache服务 httpd -k install开启关闭重启服务 http -k start/stop/restart3.php.ini-development重命名为 php.ini4.配置Apache的httpd.conf,关联php解析器。在最后添加L...
分类:Web程序   时间:2014-05-19 08:02:47    阅读次数:529
Installing the Eclipse Plugin for ADT
http://developer.android.com/sdk/installing/installing-adt.html Download the ADT Plugin Start Eclipse, then select Help > Install New Software. Click ...
分类:系统相关   时间:2014-05-19 07:58:09    阅读次数:343
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
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
迷上了代码!