240 发简信
IP属地:四川
  • flutter 命令

    flutter pub remove platform_device_id 移除插件

  • didn't find class on path androidx

    multiDexEnabled 设置为false

  • 自定义view清屏

    Paint p =new Paint(); //清屏 p.setXfermode(new PorterDuffXfermode(PorterDu...

  • androd中的jxl解析xls文件

    konttlin写的解析方法 private fun getXls() { val asset =resources.assets val ...

  • Service中 onstartComand的返回值

    当Service被系统或以上方式终止时,START_STICKY会重新启动该Service,START_NO_STICKY不会重新启动。相同点是...

  • build.gradle打包时自定义路径的配置

    解决WARNING: API 'variantOutput.getPackageApplication()' is obsolete and h...

  • 修改checkbox的选择样色

    @color/colorPrimary <!--选中时checkbox的颜色--> @color/metal_gray <!--没选...

  • 打开android8.0的通知渠道权限页面

    Intent channelIntent =new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SE...

  • android自带文件选择器获取路径

    String video_path=FileUtils.getInstance(this).getChooseFileResultPath(ur...