码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
Emacs 安装 jedi
Jedi 是个很棒的python的自动补全插件,可以显示docstring, function arguments and code location.安装步骤:一、安装python的虚拟环境sudo apt-get install python-virtualenv或sudo apt-get in...
分类:其他好文   时间:2014-08-08 23:56:46    阅读次数:1234
C#代码-安装Windows服务
C#代码安装Windows服务using System;using System.Collections.Generic;using System.ServiceProcess;using System.Configuration.Install;static class Program{/// /...
分类:Windows程序   时间:2014-08-08 20:42:56    阅读次数:445
windows cygwin安装ACK
尝试了多种方式,包括源码安装,安装后,都会提示Can't locate File/Next.pm安装了File::Next后也报这个错误,感谢stackoverflow,找到一种可用的方式:在cpan中 force install App::Ack搞定,妥妥的。ACK确实比grep用起来方便,更懂程...
分类:Windows程序   时间:2014-08-08 17:51:16    阅读次数:561
Installing scikit-learn
Installing scikit-learnhttp://scikit-learn.org/stable/install.htmlInstalling scikit-learnThere are different ways to get scikit-learn installed:Instal...
分类:其他好文   时间:2014-08-08 17:19:57    阅读次数:407
linux mailx 安装使用
A先删除系统上的,sendmail#yumremovesendmail-yBcd/opt/ ll wgethttp://sourceforge.net/projects/heirloom/files/latest/download?source=files ll du-shmailx-12.4.tar.bz2 tarjxvfmailx-12.4.tar.bz2 cdmailx-12.4 make makeinstallUCBINSTALL=/usr/bin/install mailx-V vi..
分类:系统相关   时间:2014-08-08 16:29:46    阅读次数:702
CentOS安装mariadb-10.0.12和php-5.5.15
1:yum install cmake make ncurses-devel gcc-c++ bison2:cmake -DCMAKE_INSTALL_PREFIX=/usr/local/mysql3:yum install wget make gcc gcc-c++ bison autoconf ...
分类:数据库   时间:2014-08-08 15:43:16    阅读次数:235
centos下安装gateone: webssh
文件下载在 https://github.com/liftoff/GateOne/downloads比较奇怪的是wget经常失败 https的连接总是有问题另外,需要安装tornado2.4.1, 以及 ordereddict, 这些都用pip install在python2.6及python2.7...
分类:Web程序   时间:2014-08-08 15:29:56    阅读次数:370
ubuntu安装Skype 4.3
Install Skype 4.3Step 1: Remove previous versionsudo apt-get remove skype skype-bin:i386 skype:i386sudo apt-get install sni-qt:i386Step 2: Install Sky...
分类:其他好文   时间:2014-08-08 15:28:56    阅读次数:313
TFS 2012使用简介
TFS2012改进主要体现在以下方面:Team Web Access优化变更集回滚Ui支持流程优化界面更合理,操作更友好增加了PowerPoint Storyboarding工具(PowerPoint图版演示),能够更便捷的画出界面设计图支持代码审阅提供了Microsoft反馈客户端其他细节优化 T...
分类:其他好文   时间:2014-08-08 15:21:16    阅读次数:374
Fedora mysql搭建
yum install mysql yum install mysql-server yum install mysql-devel chgrp -R mysql /var/lib/mysql chmod -R 770 /var/lib/mysql service mysqld start 修改root的密码? mysqladmin -u root password ‘newpa...
分类:数据库   时间:2014-08-08 13:02:26    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!