会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪化山河
抱怨没有用,一切靠自己!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
15
下一页
2022年5月25日
nginx 安装 ssl 证书,配置 https ,使用 Certbot 客户端免费配置 ssl 证书(centos7 下可以,其他版本自行测试)
摘要: * nginx 配置 ssl 证书前需要先安装 SSL 模块,本次操作是在已经安装 nginx 的基础上配置,先安装 SSL 模块,来到 nginx 源码目录,我的是这里,执行进入到自己的安装目录: cd /usr/local/nginx-1.10.3 执行语句,重新安装 ssl 模块 ./conf
阅读全文
posted @ 2022-05-25 00:11 雪化山河
阅读(1334)
评论(0)
推荐(0)
2022年5月23日
linux 安装 nginx,并且注册成一个服务
摘要: * 一键安装四个依赖 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)
2022年5月22日
xxl_job 和 springboot 整合
摘要: 首先在自己的项目引入依赖: <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)
2022年5月21日
xxl_job 的使用
摘要: 官网: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)
2022年5月2日
centos 7 安装 mysql5.7【openCloudOS 安装 mysql】
摘要: 原文: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)
2022年4月29日
java 备份数据库
摘要: 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)
2022年4月26日
U盘把 FAT32 转成 NTFS 的方式,实现过大的文件可以传输
摘要: 管理员模式直接 cmd 打开命令窗口,输入:convert g: /fs:ntfs 其中,g 替换成U盘的盘符,在“我的电脑”里面的U盘,盘符是什么替换即可,然后等待转换即可
阅读全文
posted @ 2022-04-26 13:59 雪化山河
阅读(658)
评论(0)
推荐(0)
2022年4月15日
vscode 引入 xlwings ,xlwings 的安装
摘要: (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)
2022年4月5日
centos8 ens33 没有 ip 的解决方法(没有 ip 会导致无法 ping 通别的服务)
摘要: 最简单的方式,直接输入:dhclient ens33 之后 ifconfig 查看即有了,ping 也可以 ping 通了
阅读全文
posted @ 2022-04-05 00:12 雪化山河
阅读(149)
评论(0)
推荐(0)
2022年4月3日
二进制和十六进制(n进制)转成10进制的方式
摘要:
阅读全文
posted @ 2022-04-03 23:44 雪化山河
阅读(83)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
15
下一页
公告