摘要: 号码组成 | 省份 | 所在城市 | 区县 | 出生年份 | 出生月份 | 出生日期 | | | | | | | | | 1、2 | 3、4 | 5、6 | 7、8、9、10 | 11、12 | 13、14 | | 所在派出所 | 性别 | 校验码 | | | | | | 15、16 | 17 | 阅读全文
posted @ 2022-09-18 16:49 中国架构师 阅读(376) 评论(0) 推荐(0)
摘要: | 时间 | 事件 | | | | | 1.10 | 央视著名主持人赵赫因癌症在北京离世,享年61岁。 | | 2.4 | 举世瞩目的北京第二十四届冬季奥林匹克运动会开幕式在国家体育场隆重举行。 | | 2.20 | 北京第二十四届冬季奥林匹克运动会闭幕式在国家体育场举行。中国代表团取得9金4银2铜 阅读全文
posted @ 2022-09-12 14:43 中国架构师 阅读(131) 评论(0) 推荐(0)
摘要: GitHub地址 问题 有些情况下,我们需要获取屏幕的状态栏高度,很多人使用类似下面的宏: #define StatusBar_HEIGHT (DEVICE_IS_FULL_DISPLAY ? 44.: 20.) 然而从iOS 14开始,全面屏iPho... 阅读全文
posted @ 2020-11-03 18:18 中国架构师 阅读(52) 评论(0) 推荐(0)
摘要: GitHub博客地址 GitHub Markdown地址 概述 在iOS 6之前,可以使用UIView的autoresizingMask属性进行自动适配,autoresizingMask是个枚举UIViewAutoresizing 。 typedef NS_O... 阅读全文
posted @ 2020-08-07 19:39 中国架构师 阅读(20) 评论(0) 推荐(0)
摘要: GitHub地址 MLCKit封装一些常用的iOS方法。 分成Cache、Category、LocalFolder、Macro、Proxy、UI、Utility、PhotoPermission等子pods。 Cache 缓存管理类,基于YYCache。 提... 阅读全文
posted @ 2020-01-10 20:03 中国架构师 阅读(15) 评论(0) 推荐(0)
摘要: 可以下载老版本Xcode,也可以下载beta版本。 https://developer.apple.com/download/more/?=xcode https://developer.apple.com/download/more/ ... 阅读全文
posted @ 2019-10-15 15:11 中国架构师 阅读(12) 评论(0) 推荐(0)
摘要: GitHub地址 官方下载地址:Windows版本 macOS版本 Linux版本 v1.9.1+hotfix.4 Release Date 2019/10/2 Flutter 1.9.1+hotfix.4 • channel stable • https:/... 阅读全文
posted @ 2019-10-11 17:28 中国架构师 阅读(38) 评论(0) 推荐(0)
摘要: GitHub地址 URL编码 api接口文档,iOS7及以上可用: - (nullable NSString *)stringByAddingPercentEncodingWithAllowedCharacters:(NSCharacterSet *)allo... 阅读全文
posted @ 2019-09-30 18:22 中国架构师 阅读(41) 评论(0) 推荐(0)
摘要: GitHub地址 终端执行gem install bundler:1.17.3会失败,前面加上sudo也不行,报/usr/bin没有写入权限 Fetching bundler-1.17.3.gemERROR: While executing gem ... ... 阅读全文
posted @ 2019-09-30 14:32 中国架构师 阅读(169) 评论(0) 推荐(0)
摘要: GitHub地址 ijkplayer 地址 iOS 解决Main Thread Checker: UI API called on a background thread: -[UIApplication applicationState] Xcode 9以后... 阅读全文
posted @ 2019-09-22 13:52 中国架构师 阅读(120) 评论(0) 推荐(0)