240 发简信
IP属地:河南
  • 安装 phyton 3.1.11

    1. 安装 Homebrew(如果未安装) Homebrew 是 macOS 上的包管理器,用来安装 OpenSSL 非常方便。打开终端执行: ...

  • 安装protoc-gen-swift1.28.2版本

    一、背景 新版的protoc-gen-swift(如1.33.3)输出的pb文件格式类似这样: staticlet_protobuf_nameM...

    1.7 67 0 1
  • 用https登录git

    当你使用 HTTPS 方式 执行 pod install 并提示输入 用户名和密码 时,这通常是因为你的私有 Git 仓库启用了 HTTP Ba...

    1.7 63 0 1
  • @usableFromInline 和 @inlinable 的区别

    @usableFromInline 和 @inlinable 都是 Swift 中用于控制函数内联的属性,但它们有着不同的用途和含义。 •用途:...

  • OC中的方法查找机制

    场景:类A继承自类B,类B继承自类C,我想调用类A的fun方法,但A未实现该方法,类B也未实现fun方法,但是他实现了forwardInvoca...

  • Parameter of overriding method should be annotated with __attribute__((noescape))

    在参数前加__attribute__((noescape)), 没加时报警告: - (NSArray*)mas_makeConstraints:...

  • Guideline 2.5.1 - Performance - Software Requirements

    Guideline 2.5.1 - Performance - Software Requirements Your app uses the ...

  • 特殊字符

    返回 日文く⋁

  • UITextView字数限制-防止粘贴超过限制

    - (BOOL)textView:(UITextView*)textView shouldChangeTextInRange:(NSRange)...