码迷,mamicode.com
首页 >  
搜索关键字:docker command    ( 27454个结果
win7下bugzilla配置
一。MYSQL安装。1.下载并安装mysql。安装过程中,需要设定root的密码。安装完毕后,从开始中点击mysql 5.5 command line client,会让输入password,输入当时设定的password,即可开始使用mysql。2.创建bugs数据库及bugs@localhost...
分类:Windows程序   时间:2014-05-16 07:15:55    阅读次数:461
tfs witadmin
有时候对TFS的操作需要使用命令行,因为无图形界面进行操作.我们可以进入Visual Studio Tools使用Developer Command Prompt进行操作.使用命令witadmin /?可以查看到所有参数The following is the list of commands th...
分类:其他好文   时间:2014-05-14 07:28:03    阅读次数:515
“command line option syntax error,Type command/?for help
安装时出现“command line option syntax error,Type command/?for help可能是因为你的安装源文件所在的路径中有中文,所以你可将安装文件放在一个没有中文的路径。...
分类:其他好文   时间:2014-05-14 01:08:29    阅读次数:231
linux 下jansson安装和使用
1.安装jansson ./configure Make Make install2.生成帮助文档 Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install -U Sphinx生成_build文件夹...
分类:系统相关   时间:2014-05-14 00:08:12    阅读次数:1794
lost+found目录
If you runfsck, the filesystem check and repair command, it might find data fragments that are not referenced anywhere in the filesystem. In particula...
分类:其他好文   时间:2014-05-13 16:59:54    阅读次数:276
Basic chkconfig Command Examples in Linux
ThisisourongoingLinuxcommandserieswherewearegoingtoreviewhowwecanusechkconfigcommandefficientlywithit’savailableparameters.TheChkconfigcommandtoolallowstoconfigureservicesstartandstopautomaticallyinthe/etc/rd.d/init.dscriptsthroughcommandline.Let’sseesome..
分类:系统相关   时间:2014-05-13 04:26:32    阅读次数:469
几例在ASP存储过程的使用方法
几例在ASP存储过程的使用方法 一、使用Command对象和Parameter对象传递参数 本讲将主要使用Microsoft SQL Server7.0数据库,先建立一个连接文件AdoSQL7.asp备用,以后用到时不再特别说明。 Option Explicit Response.Expires = 0 '第一部分: 建立连接 Dim Cnn, StrCnn Set Cnn ...
分类:Web程序   时间:2014-05-12 22:59:55    阅读次数:446
关于堆内存和普通变量生命周期的问题
来源:孙鑫老师c++教程第7集在创建非模态对话框时void CMyboleView::OnDialog(){// TODO: Add your command handler code here方法一TestDlg *ptdlg=new TestDlg(this);ptdlg->Create(IDD...
分类:其他好文   时间:2014-05-12 21:15:11    阅读次数:309
kickstrt脚本for cobbler基于system-config-kickstart配置
1,由于是基于图形界面来生成ks自动安装脚本,所有图形生成ks脚本的服务器首先需要的就是有X Window System;要是虚机的可以配个tigervnc-servere来进行操作不说了直接上命令,你copy command到你的terminal执行即可;yum install system-co...
分类:其他好文   时间:2014-05-12 19:28:49    阅读次数:398
Understanding the Top command on Linux
ArticlebyAlexioBashpublishedonhiswebsiteaboutArchLinuxinitalian.Knowwhatishappeningin“realtime”onyoursystemsisinmyopinionthebasistouseandoptimizeyourOS.OnArchLinuxorbetteronGNU/Linuxingeneralthetopcommandcanhelpus,thisisaveryusefulsystemmonitorthatisreall..
分类:系统相关   时间:2014-05-11 19:30:22    阅读次数:546
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!