-
Notifications
You must be signed in to change notification settings - Fork 4
Home
ShenYj edited this page Jan 1, 2025
·
363 revisions
Common
LBS
蓝牙
OC 与 Swift 混编
Object-C
- 代码混淆
- autoreleasepool
- 定时器
- 忽略编译器(clang)警告
- 锁
- RunLoop
- block
- NS_REFINED_FOR_SWIFT
- NS_CLOSED_ENUM
- NS_TYPED_ENUM、NS_STRING_ENUM
- NS_TYPED_EXTENSIBLE_ENUM、NS_EXTENSIBLE_STRING_ENUM
- 关键字nonnull和nullable
- class、objc_getClass和object_getclass方法区别
- isKindOfClass和isMemberOfClass
- 应用程序的加载
- non-lazy classes & lazy classes
- load方法
- initialize方法
- 方法的本质
- 类型编码
- self和super
- 类的内存分析
Swift 基础
- precondition
- Swift 5.x 权限控制
- Swift 5.x Array常用Api
- Swift 5.x String初始化、定义
- Swift 5.x String常用Api
- Swift 5.x String截取演练
- Swift 5.x Set 定义、创建
- Swift 5.x Set 访问和修改
- Swift 5.x Dictionary操作
- Swift 5.x Dictionary和KeyValuePairs
- Swift 5.x Dictionary与String转换
- Swift 5.x 常用高阶函数
- Swift 5.x enum 原始值
- Swift 5.x enum 关联值
- Swift 5.x enum 遍历
- Swift 5.x 递归enum
- Swift enum内存分配
- Swift 5.x 指针
- Swift 5.x for循环
- Swift 5.x break跳出循环
- Swift 5.x 变量名与关键字冲突
- Swift 5.x 类的定义
- Swift 5.x 类的继承和初始化
- Swift 5.x 关键字: final
- Swift 5.x 关键字: mutating
- Swift 5.x 修饰类方法的关键字: static
- Swift 5.x 自定义运算符
- Swift 5.x 下标: subscript
- Swift 5.x 扩展: extension
- Swift 5.x 协议: protocol
- Swift 5.x 协议和扩展
- Swift 5.x 为什么需要泛型
- Swift 5.x 泛型函数定义
- Swift 5.x 泛型类型
- Swift 5.x 泛型的类型约束
- Swift 5.x 关联类型
- Swift 5.x 为泛型定义要求
- Swift 5.x 泛型下标
- Swift 5.x 多线程
- Swift 5.x 错误处理
- Swift 5.x Codable
- Swift 5.x DispatchSourceTimer
- Swift 5.x 类库收集
- Swift 5.x Attributes
- Swift 5.x 单元测试笔记
- Swift 5.x 演练: 更多功能编辑页
- Swift 5.x 实例对象内存结构
- Swift 5.x 关键字: final、dynamic、objc和_dynamicReplacement
- Swift 5.x 关键字:@dynamicMemberLookup和@dynamicCallable
- Swift 5.x 关键字: 元类型、Type、Self
- Swift 5.x 关键字: frozen
- Swift 5.x 关键字: convention
- Swift 5.x 关键字: lazy
- Swift 5.4 关键字: propertyWrapper
- Swift(5.3.2)源码编译
- SQLite.Swift类库演练
- Swift 5.5 关键字: async/await
- Swift 5.5 新特性: Continuations
- Swift 5.5 新特性: Actor
- Swift 方法调度
- Swift Mirror
- Swift 关键字: @_silgen_name
- Swift 关键字: @_disfavoredOverload
- swiftmodule
- Swift 5.6 新特性: Type placeholders
- Swift 5.6 新特性: #unavailable
- Swift 5.6 新特性: CodingKeyRepresentable
- Swift 5.6 新特性: existential any
- Swift 5.7 新特性: if-let/guard 语法简化
- Swift 5.7 新特性: Multi-statement closure type inference
- Swift 5.8 新特性: @backDeployed
- Swift 5.9 新特性: if switch expressions
- Swift 6.0 新特性:@preconcurrency
Swift RxSwift
macOS - AppKit
iOS Assembly(ARM64)
C++ 基础
- cout、cin
- 函数重载
- 默认参数
- extern "C"
- pragma once
- inline function
- const
- Reference
- 汇编
- 类和对象
- 堆空间内存管理
- Constructor
- Destructor
- 成员变量初始化
- 声明与实现分离
- namespace
- 继承
- 访问权限
- 初始化列表
- 多态:虚函数
- 多态:虚函数实现原理
- 多态:虚析构函数
- 多态:纯虚函数
- 多态:抽象类
- 多继承
- static
- static: 单例模式
- const 成员
- 引用类型成员
- 拷贝构造函数
- 调用父类的拷贝构造函数
- 浅拷贝、深拷贝
- 对象型参数和返回值
- 匿名对象
- 隐式构造
- 编译器自动生成的构造函数
- 友元
- 内部类
- 局部类
- 运算符重载
- 模板
- 类型转换
- C++标准
- Lambda
- 异常
- 智能指针
Dart
Flutter
Go 基础 2025 TBD
Ruby 基础
React-Native
-
自动化
- 系统、底层
- Xcode 11 + OClint 0.13 代码分析失败
- Xcode 13不显示Products目录
- Tips: 过期API 定位
- ObjectMapper + RealmSwift
- GitHub图片不显示
- iOS 集成 Unity
-
macOS - AppKit
-
Swift
-
SwiftUI
ShenYj.github.io - 简书地址 - 返回首页
-
Apple
Common
蓝牙
LBS
音视频
- AVAudioSessionchange_route
- 切换线路
- StreamingKit
- Audio Unit 基础
OC 与 Swift 混编
Object-C
- 代码混淆
- autoreleasepool
- 忽略编译器(clang)警告
- 定时器
- 锁
- RunLoop
- block
- NS_REFINED_FOR_SWIFT
- NS_CLOSED_ENUM
- NS_TYPED_ENUM、NS_STRING_ENUM
- NS_TYPED_EXTENSIBLE_ENUM、NS_EXTENSIBLE_STRING_ENUM
- 关键字nonnull和nullable
- class、objc_getClass和object_getclass方法区别
- isKindOfClass和isMemberOfClass
- 应用程序的加载
- non-lazy classes & lazy classes
- load方法
- initialize方法
- 方法的本质
- 类型编码
- self和super
- 类的内存分析
Swift
- precondition
- 权限控制
- Array常用Api
- String初始化、定义
- String常用Api
- String截取演练
- Set定义、创建
- Set访问和修改
- Dictionary操作
- Dictionary和KeyValuePairs
- Dictionary与String转换
- 常用高阶函数
- enum原始值
- enum关联值
- enum遍历
- 递归enum
- enum内存分配
- 指针
- for循环
- break跳出循环
- 变量名与关键字冲突
- 类的定义
- 类的继承和初始化
- 关键字: final
- 关键字: mutating
- 关键字: lazy
- 修饰类方法的关键字: static
- 关键字: final、dynamic、objc和_dynamicReplacement
- 关键字:@dynamicMemberLookup和@dynamicCallable
- 关键字: propertyWrapper
- 自定义运算符
- 下标: subscript
- 扩展: extension
- 协议: protocol
- 协议和扩展
- 为什么需要泛型
- 泛型函数定义
- 泛型类型
- 泛型的类型约束
- 关联类型
- 为泛型定义要求
- 泛型下标
- 多线程
- Attributes
- 错误处理
- Codable
- DispatchSourceTimer
- Swift 5.x 演练: 更多功能编辑页
- Swift 5.x 类库收集
- 单元测试笔记
- 实例对象内存结构
- 元类型、Type、Self
- frozen
- convention
- Swift(5.3.2)源码编译
- SQLite.Swift类库演练
- Swift 5.5 关键字: async/await
- Swift 5.5 新特性: Continuations
- Swift 5.5 新特性: Actor
- Swift 方法调度
- Swift Mirror
- Swift 关键字: @_silgen_name
- Swift 关键字: @_disfavoredOverload
- swiftmodule
- Swift 5.6 新特性: Type placeholders
- Swift 5.6 新特性: #unavailable
- Swift 5.6 新特性: CodingKeyRepresentable
- Swift 5.6 新特性: existential any
- Swift 5.7 新特性: if-let/guard 语法简化
- Swift 5.7 新特性: Multi-statement closure type inference
- Swift 5.8 新特性: @backDeployed
- Swift 5.9 新特性: if switch expressions
- Swift 6.0 新特性:@preconcurrency
RxSwift
macOS - AppKit
-
iOS Assembly(ARM64)
-
C++
C++ 基础
- cout、cin
- 函数重载
- 默认参数
- extern "C"
- pragma once
- inline function
- const
- Reference
- 汇编
- 类和对象
- 堆空间内存管理
- Constructor
- Destructor
- 成员变量初始化
- 声明与实现分离
- namespace
- 继承
- 访问权限
- 初始化列表
- 多态:虚函数
- 多态:虚函数实现原理
- 多态:虚析构函数
- 多态:纯虚函数
- 多态:抽象类
- 多继承
- static
- static: 单例模式
- const 成员
- 引用类型成员
- 拷贝构造函数
- 调用父类的拷贝构造函数
- 浅拷贝、深拷贝
- 对象型参数和返回值
- 匿名对象
- 隐式构造
- 编译器自动生成的构造函数
- 友元
- 内部类
- 局部类
- 运算符重载
- 模板
- 类型转换
- C++标准
- Lambda
- 异常
- 智能指针
-
Flutter
Dart
Flutter
-
Go
Go 基础
-
Ruby
Ruby 基础
-
React-Native
React-Native
-
工具篇
-
Swift Package Manager
-
自动化
-
TroubleShooting
-
扩展