摘要: https://www.elastic.co/cn/downloads/logstash https://www.elastic.co/cn/products/kibana https://elasticsearch.cn/ http://www.cnblogs.com/aresxin/p/8035 阅读全文
posted @ 2018-08-11 18:05 圆月弯刀的博客 阅读(139) 评论(0) 推荐(0) 编辑
摘要: BEA WebLogic Server 9.2 Documentation https://docs.oracle.com/cd/E13222_01/wls/docs92/index.html 8.1 SP6 https://docs.oracle.com/cd/E13196_01/platform 阅读全文
posted @ 2018-08-11 18:00 圆月弯刀的博客 阅读(149) 评论(0) 推荐(0) 编辑
摘要: grep sed 如果想把一个字符串中的一些字符删除可以如此:#Echo “2006-11-21 22:16:30” | sed ‘s/-//g’ | sed ‘s/ //g’ | sed ‘s/://g’得到的结果就是:20061121221630 cut join awk 字符串空格和文件空行删 阅读全文
posted @ 2018-08-11 17:54 圆月弯刀的博客 阅读(312) 评论(0) 推荐(0) 编辑
摘要: grep echo 重定向与管道 tr 特殊文件:/dev/null,/dev/tty 基本命令查找 访问shell脚本的参数 简单的执行跟踪: set -x set +x 阅读全文
posted @ 2018-08-11 17:51 圆月弯刀的博客 阅读(155) 评论(0) 推荐(0) 编辑