12 2016 档案
摘要:Docker命令详解 最近学习Docker,将docker所有命令实验了一番,特整理如下: # docker --help Usage: docker [OPTIONS] COMMAND [arg...] docker daemon [ --help | ... ] docker [ -h | --
阅读全文
摘要:http://www.cnblogs.com/ToDoToTry/p/5453149.html Celery的实践指南 Celery的实践指南 celery原理: celery实际上是实现了一个典型的生产者-消费者模型的消息处理/任务调度统,消费者(worker)和生产者(client)都可以有任意
阅读全文
摘要:This document describes the current stable version of Celery (4.0). For development docs, go here. This document describes the current stable version
阅读全文
摘要:PostgreSQL新手入门 作者: 阮一峰 日期: 2013年12月22日 作者: 阮一峰 日期: 2013年12月22日 自从MySQL被Oracle收购以后,PostgreSQL逐渐成为开源关系型数据库的首选。 本文介绍PostgreSQL的安装和基本用法,供初次使用者上手。以下内容基于Deb
阅读全文
摘要:改时区参考 http://blog.sina.com.cn/s/blog_6c9d65a1010145st.html 1.首先查看时区: 如果要修改时区,执行sudo tzselect 2.选择区域:亚洲 3.选择国家:中国 4.选择时区:北京时间 5.确认验证: 6.复制文件到/etc目录下 su
阅读全文
摘要:Install Docker on Ubuntu Estimated reading time: 17 minutes Docker is supported on these Ubuntu operating systems: Ubuntu Xenial 16.04 (LTS) Ubuntu Wi
阅读全文