码迷,mamicode.com
首页 >  
搜索关键字:tfs install    ( 41325个结果
win8.1 Dism 应用实例
使用win8.1安装镜像制作wimboot启动 制作wim启动映像文件Dism /Export-Image /WIMBoot/SourceImageFile:z:\sources\install.wim /SourceIndex:1/DestinationImageFile:d:\wimboot.w...
分类:Windows程序   时间:2014-07-09 20:14:21    阅读次数:341
phpcms安装完成后总是跳转到install/install.php
很多人在本地安装phpcms后总是跳转到install/install.php。由于很多人是第一次使用phpcms,不知道为何会出现这个错误。出现这个大都是phpcms的缓存所致。如何解决phpcms安装跳转install.php 由于安装完phpcms后可能会由于缓存问题导致浏览器存有记录,这.....
分类:Web程序   时间:2014-07-09 20:09:34    阅读次数:211
ADT for Eclipse无法升级到23.0的解决方法
最近一次的升级,ADT无法从ADT 22.X升级到23.0.2版本需要重新卸载,然后重新安装即可卸载方法:Help->Install new software->点击 页面右下角部分的: already installed->选择要下载插件(ADT,一般都是以Android开头的)的即可这应该是Go...
分类:系统相关   时间:2014-07-09 19:44:27    阅读次数:1144
安装ubuntu-tweak
第一步:添加tweak源sudo add-apt-repository ppa:tualatrix/ppa第二步:更新sudo apt-get update第三步:安装ubuntu-tweaksudo apt-get install ubuntu-tweak
分类:其他好文   时间:2014-07-09 18:50:19    阅读次数:213
install the Mondo Rescue utility in Ubuntu 12.04 or 12.10.
1. Open a terminal window.2. Type in the following commands, then hit Enter after each.wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{pri...
分类:其他好文   时间:2014-07-09 17:51:26    阅读次数:272
ubuntu 挂载window共享文件夹
1、安装smbfs# sudo apt-get install smbfs2、建立挂载目录# sudo mkdir -p /mnt/shared注:mkdir -p 是创建多级目录3、挂载windows共享# sudo mount -t cifs -o username=administrator,...
分类:Windows程序   时间:2014-07-09 17:35:47    阅读次数:268
ActiveMQ服务安装
1、下载安装ActiveMQ服务提供者http://activemq.apache.org/2、启用ActiveMQ服务cd [activemq_install_dir]bin\activemq3、验证服务netstat -an|find "61616"4、ActiveMQ的控制台查看http://...
分类:其他好文   时间:2014-07-09 17:25:45    阅读次数:259
[Linux] git send-email的使用
1. git send-email is included in an individual package, named "git-email":$ sudo apt-get install git-email2. Configure the SMTP server info after the ...
分类:系统相关   时间:2014-07-08 14:49:13    阅读次数:413
[虚拟化/云][全栈demo] 为qemu增加一个PCI的watchdog外设(八)
目的:1. 通过网页读取watchdog的信息2. 通过网页设置watchdog准备工作:1. 选择一个web框架,选用 cherrypy$ sudo apt-get install python-cherrypy32. 熟悉 RESTFUL , 参考redhat REST API 指导步骤:我们选...
分类:其他好文   时间:2014-07-08 11:49:31    阅读次数:189
Genymotion INSTALL_FAILED_CPU_ABI_INCOMPATIBLE
出现这个错误的原因是Genymotion默认的处理器是x86的,不是arm的。所以安装的时候会出错,只要把x86转换成arm就可以了。 转换方法: 1、下载转换的zip文件:http://download.csdn.net/detail/hyr83960944/7606813 2、下载好的压缩文件不要解压缩,直接用鼠标拖到Genymotion模拟器中 3、等待模拟器File refresh...
分类:其他好文   时间:2014-07-08 10:38:37    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!