[LeetCode] 每日一题 3095. 或值至少 K 的最短子数组 I
题目链接 https://leetcode.cn/problems/shortest-subarray-with-or-at-least-k-i 题目描述 给你一个 非负&n
[LeetCode] 每日一题 3066. 超过阈值的最少操作数 II
题目链接 https://leetcode.cn/problems/minimum-operations-to-exceed-threshold-value-ii 题目描述
Java 学习笔记 | Java 平台体系结构
要深入学习 Java 相关的技术,我们首先需要对 Java 平台的体系结构进行全面的梳理。通过对各个体系模块的深入分析,结合各个模块之间的关联,我们可以建立对 Java 平台的全面、系统化理解。这将帮助我们更好地掌握 Java 技术,理解其背后的设计思想,并在实际项目中加以应用 Java 平台的体系
[LeetCode] 每日一题 3065. 超过阈值的最少操作数 I
题目链接 https://leetcode.cn/problems/minimum-operations-to-exceed-threshold-value-i 题目描述 给你
[LeetCode] 每日一题 2270. 分割数组的方案数
题目链接 https://leetcode.cn/problems/number-of-ways-to-split-array 题目描述 给你一个下标从 0 开始长度为 n&
踩坑记录 | MyBatis Plus 升级到 3.5.9 后分页插件报错
今天在更新项目的 MyBatis Plus 依赖版本至 3.5.9 后,遇到了一个问题——使用分页插件的地方报错,错误提示为: Cannot resolve symbol 'PaginationInnerInterceptor' 经过一番排查,发现更新依赖后,原有的分页插件似乎消失了。 问题原因:
[LeetCode] 每日一题 2275. 按位与结果大于零的最长组合
题目链接 https://leetcode.cn/problems/largest-combination-with-bitwise-and-greater-than-zero
[LeetCode] 每日一题 3270. 求出数字答案
题目链接 https://leetcode.cn/problems/find-the-key-of-the-numbers 题目描述 给你三个 正 整数 num1
[LeetCode] 每日一题 3297. 统计重新排列后包含另一个字符串的子字符串数目 I
题目链接 https://leetcode.cn/problems/count-substrings-that-can-be-rearranged-to-contain-a-string-i
[LeetCode] 每日一题 2264. 字符串中最大的 3 位相同数字
题目链接 https://leetcode.cn/problems/largest-3-same-digit-number-in-string 题目描述 给你一个字符串 num ,表示一