开源的主机性能监控框架:Vector 经验

Performance Co-Pilot (PCP) 。 获取源代码的当前版本: $ git clone git://git.pcp.io/pcp 然后构建和安装: 更多的安装信息可查看下面这个链接:

cm54 2015-04-09   43956   0

持续集成案例学习:Docker、Java与Maven 经验

另一个我们的构建计划依赖的Maven插件是 maven-git-commit-id-plugin 。我们使用这个插件,所以我们的Docker镜像能使用git的commit ID来打标签 —— 这在部署过程中

jopen 2015-08-17   110462   0

妹子告诉你怎样使用 GitHub! 资讯

?必须要放这张图了!!! (图片来源 GitHub 是怎样的一个存在? - Deep Reader 的回答 ) Git 是由 Linux 之父 Linus Tovalds 为了更好地管理linux内核开发而创立的分布式版本控制/软件配置管理软件。

jopen 2016-02-16   16021   0
Github  

Docker和持续集成:案例学习 经验

另一个我们的构建计划依赖的Maven插件是 maven-git-commit-id-plugin . 我们使用这个插件,所以我们的docker镜像能使用git的commit ID来打标签 —— 这在部署过程中

jopen 2015-08-12   16098   0
Docker  

Altman3:完美运行在多个平台的渗透测试软件 经验

reference to the following) git clone https://github.com/keepwn/Altman.git cd Altman/ # Run batch-on-windows

jopen 2015-12-28   15997   0

Node版本管理器:nvm 经验

for a global install. NB. The installer can use git , curl , or wget to download nvm , whatever is available

jopen 2014-12-09   195596   0

Chrome开发者工具中文手册 经验

s/CN-Chrome-DevTools.git 创建您的特性分支 (git checkout -b new-feature) 提交您的改动 (git commit -m 'Added some

jopen 2015-01-08   70612   0
Chrome  

Python二维码生成库qrcode示例 经验

packages: pip install git+git://github.com/ojii/pymaging.git#egg=pymaging pip install git+git://github.com/ojii/pymaging-png

jopen 2016-01-17   46264   0

Bug - a distributed bug tracking system 经验

implementation of a distributed issue tracker using git (or hg) to manage issues on the filesystem following

SopOINC 2016-02-11   35962   0

Eclipse与github整合完整版 经验

最近朋友都推荐使用github管理自己的项目,而且免费用户可以有5个仓库,恰好我也想了解下git,借此机会学习一下. github官方指南 使用独立第三方git工具来进行版本控制,并不借助于eclipse,但我觉得eclipse肯定也有插件来解决这类问题

jopen 2012-10-24   137868   0

Go语言包管理工具(Go Package Manager) 经验

支持按照版本或标签进行获取 源码打包发布是, 自动提取第三方依赖 将第三方依赖的包路径转为相对路径导入 在没有git/hg等版本工具时依然可用(zip导入) 断网时的处理策略 在 $GOPKG_REPO 目录缓存已经下载的库

jopen 2014-11-23   55813   0

使用 GitBook 写文档 经验

也需要写文档,索性就尝试使用 GitBook 来做。 GitBook 简介 GitBook 是一个通过 Git 和 Markdown 来撰写书籍的工具,最终可以生成 3 种格式: 静态站点 :包含了交互功能(例如搜索、书签)的站点

jopen 2015-12-09   38080   0

使用 CocoaPods 进行团队协作 经验

= "10.7" s.source = { :git => "https://github.com/kevinzhow/RichTextView.git", :tag => s.version } s

jopen 2016-01-04   10900   0

SQL语句优化技术分析 经验

能转换了。 推荐方案: 在业务密集的SQL当中尽量采用IN操作符,用EXISTS 方案代替。 2、NOT IN操作符 此操作是强列推荐使用的,因为它不能应用表的索引。 推荐方案: 用NOT

jopen 2014-11-15   39147   0
SQL  

java实现算法之堆排序 经验

常见排序方法。学习堆排序前,先讲解下什么是数据结构中的二堆。 二堆的定义 二堆是完全二树或者是近似完全二树。 二堆满足二个特性: 1.父结点的键值总是大于或等于(小于或等于)任何一个子节点的键值。

kinghowe 2016-05-09   19923   0

React Router 2.0 发布及使用样例 经验

time. Usage Install Node.js and Git Download the repository git clone https://github.com/J-F-Liu/

jopen 2016-02-17   14893   0

开发者的15个实用的 Atom Packages 资讯

This package detects the conflict markers left by git merge and overlays a set of controls for resolving

yxwpx 2015-07-20   116860   0
Atom  

搭建 Spark 源码研读和代码调试的开发环境 经验

一些必要的开发工具,请自行提前安装: scala 2.11.8 sbt 0.13.12 maven 3.3.9 git 2.10.2 IntelliJ IDEA 2016.3 (scala plugin) 本人使用macOS

skxe3313 2016-12-11   26753   0

Linux Ubuntu 基本开发环境搭建及配置 经验

sudo apt-get install git-core 查看版本 black@black:/$ git --version git默认配置 $ git config --global user

jopen 2015-03-02   20578   0
Ubuntu   Linux  

Golang包依赖管理工具gb 经验

world 提交所有代码到git仓库 git init git add . git commit -am 'init hello world project with gb' git add remote

hippowc 2016-01-21   32043   0
1 2 3 4 5 6 7 8 9 10