码迷,mamicode.com
首页 >  
搜索关键字:bitbucket    ( 305个结果
前端见微知著番外篇:Bitbucket进行代码管控
说道代码管控,一般都会提到TFS、Git等,但是在这里我们将要用到Bitbucket,其实其操作方式和Git基本上一样,但是和TFS则有很大的不同了。但是原理基本上都是一致的。 这里我不会过多的涉及到代码的签入,签入,迁移,产生branch,合并等等。我们主要讲解以下几点: 1. 由yeoman产生...
分类:其他好文   时间:2015-11-24 17:21:41    阅读次数:170
Git的安装与使用
Git的安装与使用1,下载githttps://code.google.com/p/msysgit/downloads/list2,安装git ,我们选择命令行形式,这样无论在window下还是在linux下 都可以。3,一直next下去就安装完成了。4,git与bitbucket关联,产生一个公钥...
分类:其他好文   时间:2015-10-21 14:04:52    阅读次数:180
git使用笔记一:
Get code into Bitbucket fast using the command lineCommand lineI'm starting from scratchSet up your local directorySet up Giton your machine if you ha...
分类:其他好文   时间:2015-09-14 09:24:01    阅读次数:124
unity Test Tools 测试
孙广东  2015.9.13https://www.assetstore.unity3d.com/en/#!/content/13802https://bitbucket.org/Unity-Technologies/unitytesttoolshttps://bitbucket.org/Unity-Technologies/unitytesttools/wiki/Homehttp://unity...
分类:编程语言   时间:2015-09-13 16:02:36    阅读次数:453
sourcetree换某个地址账号
背景:gitlab.com通过bitbucket.org的账号授权登录,找不到密码 gitlab.com项目的输入密码报错,无赖在gitlab.com重新注册账号 通过sourcetree   https://gitlab.com/xxx/xxx.git授权无法登录,,,,在https://[新的用户名+@]gitlab.com/xxx/xxx.git:例如:https://usern...
分类:其他好文   时间:2015-08-30 14:24:15    阅读次数:602
android反编译
有的时候需要反编译别人的apk,看看别人是怎么实现的,另外还可以获取到很多素材,不要再自己去弄图片了,下面就分享下最近自己反编译的学习记录。 1.下载反编译工具Apktool https://bitbucket.org/iBotPeaches/apktool/downloads...
分类:移动开发   时间:2015-08-28 13:16:39    阅读次数:270
安卓App流量统计
http://keepcleargas.bitbucket.org/2013/10/12/android-App-Traffic.html安卓App流量统计12 OCT 2013android流量简介流量统计文件:路径/proc/net/dev如上图: lo 为本地流量, rmnet0 为3g/2g...
分类:移动开发   时间:2015-08-25 18:52:55    阅读次数:235
利用mod_wsgi部署Django应用
利用mod_wsgi部署Django应用作者:chszs,版权所有,未经同意,不得转载。博主主页:http://blog.csdn.net/chszsDjango是一个免费、开源、基于Python的Web开发框架。Django框架遵循MVC架构模式,以快速创建Web应用为目标。目前,Django框架已成为创建Web应用的主要选择之一。比如流行的Instagram服务、Bitbucket服务和Pint...
分类:其他好文   时间:2015-08-21 17:12:00    阅读次数:191
fabric安装相关
1.快速安装eazy_installfabric#相关依赖:python-setuptools#curlhttps://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py-o-|python或pipinstallfabric#相关依赖:python-pip#easy_installpip2.源码安装:依赖:paramikopycryptoecdsapython2.5-2.7################..
分类:其他好文   时间:2015-08-16 00:50:50    阅读次数:109
ssh bitbucket
$ cd .ssh/ $ ssh-keygen -t rsa -C "mac" $ vi ~/.ssh/config Host bb User git HostName bitbucket.org IdentityFile ~/.ssh/id_rsa $ chmod 600 ~/.ssh/config $ ssh bb You can use git or hg...
分类:其他好文   时间:2015-08-15 20:04:46    阅读次数:100
305条   上一页 1 ... 20 21 22 23 24 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!