常用开源镜像站整理 资讯

sudo brew update 可能会非常慢,因为这需要更新一个位于 /usr/local 下的 git repostory ,而这个仓库是指向 https://github.com/Homebrew/homebrew

jopen 2015-10-23   7840   0
开源  

如何在Linux上从命令行嗅探HTTP流量 经验

$ sudo apt-get install gcc make git libpcap0.8-dev $ git clone https://github.com/jbittel/httpry.git $ cd httpry

jopen 2014-10-28   13164   0
Linux  

40+ Sublime Text 最佳插件汇总 资讯

feature=player_embedded Git 从它的名字我们就可以看出这个插件的本质——让你在自己喜欢的编辑器中直接使用Git。这种使用Git的方法可以为你节省很多时间。第一:你不必总是在

码头工人 2015-12-28   69142   0
P12

  code review 代码审查 文档

栈溢出等) 1.3.7 结构性检查(Structuredness) 程序的每个功能是否都作为一个可识的代码块存在 循环是否只有一个入口 1.3.8 可追溯性检查(Traceability) 代码是否对每个程序进行了唯一标识

favora 2016-05-26   722   0

搭建基于Jenkins, Apache Mesos和Marathon的弹性高可用的持续集成环境 经验

例,配置Jenkins Master实现弹性伸缩,在内部的代码库或者 github 上创建一个 git repo,以及使用 marathon 部署可持久化的 Jenkins Master等步骤。

zsqydbcw 2016-03-02   36278   0

搭建弹性高可用的持续集成环境 资讯

例,配置Jenkins Master实现弹性伸缩,在内部的代码库或者 github 上创建一个 git repo,以及使用 marathon 部署可持久化的 Jenkins Master等步骤。

jopen 2015-12-25   14239   0

如何搭建基于Jenkins, Apache Mesos和Marathon的弹性高可用的持续集成环境 经验

例,配置Jenkins Master实现弹性伸缩,在内部的代码库或者 github 上创建一个 git repo,以及使用 marathon 部署可持久化的 Jenkins Master等步骤。

jopen 2015-06-19   23550   0

网易的MySQL数据库一个分支版本:InnoSQL 经验

Getting Started 首先克隆这个仓库 git clone git://github.com/NetEase/InnoSQL.git 进入InnoSQL/src,在当前目录下即得到InnoSQL的各种Patch包。

jopen 2012-10-20   19466   0

milligram - 一个极简的CSS框架 经验

Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -m 'Add some feature'

jopen 2016-01-12   21254   0

基于 LESS 的样式工具库:EST 经验

2): .zip 或 .tar.gz 或使用 git 获取代码: $ git clone https://github.com/ecomfe/est.git 在 LESS 代码中引用、配置。 // quick

jopen 2013-11-28   10492   0

javaweb框架unique-web 问答

image-plugin | 图片处理插件(https://git.oschina.net/biezhi/image-plugin.git) patchca-plugin | 多彩验证码插件 beetl

王爵 2014-10-08   9942   0
Java   C/C++   Go   MVC  

WebShell:将 Web 应用打包成 OS X 原生应用 经验

2.0+ support) Quick Start $ git clone git@github.com:djyde/WebShell.git APP_NAME $ cd APP_NAME && open

jopen 2015-12-21   12333   0

CodeHub - 让你在iOS设备上以最好的方式来浏览和维护你的GitHub仓库! 经验

Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature'

jopen 2016-02-28   21487   0

Python的Redis库 ooredis 资讯

9 安装 $ cd /tmp/ $ git clone git://github.com/huangz1990/ooredis.git Cloning into ooredis...

fmms 2011-08-07   21064   0
Python  

关于Github上项目的聚集统计 - GitChecker 经验

上项目的统计! Installation $ git clone git@github.com:madshargreave/gitchecker.git $ cd gitchecker $ mix deps

jopen 2016-01-03   12987   0

Python的Redis库 ooredis 经验

redis-py2.4.9 安装 $ cd /tmp/ $ git clone git://github.com/huangz1990/ooredis.git Cloning into ooredis... .

openkk 2011-12-01   23452   0

Web UI框架 Foundation v6.3.0-rc3 发布 资讯

the ZURB template: git clone -b v6.3 git@github.com :zurb/foundation-zurb-template.git Updates from RC2:

jopen 2016-12-12   7395   0
Foundatio   UI   web  

Linux内核3.10.5正式发布 资讯

今天也一同发布了。 官方下载地址: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git 来自: 驱动之家

jopen 2013-08-05   6903   0
Linux  

新建并部署Java EE 7应用 经验

克隆仓库 git clone from Internet https://github.com/javaee-samp ... e.git From Instructor git clone

jopen 2015-11-04   36581   0

Cordova开发前的准备工作 经验

b的代码,所以要安装Git。如果是Linux或Macintosh系统可以用Node.js包管理器(npm)安装Git,即在命令行窗口中输入: npm install -g git 在Windows系统中,需要从

jopen 2015-06-19   38414   0
1 2 3 4 5 6 7 8 9 10