版本库的创建1. 三部曲:git init 、 git add 、 git commitMkdir myworkspaceCd myworkspaceGit initEcho ”hello.” > welcome.txtGit add welcome.txtGit commit –m “initia...
分类:
其他好文 时间:
2014-11-16 07:04:26
阅读次数:
141
Getting Started Welcome to Training for Android developers. Here you'll find sets of lessons within classes that describ...
分类:
移动开发 时间:
2014-11-13 08:18:00
阅读次数:
312
如果因为Pool中Master主机由于某种原因导致失效,会引起整个Pool进入紧急模式,恢复步骤如下:在成员服务器上输入如下命令# xe host-emergency-ha-disable (关闭HA) #xe-toolstack-restart 这些将会关闭成员服务上运行的虚拟机 如果确认原Mas...
分类:
其他好文 时间:
2014-11-11 18:59:16
阅读次数:
283
在RHEL6(包括之前的版本)恢复root密码的话,只需在启动的时候,编辑下内核启动项,在kernel的最后一行加入s(1|single)就可以进入单用户模式对root密码进行修复。而到了RHEL7之后是不可以这样操作的。在RHEL7里进入到单用户有rescure,emergency等模式,但还是必须要输入root密码..
分类:
其他好文 时间:
2014-11-11 02:09:45
阅读次数:
182
1、基本读取read命令接收标准输入(键盘)的输入,或其他文件描述符的输入(后面在说)。得到输入后,read命令将数据放入一个标准变量中。下面是read命令的最简单形式::#!/bin/bashecho-n"Enteryourname:"//参数-n的作用是不换行,echo默认是换行readname//从键盘输入echo"hell..
分类:
系统相关 时间:
2014-11-10 15:45:12
阅读次数:
300
一、1、安装nginx:sudo apt-get install nginx //安装sudo /etc/init.d/nginx start //启动完成之后在浏览器中输入“localhost”,如果看到"Welcome to nginx!",就表示安装成功了2、php和mysql安装...
分类:
数据库 时间:
2014-11-09 20:49:30
阅读次数:
266
This year's Valedictorian, please welcome 。。。.前半部分:for English:Good morning esteemed faculty and families of my fellow graduates:It’s my honor to be ....
分类:
其他好文 时间:
2014-11-08 13:20:31
阅读次数:
227
Open slcai806
environment with FINUSER1/*******, we will see the welcome page.
Click 'Navigator' button and select 'General Accounting Dashboard' which is under General Accounting, we will go to G...
分类:
移动开发 时间:
2014-11-07 14:53:14
阅读次数:
276
本章将介绍在阿里云的 Centos6.5 模板上安装 Docker 以及在 Ubuntu 14.04 模板上安装 Docker 的过程Centos 6.5 模板上使用Docker首先,通过 ssh 登陆阿里云的服务器,查看系统版本号以及内核版本。Welcome to aliyun Elastic Compute Service!
# lsb_release -a
LSB Version: :...
分类:
其他好文 时间:
2014-11-05 23:17:50
阅读次数:
215
整理自慕课网liuyubobobo老师在《玩儿转Swift》课程中的讲解,在此表示感谢!同时推荐这套视频课程http://www.imooc.com/learn/127 var str = "Welcome to Play Swift! Step by step to learn Swift." ....
分类:
编程语言 时间:
2014-11-05 23:01:57
阅读次数:
288