首页
友链
关于
duanluan 的博客
累计撰写
88
篇文章
累计创建
41
个标签
累计收到
4
条评论
栏目
目 录
CONTENT
以下是
勤为径苦作舟
的文章
Java 时间格式 DateTimeFormatter SimpleDateFormat
java.time.format.DateTimeFormatter java.text.SimpleDateFormat
2023-09-01
89
0
0
计算机
MySQL/MariaDB 查询某个/多个字段重复数据
查询单个字段重复:使用 count() 函数、group by 分组和 having 分组后筛选、使用子查询和 in、使用窗口函数 over 和 partition by 分区;查询多个字段重复:……
2023-08-24
85
0
0
计算机
Python requirements.txt 的生成与使用
requirements.txt 为 Python 项目所需依赖项的列表文件。每行都是一个依赖项的名称和版本。 可以使用 pip freeze 或 pipreqs(推荐)来生成requirements.txt。
2023-08-22
60
0
0
计算机
Windows + Visual Studio 2017 + NVIDIA CUDA 编译 OpenCV 3.4.x
简介 因为一些功能,这里选择安装的是 OpenCV 3.x。 安装 Visual Studio 和 C++ 通过更改 rel 参数 15、16、17,可以分别下载 2017、2019、2022:Thank You for Downloading Visual Studio Community Edi
2023-08-14
25
0
0
计算机
Windows + CMake + MinGW 编译安装 OpenCV 过程记录
简介 此文是过程记录,无需安装 Visual Studio 或 Clion。 MinGW 安装配置 GNU 编译器套件,用于在 Windows 中编译 C/C++ 程序。CMake 编译 OpenCV 时需要用到。 下载地址:MinGW-w64 - for 32 and 64 bit Windows
2023-07-17
45
0
0
计算机
Logback 高版本和 xmlparserv2、pull-parser 等 XML 解析库报错 SAXNotRecognizedException unrecognized feature
简介 Spring Boot 2.7.10项目中引入了dom4j 2.1.3,dom4j 依赖了pull-parser 2,运行时报错: Failed to auto configure default logger context Reported exception: ch.qos.logbac
2023-05-30
25
0
0
计算机
Windows 10/11 安装安卓子系统 WSA(Magisk/KernelSU)使用 WSA 工具箱安装 APK
使用 WSABuilds 安装 WSA(新) 使用 WSA 工具箱安装 APK 使用 WSAPatch 和 MagiskOnWSALocal 安装 WSA(旧)
2023-04-15
2026
1
0
计算机
安卓 小米 MIUI boot.img 内核解容教程
先在 TWRP 中刷解容内核,再安装 Magisk 解容模块。
2023-04-13
220
0
0
计算机
PyCharm 中 Python 安装 opencv-python 导入 cv2 没有代码提示和“在 'init.py' 中找不到引用”
PyCharm 中 Python 安装 opencv-python 导入 cv2 没有代码提示和“在 'init.py' 中找不到引用”
2023-04-13
175
0
0
计算机
获取小米手环的授权秘钥(Auth Key)
获取手环的信息之前,需要通过 Auth Key 和手环进行验证。 获取方式:Root 读取小米运动健康 APP;Root 读取小米运动健康 APP;使用修改版的小米运动 APP;通过 huami-token 项目。
2023-03-17
244
0
0
计算机
IDEA + Spring Boot + JRebel + MyBatis Mapper XML 热部署不能自动编译的解决方案和启动的几种方式
自动编译 方式一:Srping Boot Application 类 方式二:org.springframework.boot Maven/Gradle 插件 方式三:Tomcat MyBatis Mapper XML 热部署
2018-01-16
49
0
0
计算机
1
2
3
4