background picture of the home page

Hi,Friend

halo 博客参数的用法

参数用法 参考连接 docker run -it -d --name halo -p 8090:8090 -v ~/.halo2:/root/.halo2 -e JVM_OPTS="-Xmx256m -Xms256m" registry.fit2cloud.com/halo/halo:2.20

thumbnail of the cover of the post

halo 博客 halo.external-url 参数的用法及意思

说明 添加 halo.external-url 概览后这里就显示配置的地址,这里一般设置为博客的地址,添加后系统内创建的链接会自动加上这个链接,指向这个系统 参数 halo.external-url 用法 docker run -it -d --name halo -p 8090:8090 -v

thumbnail of the cover of the post

YOLOv5 训练自定义目标检测模型

使用 YOLOv5 训练自定义目标检测模型 一、环境准备 1. 克隆 YOLOv5 仓库 首先,我们需要从 GitHub 上克隆 YOLOv5 仓库到本地: git clone https://github.com/ultralytics/yolov5 cd yolov5 2. 安装依赖 进入克隆

thumbnail of the cover of the post

vue项目创建方法

vue-cli # 安装 vue-cli npm install -g @vue/cli # 查看 vue-cli 版本 vue --version # 创建 vue 项目 方式1 vue create vue_name # 创建 vue 项目 方式2 npm --yes --package

thumbnail of the cover of the post

Linux 清理空间

Linux 清理空间 清理内核 确认当前内核和备用内核 uname -a uname -r 清理多余的内核 运行以下命令,清理非当前内核和非备用内核的旧内核: sudo apt-get purge $(dpkg --list | grep 'linux-image' | awk '{print $

thumbnail of the cover of the post

Linux定时任务, crontab定时任务

crontab 格式 *  *  *  *  * XXX 分 时 天 月 星期 命令 符号含义: “*” 代表取值范围内的数字, “/” 代表”每”, “-” 代表从某个数字到某个数字, “,” 分开几个离散的数字 示例: 1 * * * * cp /var/lib/m

thumbnail of the cover of the post