240 发简信
IP属地:上海
  • 深入理解java中的volatile关键字

    volatile 美[ˈvɑːlətl]adj. 易变的; 无定性的; 无常性的; 可能急剧波动的; 不稳定的; 易恶化的; 易挥发的; ...

    0.8 4114 0 50
  • 平安科技AI面试题

    第一次碰到AI面试,面试流程大概如下 先人脸识别,确认个人信息,面试过程中要求人脸一直在镜头框里; 然后是15道题目,前5道是非技术题,比如介绍...

  • docker安装报错“Package 'docker-ce' has no installation candidate”

    内核版本: Linux guest 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC...

  • Spring Boot in Action中的注解

    @SpringBootApplication开启组件扫描和springBoot的自动配置,相当于@Configuration@Component...

    0.7 5431 0 50
  • http://localhost:8080/actuator/beans页面找不到404

    在学习spring boot actuator时,添加好actuator的依赖以后还是无法访问http://localhost:8080/act...

    1.1 9980 0 53
  • git常用命令--rebase、tag

    待补充 git rebasegit taggit checkout --orphan

    1.0 3790 0 51
  • Resize,w 360,h 240
    git常用命令--配置、增删改查、撤销

    git config [--global] user.name "[name]"git config [--global] user.email...

    0.9 3725 0 51
  • git常用命令--分支

    git branch列出所有本地分支git branch -r 列出所有远程分支git branch -a 列出所有本地分支和远程分支git b...

    0.9 3968 0 50
  • git常用命令--远程仓库

    git remote git init 初始化本地仓库git remote add [远程仓库名] [远程仓库url]远程仓库名一般为origi...

    0.8 3511 0 51