volatile 美[ˈvɑːlətl]adj. 易变的; 无定性的; 无常性的; 可能急剧波动的; 不稳定的; 易恶化的; 易挥发的; ...
第一次碰到AI面试,面试流程大概如下 先人脸识别,确认个人信息,面试过程中要求人脸一直在镜头框里; 然后是15道题目,前5道是非技术题,比如介绍...
内核版本: Linux guest 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC...
@SpringBootApplication开启组件扫描和springBoot的自动配置,相当于@Configuration@Component...
在学习spring boot actuator时,添加好actuator的依赖以后还是无法访问http://localhost:8080/act...
待补充 git rebasegit taggit checkout --orphan
git config [--global] user.name "[name]"git config [--global] user.email...
git branch列出所有本地分支git branch -r 列出所有远程分支git branch -a 列出所有本地分支和远程分支git b...
git remote git init 初始化本地仓库git remote add [远程仓库名] [远程仓库url]远程仓库名一般为origi...