Skip to content

Commit

Permalink
Fix 格式问题 & 链接错误 & 部分修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongzhi Zhao committed Jan 23, 2022
1 parent 951a64b commit 1b99190
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Reports/2022/#190-2022.01.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

## 文章


### 🌟 🐕 [Bazel](https://bazel.build/)

[@红纸](https://github.com/nianran):Bazel 是最近比较热点的话题之一。作为新的构建系统,它具有远端缓存、远端执行、跨平台、高度扩展、高性能等诸多特性。不仅仅局限于 iOS 的构建领域,在其 Rules 的帮助下,可以扩展很多可能性。
Expand All @@ -19,9 +18,9 @@
- 几篇分享:
- [用 bazel 更快更稳定的构建 iOS 项目](https://bilibili.github.io/2020/07/22/bazel_ios.html)
- [基于 Bazel的 iOS MonoRepo 实践](https://mp.weixin.qq.com/s/zFrKoHPBv3qz8TiwdqP8Fw)
- [https://engineering.linecorp.com/en/blog/improving-build-performance-line-ios-bazel/](Improving Build Performance of LINE for iOS with Bazel)
- [Improving Build Performance of LINE for iOS with Bazel](https://engineering.linecorp.com/en/blog/improving-build-performance-line-ios-bazel/)
- 几个工具库:
- [PodToBUILD](https://github.com/pinterest/PodToBUILD):将 Cocoapods 的仓库转化为 Bazel 的 BUILD 文件,其并没有进行完整的支持
- [PodToBUILD](https://github.com/pinterest/PodToBUILD):将 Cocoapods 的仓库转化为 Bazel 的 BUILD 文件
- [cocoapods-bazel](https://github.com/bazel-ios/cocoapods-bazel):Cocoapods 的 bazel 插件
- [tulsi](https://github.com/bazelbuild/tulsi):将 Bazel 的 BUILD 工程转成 Xcode 识别的 xcodeproj 工程
- [xchammer](https://github.com/pinterest/xchammer):将 Bazel 的 BUILD 工程转成 Xcode 识别的 xcodeproj 工程
Expand Down Expand Up @@ -51,7 +50,6 @@

[@Leo](https://github.com/leomobiledeveloper):卡顿、卡死会造成应用体验大幅下降,进而影响留存、时长等核心业务数据。本文介绍了字节 APM 框架 Heimdallr 是如何监控卡顿卡死的,细节在字节系应用上验证和完善,被证明了是一套全面、稳定、可靠的技术方案。


### 🐢 [移动域全链路可观测架构和关键技术](https://mp.weixin.qq.com/s/grW6r_cpmrxEJ-pMacKtGg)

[@xiaofei86](https://github.com/xiaofei86):监控告诉我们系统的哪些部分是工作的,而可观测性告诉我们那里为什么不工作了[[1]](https://xie.infoq.cn/article/598fd893709f01ae751dbd7b8?utm_medium=article)。相比传统的监控,可观测性能够通过结合数据,并且将数据有机联系在一起,产生更好的连接,帮助我们更好的观察系统的运行状况,快速定位和解决问题。
Expand Down Expand Up @@ -89,7 +87,7 @@

[@anotheren](https://github.com/anotheren):在最新的 iOS 15 中,Swift/SwiftUI 在内置 App 的使用率进一步提升,如果你还在犹豫新技术的使用,看看 Apple 对于有内置 App 的改变。

### 🌟 🐕 [iOS之深入理解Image与MachO](https://juejin.cn/post/7053289480131706911)
### 🌟 🐕 [iOS 之深入理解 Image 与 MachO](https://juejin.cn/post/7053289480131706911)

[@J_Knight_](https://github.com/knightsj):本文介绍了 Mach-O 以及其三个主要部分:Header、Load Commands 和 Data 的数据结构和功能。也介绍了 image、 Segment 和 Section 的相关操作 API

Expand Down Expand Up @@ -135,7 +133,7 @@

### [XMachOViewer](https://github.com/horsicq/XMachOViewer)

[@Damien](https://github.com/ZengyiMa):XMachOViewer 是支持 Windows、Linux 和 MacOS 的 MachO 文件查看器和编辑器。它具备以下下能力
[@Damien](https://github.com/ZengyiMa):XMachOViewer 是支持 Windows、Linux 和 MacOS 的 MachO 文件查看器和编辑器。它具备以下能力

* 启发式扫描
* 字符串查看器
Expand Down

0 comments on commit 1b99190

Please sign in to comment.