240 发简信
IP属地:四川
  • 120
    Anbox 容器管理服务

    Anbox 安装过程分析 Anbox 是在像 Ubuntu 这样的普通 GNU/Linux 系统上,基于容器启动完整 Android 系统的方案。 当前安装过程由多个步骤组成...

  • /bin/bash^M:badinterpreter:Nosuchfileordirectory

    vi下:set ff?看一下文件格式 vi下执行:set ff=unix把dos换行符改成unix的

  • Spring Boot无法扫描到controller

    controller包应该和SpringBootApplication类在同一级目录下