上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 46 下一页
该文被密码保护。 阅读全文
posted @ 2017-05-26 11:10 苏小北1024 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 方法 方法1: echo "apple banana orange" | awk '{print $1,$2,$3}' | while read a b c do echo a=$a b=$b c=$c done 方法2: memory= read total used buffers cached 阅读全文
posted @ 2017-05-22 18:22 苏小北1024 阅读(3766) 评论(0) 推荐(0) 编辑
摘要: REF 论文 "google spanner" spanner 介绍 "http://blog.jobbole.com/110262/" 阅读全文
posted @ 2017-05-22 14:41 苏小北1024 阅读(185) 评论(0) 推荐(0) 编辑
摘要: ``` #!/usr/bin/python import datetime import sys arg1_list=list(sys.argv[1].split(',')) arg2_list=list(sys.argv[2].split(',')) if len(arg2_list) != 2: sys.exit(1) #201705222300 TIME_START=arg2_... 阅读全文
posted @ 2017-05-22 11:41 苏小北1024 阅读(2008) 评论(0) 推荐(0) 编辑
摘要: awk 手册 简体中文版由bones7456 (bones7456@gmail.com)整理. 原文:应该是 http://phi.sinica.edu.tw/aspac/reports/94/94011/ 但是原文很乱. 说明:之前也是对awk几乎一无所知,无意中看到这篇文章,网上一搜,居然没有像 阅读全文
posted @ 2017-05-21 12:05 苏小北1024 阅读(303) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-05-20 15:44 苏小北1024 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 两个sed小技巧 在写shell时使用sed处理一些输出,遇到两个问题,在网上找到了相应的解决办法,在此处备份一下。 [ sed处理空字符 ] 空字符,它的ASCII码值为0。在sed中如何标识空字符呢?看下面的例子: 在上面的例子中,find命令把当前目录下的文件名输出出来,以空字符分隔。输出被管 阅读全文
posted @ 2017-05-18 17:13 苏小北1024 阅读(10217) 评论(0) 推荐(0) 编辑
摘要: kenrel API for NTP kernel 提供两个API(即系统调用 system call)给应用程序NTP,去校准kernel system clock "Kernel Application Program Interface" The kernel application prog 阅读全文
posted @ 2017-05-17 16:18 苏小北1024 阅读(2704) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-05-15 23:02 苏小北1024 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Install Performance Co Pilot 提前安装依赖 Installing Performance Co Pilot 安装PCP Building Vector from Source 源码安装Vector 安装vector 安装:Node.JS, npm and Bower 功能 阅读全文
posted @ 2017-05-15 19:44 苏小北1024 阅读(961) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 46 下一页