Skip to content

Commit d1250d3

Browse files
committed
笔记
1 parent 77e854a commit d1250d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iOS_Tips/DarkMode/WorkIssues/面试题.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
* 63、[线程和进程的区别](https://www.jianshu.com/p/68b274548069)
7171
* 64、[对于大图片加载引起的oom问题,怎么处理](https://www.jianshu.com/p/52e3535dd37c)
7272
* 65、[Crash堆栈和符号的对应解析符号化](https://www.jianshu.com/p/29051908c74b)
73-
* 66、[IPA包签名原理]()
73+
* 66、[IPA包签名原理](https://juejin.cn/post/6844903744233013262)
7474
* 67、[load的详细过程](https://blog.csdn.net/Lea__DongYang/article/details/79702537)
7575
* 68、[卡顿监测原理](https://www.jianshu.com/p/8123fc17fe0e)
76-
* 69、[组件化过程中的坑]()
76+
* 69、[组件化过程中的坑](https://www.jianshu.com/p/a869650dd3b6)
7777
* 70、[Mach-O文件](https://www.jianshu.com/p/7c87e115492d)[深入iOS系统底层之程序映像](https://www.jianshu.com/p/3b83193ff851)
7878
* 71、[深入理解Tagged Pointer](https://www.jianshu.com/p/c9089494fb6c)
7979
* 72、[iOS 的渲染机制以及 UIView 的自动布局流程](https://www.dazhuanlan.com/2020/01/31/5e33cdfb28a2a/)
80-
* 73、[MD5、AES、RSA等加密原理]()
80+
* 73、[MD5(哈希/摘要算法)、AES和DES(对称加密)、RSA(非对称加密)](https://blog.csdn.net/seoyundu/article/details/88112861)
8181
* 74、[pod install和pod update的区别](https://blog.csdn.net/jhope/article/details/81535586)
8282
* 75、[跨平台框架原理]()
8383

@@ -96,7 +96,7 @@
9696
* 10、[tcp,为什么4次断开,tcp的拥塞机制,为什么这么设计]()
9797
* 11、[TCP/UDP]()
9898
* 12、[图解 | 什么是HTTP简史](https://mp.weixin.qq.com/s/LV3cFpQtMUntMg6zn-01pQ)
99-
* 13、[Charles抓包原理]()
99+
* 13、[Charles抓包原理](https://www.jianshu.com/p/f6f6a21e17c0)
100100

101101
### 算法
102102

0 commit comments

Comments
 (0)