参考: 阮大大:搭建一个免费的,无限流量的Blog github Pages和Jekyll入门 使用BitBucket和FTPloy私有Jekyll源码 http://www.pchou.info/index.html http://cnfeat.com/blog/2014/05/10/how-to ...
分类:
其他好文 时间:
2016-08-15 18:51:02
阅读次数:
137
配置AcoustID开源项目的Server端,包括两部分内容:acoustid-server和acoustid-index。 分别参考https://bitbucket.org/acoustid/acoustid-server https://bitbucket.org/acoustid/acous ...
分类:
其他好文 时间:
2016-08-01 17:19:11
阅读次数:
172
创建bitbucket的私有maven仓库,把aar (library)上传到bitbucket的maven仓库
转载请标注原文地址:
当我们使用android studio的开发的时候,我们可以很方面的使用compile " "命令很方便的使用别人的第三方aar库
比如我们引用okhttp的时候就可以在gradle中:
dependencies {...
分类:
Web程序 时间:
2016-07-30 00:33:16
阅读次数:
769
Gtk-WARNING **: cannot open display: 在从bitbucket仓库向linux服务器clone项目的时候出现了一个问题: 只要在terminal里输入 就可以了 不过这种方法智能在当前终端有效,如果想一直有效,只需要在~/.bash_profile中添加一行: 就行 ...
分类:
其他好文 时间:
2016-07-23 22:57:07
阅读次数:
281
1、网站演示地址:luluyii 2、项目简介: (1)、项目基于yii2基础版 (2)、只有用户名为“admin”的用户才可以进入后台 (3)、admin的密码为123456(演示网站的密码不是这个,演示网站的源码放在bitbucket) 3、安装 (1)、直接运行 `git clone http ...
分类:
其他好文 时间:
2016-07-13 15:41:53
阅读次数:
128
Github / Bitbucket Github / Bitbucket Github / Bitbucket Github / Bitbucket github是一个基于git的代码托管平台,付费用户可以建私人仓库,我们一般的免费用户只能使用公共仓库,也就是代码要公开。 github官网地址:h ...
分类:
其他好文 时间:
2016-07-08 06:47:40
阅读次数:
264
目的: 使用SourceTree将bitbucket的远程仓库回滚到某一次提交。 原理: 在本地需要回滚的commit上创建一个分支,将该分支合并到远程仓库。 准备: 远程仓库有一个master主分支,本地将远程master分支checkout下来后,本地分支名亦为master。 看图: 1、本地有 ...
分类:
其他好文 时间:
2016-07-06 00:20:18
阅读次数:
282
Repository size limits By Justen Stepka, Product Manager on May 30, 2014 In order to improve and maintain the overall performance for everyone who use ...
分类:
其他好文 时间:
2016-07-04 20:33:46
阅读次数:
163
CEF的构造说明:https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding chromium的源码地址:https://chromium.googlesource.com/chromium/src.git cef的源码地址 ...
分类:
其他好文 时间:
2016-06-29 20:44:32
阅读次数:
570
gitlab工作流程简介 新建项目流程 创建/导入项目 可以选择导入github、bitbucket项目,也可以新建空白项目,还可以从SVN导入项目 建议选择private等级 初始化项目 1.本地克隆项目 2.增加develop本地分支 3.推送develop分支至服务器 4.在gitlab中保护 ...
分类:
其他好文 时间:
2016-06-26 16:52:48
阅读次数:
187