1 配置 本地git配置在~/.gitconfig中。 也通过git命令对配置进行修改,以下增加快捷键: git config --global alias.st "status" git config --global alias.co "checkout" git config --global ...
分类:
其他好文 时间:
2020-02-17 12:27:59
阅读次数:
76
1.svn常见操作: a.发布项目(share project):项目组长将本机的项目第一次发布到中央仓库 b.下载项目(检出项目,check out):组员将中央仓库的项目第一次下载到本地 c.提交(commit):将本地修改的内容,同步到服务器中(本地->服务器) 如:编写完一个功能后,及时提交 ...
分类:
其他好文 时间:
2019-11-16 17:31:14
阅读次数:
73
操作过程和大家平时在网上购物没有太大差别。 选中一款心仪的产品,点击Add to cart加到购物车里: 点击Check out结帐: 生成一个购物车ID: 维护发货地址: 维护发货方式: 点击Place order按钮生成订单: 界面显示生成的订单ID: 要获取更多Jerry的原创文章,请关注公众 ...
分类:
其他好文 时间:
2019-11-04 11:39:44
阅读次数:
78
svn服务器-> 客户端:svn check out出目录->修改->上传至svn服务器 svn status svn log svn commit 提交 ...
分类:
其他好文 时间:
2019-10-26 13:19:03
阅读次数:
55
BASH Programming - Introduction HOW-TO http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html For parcticing, you can check out this website called hackerra ...
分类:
系统相关 时间:
2019-10-06 15:05:22
阅读次数:
89
简述RadioGroup和RadioButton的使用 在项目中有身份选择的选项,需要用到RadioGroup和RadioButton,这里做个记录,和大家交流一下。 话不多说,一起看代码 XML代码 这里使用了layout_gravity让RadioGroup居中显示,使用了orientation ...
分类:
其他好文 时间:
2019-06-11 13:02:40
阅读次数:
152
Based on the talk from NG-CONF. Check it out by yourself, here is just my own take away :) Differential loading: The basic idea is that, Angular will ...
分类:
移动开发 时间:
2019-05-07 00:55:56
阅读次数:
183
我们回到PyCharm刚打开时的界面,如图1-1所示: 点击”Check out from Version Control” => “Git”,如图1-2,1-3所示: ...
分类:
其他好文 时间:
2019-04-19 17:53:40
阅读次数:
369
1. 客户端环境 1. 操作系统:Windows 7 2. svn客户端:TortoiseSVN 2. 服务端环境 1. 云服务平台:阿里云 2. 操作系统:Windows Server 2008 R2 Enterprise 3. svn客户端:TortoiseSVN 4. svn服务器:Visua ...
分类:
Web程序 时间:
2019-03-03 09:56:40
阅读次数:
387
官方文档 http://ranger.apache.org/quick_start_guide.html Quick Start Guide Build Process 1. Check out the code from GIT repository git clone https://gitbo ...
分类:
Web程序 时间:
2019-02-27 14:34:51
阅读次数:
207