上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: * nginx 配置 ssl 证书前需要先安装 SSL 模块,本次操作是在已经安装 nginx 的基础上配置,先安装 SSL 模块,来到 nginx 源码目录,我的是这里,执行进入到自己的安装目录: cd /usr/local/nginx-1.10.3 执行语句,重新安装 ssl 模块 ./conf 阅读全文
posted @ 2022-05-25 00:11 雪化山河 阅读(1334) 评论(0) 推荐(0)
摘要: * 一键安装四个依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel * 安装 nginx【如果报:-bash: wget: command not found,先安装 wget:yum -y install w 阅读全文
posted @ 2022-05-23 21:43 雪化山河 阅读(648) 评论(0) 推荐(0)
摘要: 首先在自己的项目引入依赖: <dependency> <groupId>com.xuxueli</groupId> <artifactId>xxl-job-core</artifactId> <version>2.3.0</version> </dependency> <dependency> <g 阅读全文
posted @ 2022-05-22 00:07 雪化山河 阅读(348) 评论(0) 推荐(0)
摘要: 官网:https://www.xuxueli.com/xxl-job/ 源码下载地址:https://gitee.com/xuxueli0323/xxl-job/tree/2.3.0 步骤一:用上面的源码链接,拉取代码下来后,然后运行自带的tables_xxl_job.sql文件,生成需要的表 步骤 阅读全文
posted @ 2022-05-21 23:49 雪化山河 阅读(402) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/dengfengan/article/details/105115349 第一步:下载MySQL安装 [root@steel home]# cd /home/data[root@steel data]# ls[root@steel data]# wg 阅读全文
posted @ 2022-05-02 11:29 雪化山河 阅读(443) 评论(0) 推荐(0)
摘要: package com.common.taskTiming; import com.common.utils.DateFormatter; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; i 阅读全文
posted @ 2022-04-29 22:20 雪化山河 阅读(606) 评论(0) 推荐(0)
摘要: 管理员模式直接 cmd 打开命令窗口,输入:convert g: /fs:ntfs 其中,g 替换成U盘的盘符,在“我的电脑”里面的U盘,盘符是什么替换即可,然后等待转换即可 阅读全文
posted @ 2022-04-26 13:59 雪化山河 阅读(658) 评论(0) 推荐(0)
摘要: (1)根据这位兄弟借鉴:http://www.360doc.com/content/12/0121/07/47186672_1012271624.shtml ① 先 cmd 查看自己的 python 版本, python --version ②下载对应的 pywin32 :地址: https://g 阅读全文
posted @ 2022-04-15 11:57 雪化山河 阅读(1112) 评论(0) 推荐(0)
摘要: 最简单的方式,直接输入:dhclient ens33 之后 ifconfig 查看即有了,ping 也可以 ping 通了 阅读全文
posted @ 2022-04-05 00:12 雪化山河 阅读(149) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-03 23:44 雪化山河 阅读(83) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页