240 发简信
IP属地:台湾
  • 微风拂面,倍感清凉。仰望苍穹,繁星护月。几番波折,月终圆。

  • compileSdkVersion 27后 v7包找不到NotificationCompat的解决方案

    Android 8.0 以后v7包NotificationCompat类的扩展从包移到了v4包。 compileSdkVersion 26 的时...

  • Recyclerview的item填满父控件无效的解决方案

    更改Adapter中onCreateViewHolder的打气方式为: LayoutInflater.from(Context).inflate...

  • SourceTree的GitFlow不能正常使用: Please run 'git flow init' first.

    SourceTree的GitFlow已经初始化过但不能正常使用,报错如下: Fatal: Not a gitflow-enabled repo ...