摘要:
(1)下载Redis 下载安装包: wget http://download.redis.io/releases/redis-5.0.0.tar.gz 解压安装包: tar –xvf redis-5.0.0.tar.gz 编译(在解压的目录中执行): make 安装(在解压的目录中执行): make 阅读全文
摘要:
Preface What is Aria2? Aria2 is a free, cross-platform command line interface download manager that supports HTTP, HTTPS, FTP, Bittorrent and Metalink 阅读全文
摘要:
搜到了两种解决办法 在StackOverflow上搜到的方法 try to use ‘http://start.spring.io’ instead of ‘https://start.spring.io’. it works for me. 看到了很多人使用了这个方法解决了。 还有一种方法就是在I 阅读全文