顺势而为,借势而起,造势而进,乘势而上  
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2021-11-09 waters321
maven无报错,idea编译报错 maven无报错,idea编译报错
https://www.cnblogs.com/chengjinsheng/p/13520787.html​ ​ find ./ -name “*.iml”| xargs rm -f​ ​ ​ ​ ​ git clone https://g
2021-09-06 waters321
非堆内存排查 非堆内存排查
https://blog.csdn.net/weixin_39878549/article/details/114788940​ https://www.cnblogs.com/rude3knife/p/13570423.html​ htt
2021-09-01 waters321
awk awk
zcat xx.production-s4.log-20210819.1.gz|grep -a "V1.0 2021-08-19 11:1"|grep request|grep uri|grep method | awk '{print
2021-08-19 waters321
批量更新 批量更新
curl -XPOST xxxxx:xxxxxx@xxxxxx:9200/qw_cust_v1/qw_customer/_update_by_query -d ' { "query": { "match": {
2021-08-10 waters321
爬取公众号文章 爬取公众号文章
https://zhuanlan.zhihu.com/p/100327796https://blog.csdn.net/sunnyzyq/article/details/103837521​ ​ ​ ​ ​ ​
2021-07-22 waters321
按时间删除文件 按时间删除文件
0 5 * * * find /home/webuser/nacos/bin/logs -mindepth 1 -mtime +7 -exec rm -rf {} \; find /home/webuser/nacos/bin/logs
2021-07-14 waters321
重置offset 重置offset
mqadmin consumerProgress -n 127.0.0.1:9876 -g wf-group--group-calculate--production-s4-01 mqadmin resetOffsetByTime -n
2021-07-09 waters321
mysql8.0秒加列 mysql8.0秒加列
alter table wxwork_single_chat_record ADD COLUMN voice_duration bigint NULL DEFAULT NULL COMMENT ‘语音时长’, algorithm=insta
2021-07-06 waters321
本机启动minio 本机启动minio
export MINIO_ACCESS_KEY=admin export MINIO_SECRET_KEY=password minio server /Users/zhangmiao/xxxx/999_test/minio-dat
2021-07-04 waters321
mysql导入导出 mysql导入导出
mysqldump -hlocalhost -P7777 -uxxxxx -p xx > xx.sql mysql -hlocalhost -P7777 -uxxxx -p xx source xxx.sql mysql
2021-07-04 waters321
Ubuntu18   mysql修改密码允许访问 Ubuntu18 mysql修改密码允许访问
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; grant all privileges on *.* to
2021-07-04 waters321
1 / 4