码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
linux和mac安装bundler
gem install bundlerorsudo gem install bundler
分类:系统相关   时间:2014-07-23 15:03:06    阅读次数:406
python指定pypi的源地址 镜像地址
python pip源介绍: python装包一般都用easy_install 或者pip。 他们俩的原理跟apt-get差不多,都是去某个地址去下载你所指定的包。 pip和easy_install默认是去pypi.python.org/pypi 下载并解压,但是网络很不稳定,可以换成其他的源...
分类:编程语言   时间:2014-07-23 14:57:36    阅读次数:285
Android源代码编译——下载
下了好久的源代码,真真是慢哈。真希望国内有公司能够把镜像开放出来。不多说,首先是系统环境,我的系统是Ubuntu 64位系统(14.04), 版本应该没什么。需要的库Git: 没话说必须, sudo apt-get install git-core gnupgJDK: 这个也是必须的,需要1.6版本...
分类:移动开发   时间:2014-07-23 14:56:56    阅读次数:231
error: tic: undefined symbol: _nc_check_termtype2 ? tic could not build /usr/share/terminfo
** Building terminfo database, please wait... Running tic to install /usr/share/terminfo ...         You may see messages regarding extended capabilities, e.g., AX.         These are extended t...
分类:其他好文   时间:2014-07-23 13:40:16    阅读次数:468
[ext/iconv/iconv.lo] Error 1
办法1: wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz tar -zxvf libiconv-1.13.1.tar.gz cd libiconv- 1.13.1 ./configure make make install 办法2: wget http://down.wdlinux....
分类:其他好文   时间:2014-07-23 13:33:46    阅读次数:167
linux centos 装g++安装不了
今天需要编译一个项目的时候在装g++都装不上,[root@master hadoop]# yum install g++Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cach...
分类:系统相关   时间:2014-07-23 12:35:56    阅读次数:303
php5.3 php5.4 install and config on windows VC6 and VC9
本文详细记录了在windows环境下安装配置PHP5.3 5.4 版本的过程以及在两个版本之间切换的方法
分类:Windows程序   时间:2014-07-23 12:21:36    阅读次数:314
Ubuntu下搭建Tomcat服务器
安装JAVA环境apt-get updateapt-get install openjdk-7-jdk配置JAVA环境变量vi /etc/environmentJAVA_HOME=JDK目录(一般在=/usr/lib/jvm/jdk1.7.0_04/)CLASSPATH=.:/usr/lib/jvm...
分类:其他好文   时间:2014-07-23 12:12:56    阅读次数:220
CentOS下NTP安装配置
安装yum install ntp配置文件/etc/ntp.confrestrict default kod nomodifynotrap nopeer noqueryrestrict -6 default kod nomodify notrap nopeer noqueryrestrict 127...
分类:其他好文   时间:2014-07-23 12:05:56    阅读次数:331
CentOS禁用笔记本touchpad
自己在家笔记本装来个双系统玩玩,发现触摸板很烦人,禁用!1、安装一个小神器yum install xorg-x11-apps2、查看你到输入硬件对应的id,方便禁用命令[root@huangzhen yum.repos.d]# xinput list? Virtual core pointer .....
分类:其他好文   时间:2014-07-23 11:44:06    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!