摘要: 大家好,我今天要给大家介绍一个非常实用的微信小程序:历史天气查。这款小程序可以帮助你查询全国各个城市在过去几年内的任一日期的天气情况,包括降水、相对湿度、风向、风速、露点温度、气压、能见度等详细信息。无论你是需要查询历史天气数据以便进行科研、写文章,还是仅仅是为了满足个人的好奇心,这款小程序都能为你 阅读全文
posted @ 2024-02-06 10:09 ma_fighting 阅读(56) 评论(0) 推荐(0) 编辑
摘要: // 同步转发并且比对响应结果 cd /production/www/go_replay/ ulimit -n 65000 /usr/local/bin/gor --input-raw :80 --input-raw-track-response --input-raw-bpf-filter "ho 阅读全文
posted @ 2021-08-24 11:31 ma_fighting 阅读(468) 评论(1) 推荐(0) 编辑
摘要: // es 查询指定 aid 的 一篇文章 curl -XPOST '192.168.0.2:9200/ass_cqmzvcn_all/_search?pretty' -d ' { "query": { "match": {"aid":"9CaKrnK6RoU"} }, "size": 1 }' - 阅读全文
posted @ 2021-08-24 11:18 ma_fighting 阅读(700) 评论(0) 推荐(0) 编辑
摘要: yum install epel-release yum install -y supervisor systemctl enable supervisord # 开机自启动 systemctl start supervisord # 启动supervisord服务 阅读全文
posted @ 2021-08-24 11:12 ma_fighting 阅读(68) 评论(0) 推荐(0) 编辑
摘要: yum install -y gcc gcc-c++ ncurses-devel make wget wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz tar zxvf nload-0.7.4.tar.gz cd nload-0.7. 阅读全文
posted @ 2021-08-24 11:10 ma_fighting 阅读(649) 评论(0) 推荐(0) 编辑
摘要: cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/shells:fish:release:2/CentOS_7/shells:fish:release:2.repo yum install fish 阅读全文
posted @ 2021-08-24 11:09 ma_fighting 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 读库导出部分文章数据(慎用 会有🔐): mysqldump -uass_dev -h192.168.6.246 -t ass_cxxxxxx article -pxxxxxxx "--where=ctime>1629356030002" >/root/article.sql 阅读全文
posted @ 2021-08-24 11:08 ma_fighting 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 安装 1、装依赖 yum install -y java-1.8.0-openjdk 2、安装elasticsearch 下载url:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.3.tar.gz #目录 阅读全文
posted @ 2021-07-28 12:58 ma_fighting 阅读(419) 评论(0) 推荐(0) 编辑
摘要: use crossbeam_channel::{Receiver, bounded}; use tokio::time::{Duration, delay_for}; #[tokio::main] async fn main() { let (s, r) = bounded(10); for i i 阅读全文
posted @ 2021-07-19 13:42 ma_fighting 阅读(505) 评论(0) 推荐(0) 编辑
摘要: Board 引用 自己也可以, 不过 内部 Board 要 Arc 或 Box 包裹. 阅读全文
posted @ 2021-01-23 18:37 ma_fighting 阅读(312) 评论(0) 推荐(0) 编辑
历史天气查