码迷,mamicode.com
首页 >  
搜索关键字:bitbucket    ( 305个结果
python-inotify 在linux上安装
python-inotify 在linux上安装0 下载$ wget --no-check-certificate https://pypi.python.org/packages/source/p/pathlib/pathlib-1.0.1.tar.gz $ wget --no-check-certificate https://bitbucket.org/JanKanis/python-ino...
分类:编程语言   时间:2015-04-21 14:36:55    阅读次数:154
Git 常用操作命令
可以创建私有项目的git网站:https://bitbucket.orgmaster : 默认开发分支; origin : 默认远程版本库初始化操作 $ git config -global user.name #设置提交者名字 $ git config -global user.email #.....
分类:其他好文   时间:2015-04-17 17:37:06    阅读次数:134
[原创] 使用rpi + crontab + git 定时向bitbucket 推送 照片
#前提条件,你得有一个bitbucket的帐户1.定时启动脚本代码使用的是crontabCronfile 内容如下:此文件的意思是,每隔10分钟,就运行一次 /home/pi/Rpi_upload.sh 脚本*/10 * * * * /home/pi/Rpi_upload.sh 2. 添加到定...
分类:其他好文   时间:2015-03-30 21:06:59    阅读次数:165
Appium for IOS testing on Mac
一:环境1.Mac OS X 10.9.12.Xcod 5.0.23.Appium 1.3.6下载地址:https://bitbucket.org/appium/appium.app/downloads/appium-1.3.6.dmg4.adt-bundle-mac-x86_64-20140702...
分类:移动开发   时间:2015-03-20 14:24:54    阅读次数:242
使用Sublime编写Shader
平时在unity中写c#代码,都是通过vs2013来的(详见 visual studio 2013 Tools) ,但是对于shader,vs却不提供语法高亮的功能,后来只能用mono,但无奈不习惯mono的风格。只能转战Sublime了。https://bitbucket.org/asmodai/...
分类:其他好文   时间:2015-03-18 20:28:25    阅读次数:4768
Stop Bitbucket prompting for password in git
出处:http://qosys.info/485/bitbucket-git-prompt-for-passwordIn some cases after adding public ssh keys for your Bitbucket account, Bitbucket could still...
分类:其他好文   时间:2015-03-16 00:54:04    阅读次数:234
vc在指定目录生成快捷方式
一、首先要获得不同目录的路径char chDesktopPath[MAX_PATH] = {0}; SHGetSpecialFolderPathA(NULL,chDesktopPath,CSIDL_DESKTOP,0);//获取当前用户桌面路径 通过改变上面函数的第三个参数来获取 第三个参数可以为: CSIDL_BITBUCKET, CSIDL_CONTROLS, CSIDL_DESKT...
分类:其他好文   时间:2015-03-13 18:45:16    阅读次数:188
Unity UGUI——开源
开源授权协议:MIT/X11 源代码托管网站:BitBucket...
分类:编程语言   时间:2015-03-13 09:20:00    阅读次数:253
git 使用bitbucket托管xcode 搭建多人协作开发
如果你要将你的代码提交到代码网站进行同步开发,这里我推荐使用bitbucket因为它是免费的呵呵,可以创建私人的小组仓库而且可以给小组成员分配权限,github创建私人的小组仓库是收费的。 bitbucket特点 1.无限制的私有仓库个数 2.无限制的磁盘空间 3.同时支持https/ssh 4.Bug 跟踪 5.项目Wiki 6.API ...
分类:其他好文   时间:2015-03-11 17:14:26    阅读次数:158
Linux编译FFmpeg支持x265(HEVC) 【failed on redhat 6.5】
followstepsfrom:http://scateu.me/2014/03/06/compile-ffmpeg-on-linux-with-x264-and-x265-support.htmltarfilefromhttp://download.videolan.org/contrib/安装x265https://bitbucket.org/multicoreware/x265/wiki/Homesudoapt-getinstallmercurialcmakecmake-curses-guibuil..
分类:系统相关   时间:2015-03-05 07:01:27    阅读次数:216
305条   上一页 1 ... 23 24 25 26 27 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!