mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-24 20:00:37 +00:00
docs: Electron 原理
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
# APM
|
||||
|
||||
> Application Performance Management 应用性能管理对一个应用的持续稳定运行至关重要。所以这篇文章就从一个 iOS App 的性能管理的纬度谈谈如何精确监控以及数据如何上报等技术点
|
||||
@@ -3041,7 +3037,7 @@ self.didCompleteObserver = [[NSNotificationCenter defaultCenter] addObserverForN
|
||||
|
||||
简易版本。
|
||||
|
||||
|
||||
`45r
|
||||
|
||||
## 六、 电量消耗
|
||||
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
# WKWebView 技巧集
|
||||
|
||||
UIWebView 已经不被推荐了,所以工程中需要扫描有无使用 UIWebView。在工程终端命令行中执行下面代码
|
||||
```shell
|
||||
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView
|
||||
```
|
||||
Reference in New Issue
Block a user