Maven修改镜像源
在conf/setting.xml文件的mirrors中添加以下内容
<mirror>
<id>AliMaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
在conf/setting.xml文件的mirrors中添加以下内容
<mirror>
<id>AliMaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
http://rocketmq.apache.org/docs/quick-start/
https://archive.apache.org/dist/rocketmq/
https://github.com/apache/rocketmq/tree/master/docs/cn
https://github.com/apache/rocketmq/blob/master/docs/cn/best_practice.md
https://github.com/apache/rocketmq/blob/master/distribution/bin/os.sh
https://sites.google.com/a/chromium.org/chromedriver/capabilities
https://peter.sh/experiments/chromium-command-line-switches/
The master has failed more times than the beginner has tried.
arm64版本conda使用intel python
转自——高并发情况下Linux系统及kernel参数优化:https://www.linuxidc.com/Linux/2018-08/153369.htm
调整了一下方便自己查看