《Linux命令行与shell脚本编程大全》 第二十七章 学习笔记
$ vmstat 1 3procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 0 0 191364 158988 246504 2287404 0 0 64 82 48 17 3 1 96 1 0 0 191364 158888 246504 2287416 0 0 0 0 374 862 2 0 98 0 0 0 191364 158888 246504 2287416 0 0 0 0 360 970 1 0 99 0
?
问题跟踪数据库
默认情况下,mysql会忽略大小写
在mysql中可以使用正则。比如:
select * from tableA where name REGEXP 'regular expression'
?
(笔记只保留了必要的脚本,没有什么新的知识,全部脚本请参阅原书第27章576页)
?
转贴请保留以下链接
本人blog地址
http://su1216.iteye.com/
http://blog.csdn.net/su1216/