日常学习

Thor option parse 的代替者

July 21, 2017

thor

option parse 的代替者,可以在shell中调用脚本,更方便的传递参数,转换参数类型, 设定默认值,进行必要参数校验等.

简单的示例:

class Test < Thor
  desc "example FILE", "an example task"
  method_option :delete, :aliases => "-d", :desc => "Delete the file after parsing it"
  def example(file

七周七数据库

June 29, 2017

七周七数据库

Postgres
Riak
Rbase
MongoDB

概述


高性能Mysql

June 26, 2017

Mysql 性能优化

mysql 架构

  客户端 ---> 连接/线程处理 ----> 查询缓存
                |               ^
                |               |
                |               |
                |------------> 解析器 ---------> 优化器 ------> 存储引擎
                ( 第一层)      (第...

Principles of economics

June 25, 2017

经济学原理(微观经济学)

经济学十大原理



Linux service

June 22, 2017

linux service

service

简单的说,系统为了某些功能必须要提供一些服务 (丌讳是系统本身还是网络方面),这个服务就称为 service 。 但是 service 的提供总是需要程序的运作吧!否则如何执行呢?所以达成这个 service 的程序我们就称呼他为 daemon 啰


Linux process

June 22, 2017

linux process

程序

Linux crontab

June 22, 2017

linux crontab (例行性工作排程)

at

Linux Relearn

June 19, 2017

linux bash

常用命令


Linux Shell

June 19, 2017

linux shell

常用命令


Linux Acl

June 19, 2017

linux ACl 控制管理

常用命令

/etc/passwd...


Page 5 of 8