240 发简信
IP属地:广东
  • Library/Ruby/Gems/2.6.0/extensions/universal-darwin

    To see why this extension failed to compile, please check the mkmf.log w...

  • /bin/sh: dart: command not found

    一般是dart sdk环境配置问题在配置文件里添加export DART_HOME= /Users/xx/Documents/flutter/b...

  • C++之Lambda表达式

    格式:返回类型 (*指向该表达式的指针)(参数) = [] (参数) -> 返回类型{}; 输出Lambda53类似于其他语言的闭包、block...

  • C++ const对象与函数

    1.const 修饰类的成员变量,表示成员常量,不能被修改。 2.const修饰函数承诺在本函数内部不会修改类内的数据成员,不会调用其它非 co...

  • C++多态之虚函数本质

    打印结果animal runanimal run4我们传入了指向dog对象的指针,预期的是调用子类dog里的run函数,可实际还是调用父类,要实...

  • 对象直接访问与指针访问

    代码 打印如下0x7ffeefbff430 id = 10,age = 20,height = 300x7ffeefbff430 id ...

  • Resize,w 360,h 240
    tar: Error opening archive: Failed to open

    在用brew安装QT时遇到这样的报错

  • flutter module A problem occurred evaluating settings

    'flutter_module/.android/include_flutter.groovy' 改为'工程名/flutter_module/....

  • Resize,w 360,h 240
    This application’s bundle identifier does not match its code signing identifier

    真机运行出现这问题,我这里原因是使用了carthage更新dfu第三方,解决方法: 1.进入Building Phases,左上角有个+,点击选...