08 2019 档案

摘要:这是因为重启elk的命令没有放到后台执行的原因,把启动命令换成如下: 阅读全文
posted @ 2019-08-30 15:10 哦~杰克 阅读(375) 评论(0) 推荐(0) 编辑
摘要:举个例子吧,要打包/usr/local/src/elasticsearch 但是排除elasticsearch下logs日志的目录 tar -zvcf elasticsearch.tar.gz --exclude=elasticsearch/logs elasticsearch 需要在/usr/lo 阅读全文
posted @ 2019-08-30 11:24 哦~杰克 阅读(1346) 评论(0) 推荐(0) 编辑
摘要:select count(*) from table_name; 阅读全文
posted @ 2019-08-20 09:21 哦~杰克 阅读(2379) 评论(0) 推荐(0) 编辑
摘要:select count(*)from table_name where xxx=''; '' 中添加条件,xxx为匹配数据类型 阅读全文
posted @ 2019-08-19 17:59 哦~杰克 阅读(774) 评论(0) 推荐(0) 编辑
摘要:select * from table_name limit 10 order by xxx; xxx 为数据类型 阅读全文
posted @ 2019-08-19 16:22 哦~杰克 阅读(5465) 评论(0) 推荐(0) 编辑
摘要:select * from table_name where rownum <11 order by xxx; xxx 为匹配类型 阅读全文
posted @ 2019-08-19 16:13 哦~杰克 阅读(558) 评论(0) 推荐(0) 编辑
摘要:select * from tables_name where rownum < 11; 如果查询不了,可能是用户权限问题。 阅读全文
posted @ 2019-08-19 15:56 哦~杰克 阅读(5290) 评论(0) 推荐(0) 编辑
摘要:1 下载Redis包 下载地址:http://download.redis.io/releases/redis-3.2.4.tar.gz 2 上传服务器的/usr/local/下 3 安装gcc pcre-devel zlib-devel yum -y install gcc pcre-devel 阅读全文
posted @ 2019-08-14 18:27 哦~杰克 阅读(329) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示