数列通项公式总结 数列通项公式总结1. $a_{n+1}=a_{n}+d$ 型等差数列,略 2. $a_{n+1}=q \cdot a_n$ 型等比数列,略 3. 累加法常见形式为 $a_{n+1}=a_n+f(n)$,且$f(n)$的前n项和易求得(比如等 2023-05-15 高中数学 高中数学 数列 通项公式
ubuntu安装mysql8.0流程记录 ubuntu安装mysql8.0流程记录先切换到root用户下:sudo su 本文档中使用的操作系统是ubuntu20.04,默认使用apt下载mysql默认版本可能是mysql5,所以先去官网https://dev.mysql.com/ 2023-05-08 mysql mysql ubuntu
支持cuda的opencv编译流程 支持cuda的opencv编译流程本文中所需文件已上传百度网盘,包括opencv压缩包和编译所需文件,链接如下:https://pan.baidu.com/s/1ldnmpgnLIU63MDLOajUp6w提取码:bjb6 操作环境 显卡: 2023-04-21 opencv cuda opencv
@Async注解失效记录 @Async注解失效记录今天在做项目的时候,遇到了如下情景: 业务场景:系统接入多个监控摄像头,并调用人脸识别算法,若视频中有人经过,启动录像,若无人,十秒后停止录像。 我的做法如下: 使用一个类VideoRecorderServic 2023-04-06 spring spring spring boot
Ubuntu20.04下,nginx+ffmpeg+nginx-http-flv-module实现播放视频,docker部署算法的环境配置 环境配置nginx若以前安装过,先卸载sudo apt-get --purge remove nginx sudo apt-get --purge remove nginx-common dpkg --get-selections| 2023-03-31 环境配置 docker nginx ffmpeg java mysql
解决failed to configure a datasource ‘url‘ attribute is not specified 解决failed to configure a datasource ‘url‘ attribute is not specified今天做项目的时候,jar包启动报了数据源url找不到的错误:*********************** 2023-03-31 spring boot spring boot spring boot错误记录 Maven
matlab编译dll文件 matlab编译dll文件1.命令行窗口输入:deploytool,会出现如下弹窗: 选择第三个,出现下面的窗口,按图示操作: 打包好后会出现三个文件夹: for_redistribution文件夹下存放一个exe文件,它用来安装使用 2023-03-14 山川大海 matlab
centos7下配置ssd和yolov5的环境 centos下配置ssd和yolov5的环境1.安装anaconda首先确定anaconda的版本,我这里用得是python3.9,查到对应的anaconda版本为Anaconda3-2021.11在用户主目录下:wget https:// 2023-03-08 pytorch pytorch ssd yolov5 centos
Spring Boot常用注解 配置类相关@Configuration 声明一个类为配置类,用于取代bean.xml配置文件注册bean对象。@Configuration注解中含有@Component注解,所以被@Configuration标记的配置类会作为一个bean对 2023-02-04 spring boot spring spring boot
thymeleaf使用 thymeleaf基本使用一、引入依赖Spring Boot项目中引入依赖: <dependency> <groupId>org.springframework.boot</groupId 2023-01-20 thymeleaf thymeleaf