码迷,mamicode.com
首页 >  
搜索关键字:bitbucket    ( 305个结果
Appium Server的安装和配置
我们可以在Appium官方网站上下载操作系统相应的Appium版本。 https://bitbucket.org/appium/appium.app/downloads/ 当前最新版本为 AppiumForWindows_1_4_16_1.zip ,注意这是一个 Windows 版本,如果你的电脑为 ...
分类:移动开发   时间:2017-11-29 16:14:53    阅读次数:251
appium安装说明
第一节 安装Appium Appium官方网站:http://appium.io/ Easy setup process, run a test now. > brew install node # get node.js > npm install -g appium # get appium > ...
分类:移动开发   时间:2017-11-29 12:07:57    阅读次数:186
phantomjs 的安装部署
下载地址http://phantomjs.org/download.htmlwget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2tar -xf phantomjs-2.1.1 ...
分类:Web程序   时间:2017-11-28 19:58:50    阅读次数:186
GitHub & Bitbucket & GitLab & Coding 的对比分析
目前基于 Git 做版本控制的代码托管平台有很多种,比较流行的服务有 Github、Bitbucket、 GitLab、 Coding,他们各自有什么特点,个人使用者和开发团队又该如何选择? 在这篇文章中,我们以客观的态度,以问题作为出发点,介绍和比较 GitHub、Bitbucket、GitLab ...
分类:其他好文   时间:2017-11-16 13:30:06    阅读次数:169
PhantomJS 在linux上使用
安装 1. 下载 wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 2. 解压 tar -xvf phantomjs-1.9.7-linux-x86_64.tar.bz2 ...
分类:Web程序   时间:2017-11-12 17:20:04    阅读次数:630
xlrd 安装步骤
官网 https://pypi.python.org/pypi/xlrd 下载 解压 执行python setup.py install进行安装 setuptool工具 的安装 1. Windows 可直接通过链接 https://bitbucket.org/pypa/setuptools/down ...
分类:其他好文   时间:2017-11-09 14:18:04    阅读次数:732
Python CAN
富林问的Python CAN,记录一下资料,有空解读一下。 ...
分类:编程语言   时间:2017-11-07 19:38:31    阅读次数:157
continous integration environment (Jenkins and bitbucket configuration)
continous integration environment (Jenkins and bitbucket configuration) +++++++++++ install plugin on the jenkins website +++++++++++++ - jenkins plug ...
分类:其他好文   时间:2017-11-04 13:14:37    阅读次数:173
Git工作流指南:Pull Request工作流
Pull Requests是Bitbucket上方便开发者之间协作的功能。提供了一个用户友好的Web界面,在集成提交的变更到正式项目前可以对变更进行讨论。 开发者向团队成员通知功能开发已经完成,Pull Requests是最简单的用法。开发者完成功能开发后,通过Bitbucket账号发起一个Pull ...
分类:其他好文   时间:2017-10-19 09:21:19    阅读次数:148
Set up an SSH key with Sourcetree on macOS
1. 打开 sourcetree,进入设置-账户; 2. 选择添加账户,托管主机选择 Bitbucket(或Github),再连接账号,登录已有的 Bitbucket 账号(或 Github 账号),save 保存 3. 连接成功后,在第二步的页面上会显示你的账户名,SSH 密钥下有一个 “复制到剪 ...
分类:系统相关   时间:2017-10-16 13:41:19    阅读次数:232
305条   上一页 1 ... 9 10 11 12 13 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!