E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bitbucket
Tortoisegit+
BitBucket
创建私有代码托管仓库
最近电脑不稳定,为了避免不必要的风险,决定使用
BitBucket
远程托管我的代码(因为暂时还不想开源,也不想付费,所以没有选择github) 以下是
bitbucket
和 github
·
2015-11-13 08:05
Bitbucket
skip32
在某些应用场景下,需要对数字进行加密,skip32无疑是一种很实用的算法,网上有python的源码(https://
bitbucket
.org/anuraguniyal/skip32.py/src/403577f22bc2300b30b746526f52b6cf3c8cad51
·
2015-11-13 07:56
IP
pygame for python3.3
在这里提供个下载地址给各位道友:https://
bitbucket
.org/pygame/pygame/downloads. 安装教程就懒得写了,这里
·
2015-11-13 06:46
python3
birkenfeld / sphinx-contrib —
Bitbucket
birkenfeld / sphinx-contrib —
Bitbucket
README for sphinx-contrib This repository contains a collection
·
2015-11-13 02:24
Bitbucket
新的开源java反汇编程序Procyon
wiki:https://
bitbucket
.org/mstrobel/procyon/wiki/Java%20Decompiler 由于jd好多年没更新了,今天找到这个新的开源反汇编,很不错 分享一下
·
2015-11-12 21:52
java
x265
1、编译库 https://
bitbucket
.org/multicoreware/x265/src/tip/build/README.txt?
·
2015-11-12 21:56
Bitbucket
使用方法
一、软件及SSH keys: 由于我的
Bitbucket
账号的邮箱及用户名与Github相同,所以SSH Public Keys可以用Github的,登录
Bitbucket
,悬浮在用户名boliquan
·
2015-11-12 20:21
Bitbucket
npm使用过程中的一些错误解决办法及npm常用命令
国内由于gfw问题,导致很多国外的网站不能访问,比如
bitbucket
就是一个host代码的很优秀平台,但是由于该平台可能被block住,从而导致npm安装时出现奇奇怪怪的问题。
·
2015-11-12 20:03
常用命令
windows下安装google protocbuf
首先安装setuptools: windows:======== 1.下载 ez_setup.py,安装setuptoolshttps://
bitbucket
.org/pypa/setuptools
·
2015-11-12 18:35
windows
nodejs搭配phantomjs highcharts后台生成图表
www.highcharts.com/component/content/article/2-news/52-serverside-generated-charts#phantom_usagehttps://
bitbucket
.org
拂晓风起-Kenko
·
2015-11-12 17:00
git ignore
今天提交一个APK 应用程序到
bitbucket
,程序跑成功之后,就把所有代码push 到远端。
·
2015-11-12 16:03
git
bitbucket
和github的简单比较
先前由于比较熟悉hg,所以一直用 Hg 界内流行的代码托管网站
bitbucket
.org 最近又重新体验了一把(去年体验过,倍感受挫) Git 界流行的 github.com
·
2015-11-12 12:09
Bitbucket
KOA
代码托管:
bitbucket
,也是git系统 协作管理:trello http://koa.rednode.cn/https://www.gitbook.com/book/davidcai1993
·
2015-11-11 16:27
OA
mercurial版本管理工具
还有一个不是很熟悉,但是也经常遇到mecutial,于是就先记下来,其命令行为hg;今天下载的源码:hg clone https://
bitbucket
.org/agriggi
·
2015-11-11 15:44
mercurial
Git 常用操作命令
可以创建私有项目的git网站:https://
bitbucket
.org master : 默认开发分支; origin : 默认远程版本库 初始化操作  
·
2015-11-11 14:43
操作命令
Design a high performance cache for multi-threaded environment
这篇文章 应该是讲得很清楚http://timday.
bitbucket
.org/lru.html。但是考虑到高并发的情况,如何才能让缓存保持高性能呢? 高并发缓存需要解决2个问题:1.
·
2015-11-11 12:07
performance
我的Git之旅(1)---git安装、github注册以及一些基本命令
1.git服务器的选择 github和
bitbucket
.github上的开源项目非常多,大神也很多,可以实时跟踪大神的项目进度,学习大神的编码。
·
2015-11-11 02:55
github
VC6.0 编译 gdlib 库
环境 WinXP, MSVC6.0 1 从 https://
bitbucket
.org/libgd/gd-libgd/downloads 下载最新版本 libgd 2 可以用
·
2015-11-09 14:46
lib
error: failed to push some refs【Linux】【Git】
To https: // name@
bitbucket
.org/name/mywork.git !
·
2015-11-08 15:17
linux
2012年年终总结:这一年,我玩大了
下半年我开始使用
Bitbucket
管理项目代码,代码commits的次数分别为php 127次、js 61次、css 55次、html 35次。
·
2015-11-08 15:45
2012
GitHub和SourceTree入门教程——,希望能帮到有需要的人
-->本教程适用于主流的开源网站github和
bitbucket
,个人认为sourceTree还是比较好用的git客户端,支持windows和mac os。
·
2015-11-08 09:37
github
使用Git如何优雅的忽略掉一些不必的文件
熟悉使用Git之后发现,使用sourceTree来管理和开发项目会变得更高效,现在我用
bitbucket
管理自己的项目,它提供了私有的仓库,用起来还是比较爽,不过刚开始用的时候,只要一打开本地仓库的工程
·
2015-11-07 15:51
git
smarty 3 + codeigniter 2 + hmvc
参考资料 https://
bitbucket
.org/wiredesignz/codeigniter-modular-extensions-hmvc/src/fecd39ccdf56?
·
2015-11-07 14:58
CodeIgniter
手工解码混淆字符串
打开de4dot官网https://
bitbucket
.org/0xd4d/de4dot, 找到动
·
2015-11-07 13:36
字符串
Zephyr Introduction
zephyrdocs.atlassian.net/wiki/display/ZTD/Zephyr+for+JIRA+Documentation+Home Importer https://
bitbucket
.org
·
2015-11-06 07:52
int
odex转dex
1、下载4个文件smali.jarbacksmali.jar smalibacksmalihttps://
bitbucket
.org/JesusFreke/smali/downloads 2、假设现在我们要对
zhangmiaoping23
·
2015-11-04 20:00
bitbucket
Permission denied (publickey).问题
今天有人问起
bitbucket
的使用,clone不下代码,于是自己试了下也没clone下来,细查之下发现大意了,于是记录。
·
2015-11-03 22:19
Permission
java/scala 通过 jdbc 连接 cassandra
cassandra入门 http://www.cnblogs.com/piaolingzxh/p/4197833.html 2、下载jdbc驱动源码,构建jar包 源码下载地址:https://
bitbucket
.org
·
2015-11-03 21:52
cassandra
使用SourceTree 来管理 Gitcafe 的Pages 发布Blog!
有个好爹的 SourceTree 是来自 JIRA 的娘家
Bitbucket
的新东家 ATLASSIAN.com 一家成功的,对敏捷软件工程拥有全栈式支持的商业公司, 所推出的 MAC
·
2015-11-03 21:43
source
我的sublime插件 javascript版本
它支持自动升级,GitHub,
BitBucket
。
·
2015-11-02 17:17
JavaScript
iOS 开发常用的一些工具
BitBucket
:GitHub的替代选择。 GitHub for Mac:一个设计的
·
2015-11-02 16:58
ios
私有代码存放仓库
BitBucket
介绍及入门操作
转自:http://blog.csdn.net/lhb_0531/article/details/8602139 私有代码存放仓库
BitBucket
介绍及入门操作 分类: 研发管理
·
2015-11-02 13:20
Bitbucket
git的ssh配置,包括多个git server配置ssh config,使用多个ssh identify
转自
BitBucket
的FAQ,写的很好就不修改了。 From:https://confluence.atlassian.com/pages/viewpage.action?
·
2015-11-02 10:16
server
VirtualBox虚拟机网络设置(四种方式)
qq-pf-to=pcqq.group 再提供一个参考网址:http://reverland.
bitbucket
.org/VirtualBox_net.html VirtualBox
·
2015-11-01 15:54
VirtualBox
Using
BitBucket
for Source Control
If you are a professional software developer, chances are you have various source code projects on your hard drive. You have those backed up, right? Nowadays, with SkyDrive and GoogleDrive, and DropBo
·
2015-11-01 13:27
Bitbucket
git/ TortoiseGit 在
bitbucket
.org 使用证书登陆
背景:使用https协议在
bitbucket
中进行pull,push 时每次都要输入密码,比较麻烦还耽误时间,在网上找了下保存密码的方式 使用在用户环境变量中配置_netrc 文件的方式(http://
·
2015-11-01 13:59
Bitbucket
使用go语言编写IOS和Android程序
topic/golang-china/zEh_pdSLHDs 需要能访问google 源码:https://
bitbucket
.org/minux
·
2015-10-31 16:54
android
golang 读取mongob数据写入sqlserver
先准备mongdb的第三方驱动包 http://labix.org/mgo odbc的第三方驱动包 https://
bitbucket
.org
·
2015-10-31 15:16
sqlserver
Install haroopad on centos7
haroopad goto haroopad1 download bin packages.http://pad.haroopress.com/user.html wget https://
bitbucket
.org
·
2015-10-31 15:58
Install
git无法连接
bitbucket
/github时,出现"Permission deied(publickey)"
Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 出现上面的错误是,可能是因为你没有使用ssh或者是bitb
·
2015-10-31 15:11
Permission
CefGlue 学习杂记
从http://xilium.
bitbucket
.org/cefglue/ 选择对应的.
·
2015-10-31 12:22
学习
temp
phantomjs#从下载编译好的版本 wget https://
bitbucket
.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64
·
2015-10-31 10:38
em
MAC下反編譯安卓APK
apktool http://ibotpeaches.github.io/Apktool/ (配置說明) https://
bitbucket
.org
·
2015-10-31 09:06
mac
例说hg(五)————创建repository
robinblog/article/details/17933747) 有很多网站提供了免费的Mercurial版本库托管,最有名的要数
Bitbucket
·
2015-10-31 08:13
repository
iPhone开发:最简单的NSTimer暂停和继续
这里有复杂一点的代码 https://
bitbucket
.org/charliefish/nstimer-extras/overview 更复杂一点的 http://www.koders.com
·
2015-10-30 15:07
iPhone开发
玩玩
bitbucket
bitbucket
也是一个代码管理服务器,跟之前讲过的github很类似,安装的依旧是以前github用的客户端软件, 当然还会要安装其它的辅助工具,这些官网上讲的都很详细 http://confluence.atlassian.com
·
2015-10-30 13:02
Bitbucket
使用Daocloud搭建免费的个人博客网站
的热门同样在国内也催生了众多的基于了Docker技术的服务,本文要介绍的DaoCloud就是一家采用Docker轻量级虚拟化平台,DaoCloud支持持续集成、镜像构建和云端容器托管,与Github、
Bitbucket
科技爱好者
·
2015-10-28 15:57
密码备忘录(Android) 开发笔记
2015-10-28功能:1.注册[Ok],登陆[Ok],密码重置,找回密码2.增加密码记录[ok],删除,修改,同步云3.支持导入导出代码仓库选择
BitBucket
[change] 2015-11-18
微笑 呵呵 笑
·
2015-10-28 14:00
Stop
Bitbucket
prompting for password in git
出处:http://qosys.info/485/
bitbucket
-git-prompt-for-password In some cases after adding public
·
2015-10-27 15:04
Bitbucket
Ubuntu下Android APK反编译与重新编译
1.反编译APK文件 反编译APK需要利用ApkTool工具,下载地址 https://
bitbucket
.org/iBotPeaches/apktool/downloads http://ibotpeaches.github.io
·
2015-10-27 13:14
android
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他