240 发简信
IP属地:广东
  • Linux踩坑记录之环境变量

    报错: Command 'sudo' is available in '/usr/bin/sudo' 原因: 修改环境变量PATH出现错误。 本...

  • Android项目基于flow.ci+fir.im+github的持续化集成实例

    Android项目基于flow.ci+fir.im+github的持续化集成实例 一.概念描述 什么是持续化集成? 持续集成:Continuou...

  • Android获取系统语言

    Locale locale = getResources().getConfiguration().locale; String languag...