
【工具安装】
f4j7
fighting!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xshell与xftp免费版
如果你想使用免费版,请移步->家庭/学校免费 - NetSarang Website原创 2022-03-16 09:53:43 · 376 阅读 · 0 评论 -
腾讯云部署Java项目,需要做的准备工作
安装nginxwget http://nginx.org/download/nginx-1.20.1.tar.gztar -zxvf nginx-1.20.1.tar.gzcd nginx-1.20.1./configuremakemake install启动#启动cd /usr/local/nginx./nginx#测试netstat -tunlp|grep 80curl localhost#远程访问测试,如果无法访问,请开通安全策略http://1.116.190.104原创 2021-08-08 00:20:06 · 212 阅读 · 0 评论 -
用certbot申请https证书
安装certbotyum install epel-releaseyum install snapdsystemctl enable --now snapd.socketln -s /var/lib/snapd/snap /snapsnap install --classic certbot#以上内容借鉴博客https://blog.csdn.net/qq_27346503/article/details/114188857申请证书nginx -s stop #申请之前一定要停掉ngi原创 2021-08-07 00:10:49 · 296 阅读 · 0 评论 -
MySQL Server 5.7安装失败解决办法
缺少 Visual C++ Redistributable Packages for Visual Studio 2013导致需要安装:vcredist_x86.exe与vcredist_x64.exe下载地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=40784原创 2020-12-06 13:26:20 · 1487 阅读 · 0 评论