流行的Python项目汇总 经验

状态面板/收集系统输出。 九、Git git-workflow :可视化你的 git 工作流程的工具,示例: Demo 。 gitto :简洁的库,协助你建立自个儿的 git 主机。 git-imerge :git-imerge

jopen 2014-03-28   77768   0

Python开源项目大全 经验

九、Git git-workflow :可视化你的 git 工作流程的工具,示例: Demo 。 gitto :简洁的库,协助你建立自个儿的 git 主机。 git-imerge :git-imerge

jopen 2014-01-16   282284   0

如何用一周时间开发一款Android APP并在Google Play上线 经验

网络请求分析时需要用到。 Genymotion 如果你嫌AS自带的模拟器慢的话,可以试试这个。 Git 版本控制,命令行敲起来炒鸡带感哦。 最好是能有一台Android手机。 科学上网,确保能够正常访

fangjian 2017-02-09   21982   0

C语言的SPDY开发包 libspdy 经验

语言实现对 SPDY 协议支持的库。只需依赖 zlib 包 获取代码:git clone http://libspdy.org/git/ libspdy 项目主页: http://www.open-open

fmms 2012-05-14   16937   0

内容管理系统:ShuipFCMS 经验

发的内容管理系统。支持模块安装/卸载,模型自定义,整合UCenter通行证等。 GIT地址:http://git.oschina.net/shuipf/shuipfcms 项目主页:

jopen 2013-07-20   15951   0

Linux/Unix 下的 cron 类型的调度系统:DS Scheduler 经验

Web 管理界面用来管理、监控和调度作业和命令,支持多主机环境。 获取代码: git clone git://solar1.net/scheduler 项目主页: http://www

openkk 2012-08-22   15031   0
Linux  

基于 Web 的协作文本编辑器:Firepad 经验

CodeMirror 编辑器。 安装方法: git clone https://github.com/firebase/firepad.git cd firepad npm install sudo

jopen 2013-04-09   12071   0
Firepad  

CocoaPods 都做了什么? 经验

Podfile: source 'https://github.com/CocoaPods/Specs.git' target 'Demo' do pod 'Mantle', '~> 1.5.1' pod 'SDWebImage'

chizongmin 2016-09-27   10921   0

Android开发笔记——图片缓存、手势及OOM分析 经验

-Universal-Image-Loader.git Picasso: https://github.com/square/picasso.git Glide: https://github

jopen 2016-01-08   33589   0

系统管理员的开源资源集合 经验

tool. Salt - It's written in Python. Cloud Storage git-annex assistant - A synchronised folder on each of

jopen 2014-10-10   77725   0

发布 JavaScript 开源项目指南 经验

建一个新的仓库。 我们的新仓库 现在上传你的代码到GitHub。这篇文章假定你熟悉 git(或另一个版本控制系统)。如果你不知道如何做到这一点,看看 这个指南 。 这时,您应该有一个不

jopen 2015-08-10   28061   0

Vue.js开源: 全家桶入门实战项目 - 豆瓣市集 经验

。 部分截图 项目地址:( git clone ) git clone https://github.com/Awheat/vue2-douban-market.git 安装 npm install

jang3b2xy 2017-03-23   29646   0

fortune 命令简介 经验

个 中文格言库 。上图就来自这个库,安装命令如下。 $ git clone git@github.com:ruanyf/fortunes.git $ sudo mv fortunes/data/* /

jopen 2015-04-17   8903   0
fortune  

创建的一个快速的、接近高斯模糊的效果库:StackBlur.js 经验

上下载 latest zip ,或者 clone 库 。 git clone git@github.com:flozz/threadify.git 然后在你的 HTML 页面中引入dist/stackblur

jopen 2015-11-27   38393   0

「参与 Swift 开源」(一)—— 在 Linux 上编译、测试 Swift 经验

来解决,十分方便,我使用的是最新版 15.10。 执行一句命令解决所有依赖: sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev

jopen 2016-01-01   15593   0

(一) 实战环境配置:hosts文件+nginx模拟多域名 经验

express -e --git id // 我们使用ejs前端模板,同时添加.gitignore文件 express -e --git music express -e --git note 这样项

Erma60Q 2016-03-03   51301   0

Kafka开源:Chaperone-Uber 出品的 Kafka 集群监控工具 经验

Check out the Chaperone project: git clone git@github.com:uber/chaperone.git cd chaperone This project contains

liuyunws 2017-02-12   34872   0

Fabric简明教程 经验

error") def deploy(): test() local("git add -p && git commit") local("git push") @task @parallel @roles('nginx')

jopen 2014-12-26   58433   0

CurioDB: 用 Scala和Akka构建的分布式持久化Redis克隆 经验

repository and run it: $ git clone git://github.com/stephenmcd/curiodb.git $ cd curiodb $ sbt run You

jopen 2015-07-13   20073   0

Twemproxy:Twitter 开源的 Redis 代理 经验

apt - get install libtool git clone git: // github.com/twitter/twemproxy.git cd twemproxy autoreconf -

jopen 2013-01-21   21819   0
1 2 3 4 5 6 7 8 9 10