码迷,mamicode.com
首页 >  
搜索关键字:gi    ( 1151个结果
Octopress博客使用
在C:\DevKit\octopress目录下 执行如下指令 rake preview 打开浏览器 http://localhost:4000/ 重新生成 rake generate 部署 rake deploy 可以直接将 C:\DevKit\octopress_deploy 目录下文件上传到gi... ...
分类:其他好文   时间:2016-07-05 22:36:22    阅读次数:189
git 常用语句
git status 查看状态 git diff 文件名 查看修改内容 git add 文件名 将文件添加到暂存区 git commit -m " 注释" 把文件添加到仓库 git pull 将服务器代码同步到本地 git push origin 分支名 同步到服务器(这个步骤之前一定要现执行 gi ...
分类:其他好文   时间:2016-07-05 20:26:26    阅读次数:721
Git学习笔记
git安装教程:http://download.csdn.net/detail/u013821825/9566369基本操作命令cd/e/qicaiworkfile/repository/切换到某个工作目录 cd /e/qicai_workfile/repository/ 切换到某个工作目录 git init –bare qicai 创建一个新的本地仓库 $ gi...
分类:其他好文   时间:2016-07-04 01:16:12    阅读次数:201
C#注册表
C#注册表情缘 记得当时刚接触C#的时候,喜欢编写各种小软件,而注册表系列和网络系列被当时的我认为大牛的必备技能。直到我研究注册表前一天我都感觉他是那么的高深。 今天正好有空,于是就研究了下注册表系列的操作,也随手封装了一个注册表帮助类。简单记一下,当饭后娱乐 完整Demo研究:https://gi ...
分类:Windows程序   时间:2016-07-02 11:48:01    阅读次数:423
git
1.安装Git 安装git非常直接: OS X - 最简单的方式是使用homebrew安装,命令行执行 1 brew install git 1 brew install git 1 brew install git brew install git 如果你是在是先用图形工具的话,那么推荐你使用Gi ...
分类:其他好文   时间:2016-07-01 21:25:49    阅读次数:142
[leetcode]123. Best Time to Buy and Sell Stock III
123. Best Time to Buy and Sell Stock III 123. Best Time to Buy and Sell Stock III Say you have an array for which the ith element is the price of a gi ...
分类:其他好文   时间:2016-07-01 08:58:35    阅读次数:135
【转】超全!整理常用的iOS第三方资源 -- 不错
原文网址:http://www.cocoachina.com/ios/20160121/14988.html 一:第三方插件 1:基于响应式编程思想的oc 地址:https://github.com/ReactiveCocoa/ReactiveCocoa 2:hud提示框 地址:https://gi ...
分类:移动开发   时间:2016-07-01 01:01:06    阅读次数:417
Majority Number I & || && |||
Majority Number Given an array of integers, the majority number is the number that occurs more than half of the size of the array. Find it. Example Gi ...
分类:其他好文   时间:2016-06-29 23:45:44    阅读次数:201
Gerrit与Jenkins/Hudson CI服务器搭建
配置Git 很多系统(例如Linux)已经默认提供了Git,在Git主页也可以找到安装程序。对于Windows用户,最好的选择是MsysGit。请注意,如果你安装了Apple Developer Tools (for Xcode 4),那么其中已经自带Git二进制包了。如果遇到了问题,help.gi ...
分类:其他好文   时间:2016-06-25 23:05:55    阅读次数:352
AIX7.1_oralce11gR2的ADG安装文档
环境说明: 主库: ip:10.143.183.31  sid:primary1     建立 GI 、ASM、oracle数据库软件、oracle数据库     备库: ip:10.143.183.33  sid:standsty1     建立 GI 、ASM、oracle数据库软件、无需建立oracle数据库 ASM磁盘组说明:  数据: +DG_DATA1   +DG_DATA2...
分类:其他好文   时间:2016-06-24 15:08:32    阅读次数:180
1151条   上一页 1 ... 73 74 75 76 77 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!