240 发简信
IP属地:北京
  • Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies

    flutter clean delete /ios/Pods delete /ios/Podfile.lock flutter pub get ...

  • Flutter生命周期

    一、Widget生命周期阶段 flutter生命周期大体上可以分为三个阶段:初始化、状态变化、销毁。 1.初始化阶段对应执行构造方法和initS...

  • Git忽略.DS_Store文件

    .DS_Store(英文全称 Desktop Services Store)是一种由苹果公司的Mac OS X操作系统所创造的隐藏文件,目的在于...

  • Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierT...

    2022-06-06 10:01:26.447 xcodebuild[11700:269888] Requested but did not f...

  • MAC:不能完成此操作,因为项目‘xxxx’正在使用中

    SIP 全称为「System Integrity Protection」即「系统完整性保护」,是 OS X El Capitan 时开始采用的一...

  • iOS主动抛出异常@throw

    有时候调试需求,需要人为的抛出异常,使程序崩溃退出,这时候就用到@throw 运行程序会出现如下打印:

  • NSDateFormatter常用格式化字符串

    年 y 显示不带前导零的年份(2009、2019)yy 显示带前导零的年份后两位(09、19)yyy 显示四位数字年份(2009、2019)yy...

  • iOS 如何禁止暗黑模式

    一、全局关闭暗黑模式: 在Info.plist中增加Appearance或UIUserInterfaceStyle,值为Light,如下:注:A...

  • Block作为成员变量时@property的参数使用哪个?

    正确的是:应使用Copy。 block如果用到了self,就会retain self ,如果是strong的话,就造成了循环引用。当然,使用re...

个人介绍
与己方便,与人方便