240 发简信
IP属地:四川
  • Resize,w 360,h 240
    服务描述表(SDT)解析

    一、概述SDT表(Service Description Table,服务描述表),它描述了业务内容及信息,连接了NIT、EIT和PMT(PSI...

  • Resize,w 360,h 240
    Mac编译FFmpeg集成fdk-aac

    在Mac电脑上执行上面命令生成的Makefile文件里只有一句代码include ./Makefile 继续执行make的话报如下错误:Make...

  • Resize,w 360,h 240
    Flutter中的viewWillAppear

    在iOS原生开发中,如果我们从页面A push 到页面B,再从页面B pop回页面A时,想刷新页面A的数据的话,可以在viewWillAppea...

  • Resize,w 360,h 240
    Flutter项目错误集合

    1、Android studio导入项目报错:Error: Dart SDK is not configured,如下图所示: 解决方法:Pre...

  • Resize,w 360,h 240
    iOS Facebook分享

    一、创建Facebook的应用https://developers.facebook.com[https://developers.facebo...

  • iOS修改状态栏颜色

    1、在plist文件中添加一个属性 View controller-based status bar appearance 设置为 NO 2、V...

  • Resize,w 360,h 240
    XXX is automatically signed, but provisioning profile 63c80bba-c372-45a0-89e5-c969bd3cb27c has be...

    真机运行报如下错误: 这是因为项目选择自动签名,但是这个配置文件已经设置了手动签名,要么在设置中去掉自动签名,或者选择手动签名。项目中我一般习惯...

  • Resize,w 360,h 240
    HTTP host "https://maven.google.com/" is not reachable.

    下载最新的flutter3.7.7,执行flutter doctor后报错 解决办法:1、找到flutter sdk的文件目录,打开下面路径文件...

  • 已经安装Flutter和Dart还是报错:Flutter plugin not installed And Dart plugin not installed

    Mac 用 flutter doctor 检测出现以下错误,但是实际上已经安装了Flutter、Dart插件 解决方法: 注意:上面指令里的版本...