-
DkMVRWwhYx
😋 -
牛客周赛 round105 (A-F)题解
牛客链接 A 思路 掌握 x^0=x 这个性质就可以秒了 题解 #include <bits/stdc++.h> using namespace std; const int N=1e5+10; typedef long long ll; int t,n; int k; int main() { i -
依赖注入&控制反转
控制反转:Inversion Of Control,简称IOC。对象的创建控制权由程序自身转移到外部(容器),这种思想称为控制反转。 依赖注入:Dependency Injection,简称DI。容器为应用程序提供运行时,所依赖的资源,称之为依赖注入。 Bean对象:IOC容器中创建、管理的对象,称 -
题解:深黯「军团」
究极无敌难写做法 -
题解:深黯「军团」
究极无敌难写做法 -
技术文章阅读todo-list
https://qouteall.fun/qouteall-blog/2025/Traps to Developers https://www.seangoedecke.com/good-system-design/ https://www.antirez.com/news/155 https://