摘要:
linux下查看下载和上传的网速,有的教程说要下载什么包,其实一行命令就可以解决 curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - 运行结果显示 看出来上传速度和下 阅读全文
摘要:
临时邮箱 24小时邮箱:http://24mail.chacuo.net 60分钟邮箱:https://www.guerrillamail.com/zh/ 10 分钟邮箱:https://linshiyouxiang.net/ 10 分钟邮箱:http://www.bccto.me/ 10 分钟邮箱 阅读全文
摘要:
1.之前手欠 刚买的小米笔记本电脑就给刷成了通用的win7版本,然后就回不去了,就这样用了好几年。。。。 2.直到今天电脑卡的实在难受,去小米官网找了客服,他们给了两个网站又刷回小米系统了 瞬间就清净了 3.步骤1:打开 https://www.mi.com/service/bijiben/driv 阅读全文
摘要:
今日是2022年5月14号 因妈妈恶性脑瘤复发急需用钱 不得已在此发布水滴筹链接 恳请好心人救救我妈妈 settings~>maven~>run~>VM Options配置 -DarchetypeCatalog=internal -Dfile.encoding=GBK 阅读全文
摘要:
使用root用户登陆 date //查看当前时间是否准确ntpdate cn.pool.ntp.org //校准date //查看时间 阅读全文
摘要:
public class RequestTimeInterceptor implements HandlerInterceptor { private static final Logger log = LoggerFactory.getLogger(RequestTimeInterceptor.c 阅读全文
摘要:
关闭namesrvsh bin/mqshutdown namesrv 关闭broker sh bin/mqshutdown broker 启动namesrv nohup sh bin/mqnamesrv & 启动broker(自动创建topic) nohup sh bin/mqbroker -n l 阅读全文
摘要:
1.新建reload.sh文件 #!/bin/bash # chkconfig: - 85 15 NGINX="/home/account/nginx-1.20.1/sbin/nginx" PROG=$(basename $NGINX) PIDFILE="/home/account/nginx-1. 阅读全文
摘要:
1.下载nginx nginx官网:nginx.org tar.gz文件 解压缩命令:wget https://nginx.org/download/nginx-1.14.2.tar.gz #下载nginx最新版本 tar -xzf nginx-1.14.2.tar.gz #解压缩nginx 2.编 阅读全文