上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: Get the latest Docker package 阅读全文
posted @ 2016-04-05 15:54 秋日私语的博客 阅读(896) 评论(0) 推荐(0) 编辑
摘要: 要查看MySQL运行状态,要优化MySQL运行效率都少不了要运行show status查看各种状态,下面是参考官方文档及网上资料整理出来的中文详细解释,不管你是初学mysql还是你是mysql专业级的dba,这都是值得看的. 阅读全文
posted @ 2016-03-21 16:36 秋日私语的博客 阅读(1074) 评论(0) 推荐(0) 编辑
摘要: 在做shell批处理程序时候,经常会涉及到字符串相关操作。有很多命令语句,如:awk,sed都可以做字符串各种操作。 其实shell内置一系列操作符号,可以达到类似效果,大家知道,使用内部操作符会省略启动外部程序等时间,因此速度会非常的快。 一、判断读取字符串值 表达式含义 ${var} 变量var 阅读全文
posted @ 2016-02-24 11:12 秋日私语的博客 阅读(2842) 评论(0) 推荐(0) 编辑
摘要: Get the Linux binary To download the latest version for Linux, use the following URLs: https://get.docker.com/builds/Linux/i386/docker-latest https:// 阅读全文
posted @ 2016-02-16 17:08 秋日私语的博客 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: 格式描述 %a 缩写星期名 %b 缩写月名 %c 月,数值 %D 带有英文前缀的月中的天 %d 月的天,数值(00-31) %e 月的天,数值(0-31) %f 微秒 %H 小时 (00-23) %h 小时 (01-12) %I 小时 (01-12) %i 分钟,数值(00-59) %j 年的天 ( 阅读全文
posted @ 2016-02-16 16:22 秋日私语的博客 阅读(961) 评论(0) 推荐(0) 编辑
摘要: journalctl [OPTIONS...] [MATCHES...]Query the journal.Flags: --system Show the system journal --user Show the user journal for the current user -M --m 阅读全文
posted @ 2016-02-16 15:46 秋日私语的博客 阅读(902) 评论(0) 推荐(0) 编辑
摘要: NAME: fleetctl - fleetctl is a command-line interface to fleet, the cluster-wide CoreOS init system.USAGE: fleetctl [global options] <command> [comman 阅读全文
posted @ 2016-02-16 15:45 秋日私语的博客 阅读(530) 评论(0) 推荐(0) 编辑
摘要: NAME: etcdctl - A simple command line client for etcd.USAGE: etcdctl [global options] command [command options] [arguments...]VERSION: 2.1.2COMMANDS: 阅读全文
posted @ 2016-02-16 15:44 秋日私语的博客 阅读(1213) 评论(0) 推荐(0) 编辑
摘要: Usage: docker [OPTIONS] COMMAND [arg...]A self-sufficient runtime for linux containers.Options: --api-cors-header= Set CORS headers in the remote API 阅读全文
posted @ 2016-02-16 15:43 秋日私语的博客 阅读(795) 评论(0) 推荐(0) 编辑
摘要: 第一种方法// 对Date的扩展,将 Date 转化为指定格式的String// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, // 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字) // 例子: // (new ... 阅读全文
posted @ 2015-07-04 22:19 秋日私语的博客 阅读(1162) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页