摘要:
2025.6.25学习 这几天重新开一下八股和算法,准备9月份的秋招了 leetcode 51 N皇后 思路:深搜回溯,可以用集合来存不能填的元素优化时间复杂度 class Solution { List<List<String>> ans = new ArrayList<>(); public L 阅读全文
摘要:
1.项目亮点说一说 2.mysql有哪些索引类型 3.从数据结构上来说一说,为什么mysql选择b+树索引而不用哈希索引 4.说一说sql执行顺序 5.什么时候会导致索引失效讲一讲 6.数据库事务 7.隔离级别 8.mvcc,怎么实现 9.慢sql排查,怎么分析 10.select a from b 阅读全文
摘要:
2025.4.13 学习 ubuntu拉取docker镜像 如上,问题为: Using default tag: latest Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline e 阅读全文