摘要: 官网:https://ffmpeg.org 下载 wget https://ffmpeg.org/releases/ffmpeg-6.0.tar.gztar -zxvf ffmpeg-6.0.tar.gz 准备工作 安装X264库 yum install -y git (如果已安装GIT则忽略) g 阅读全文
posted @ 2023-05-13 21:12 大萝卜萌萌哒 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 为了保持 RESTful API 接口的幂等性,可以采用加锁机制。加锁会限制同时对资源进行修改的请求,以确保在同一时刻只有一个请求可以对资源进行更改,从而避免出现冲突。 下面是 Java 中基于锁的实现方式: import java.util.concurrent.locks.Lock; impor 阅读全文
posted @ 2023-05-06 17:16 大萝卜萌萌哒 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 下载jar包 maven中央仓库包不支持docx文件 所以不建议使用。jar包是为了方便链接 下载链接:https://nchc.dl.sourceforge.net/project/jodconverter/JODConverter/2.2.2/jodconverter-2.2.2.zip 解压后 阅读全文
posted @ 2023-04-13 11:50 大萝卜萌萌哒 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 官网http://www.openoffice.org/download/index.html 下载:wget https://udomain.dl.sourceforge.net/project/openofficeorg.mirror/4.1.14/binaries/zh-CN/Apache_O 阅读全文
posted @ 2023-04-07 18:18 大萝卜萌萌哒 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 下载 https://golang.google.cn/dl/ 建议选择msi的 安装 无脑下一步安装完成即可(安装完成后默认会在环境变量 Path 后添加 Go 安装目录下的 bin 目录 C:\Go\bin\,并添加环境变量 GOROOT,值为 Go 安装根目录 C:\Go\)!如果非要修改目录 阅读全文
posted @ 2022-08-04 10:17 大萝卜萌萌哒 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 官网地址 安装 https://pkg.jenkins.io/redhat-stable/ 安装前建议安装下JDK11不用配环境变量了 按照官网第一步,就GG了 [root@dlb home]# wget -O /etc/yum.repos.d/jenkins.repo https://pkg.je 阅读全文
posted @ 2022-07-13 17:41 大萝卜萌萌哒 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 官网下载:https://maven.apache.org/download.cgi 当前最新版本 https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz 下载完成后解压 [root@dl 阅读全文
posted @ 2022-07-12 18:55 大萝卜萌萌哒 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 软件下载 https://packages.gitlab.com/gitlab/gitlab-ce 如果是centOS8以下的建议找老版本的,用15版本会报glibc-2.25找不到,我折腾了一晚也没搞好,把服务器还蹦了。 这个我用10版本的安装包https://mirrors.tuna.tsing 阅读全文
posted @ 2022-07-12 13:40 大萝卜萌萌哒 阅读(787) 评论(2) 推荐(1) 编辑
摘要: (一)自动生成代码 1.导包 <!-- 生成代码模板 https://mvnrepository.com/artifact/p6spy/p6spy --> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity 阅读全文
posted @ 2022-02-14 15:01 大萝卜萌萌哒 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1.导包 <!--丝袜哥 共三个包,这里用的3.0版本--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> < 阅读全文
posted @ 2022-02-14 14:31 大萝卜萌萌哒 阅读(225) 评论(0) 推荐(0) 编辑