Skip to content

Commit

Permalink
refactor: 部分内容挪至下期
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengzhiHuang committed Dec 23, 2024
1 parent 2341adb commit dc975fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Reports/2024/#317-2024.12.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

[@Crazy](https://github.com/jiyan135960):JDImage 是京东使用 C++ 打造的一款跨平台的图片加载框架,主要解决系统和其他第三方加载组件的问题,比如加载速度较慢,格式支持不全等。JDImage 在架构上借鉴了 SDWebImage 与 Glide 等图片加载框架,将整体图片库分解为:图片缓存、解码器、图片源拉取、性能监控、图片组件五个部分,使用流水线设计灵活调整执行流程,满足各类的图片加载需求。最后关于 C++ 的跨端代码要根据自己项目的实际情况进行选择,使用之前对错误的捕捉与升降级一定要事先准备好。

### 🐕 [Calling Hidden Swift Functions](https://www.emergetools.com/blog/posts/calling-hidden-swift-functions)

[@AidenRao](https://weibo.com/AidenRao):这篇博文介绍了在 Swift 中调用隐藏函数的方法。Swift 中有 6 种访问级别,从 open 到 private。但是,用 Swift 编写的 Apple 框架(尤其是 SwiftUI)包含供其他 Apple 框架使用但不供第三方应用程序使用的 API。文章探讨了如何在自己的代码中调用这些函数以使用隐藏功能。

## 工具

### 🐕 [HuggingChat macOS](https://github.com/huggingface/chat-macOS)
Expand Down
5 changes: 5 additions & 0 deletions Reports/2024/#318-2024.12.30.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@

> 写的不错的技术博客,包含但不局限于 iOS、多端统一、设计、产品等
### 🐕 [Calling Hidden Swift Functions](https://www.emergetools.com/blog/posts/calling-hidden-swift-functions)

[@AidenRao](https://weibo.com/AidenRao):这篇博文介绍了在 Swift 中调用隐藏函数的方法。Swift 中有 6 种访问级别,从 open 到 private。但是,用 Swift 编写的 Apple 框架(尤其是 SwiftUI)包含供其他 Apple 框架使用但不供第三方应用程序使用的 API。文章探讨了如何在自己的代码中调用这些函数以使用隐藏功能。


## 工具

> 开发过程中常用的工具,及一些新工具的介绍
Expand Down

0 comments on commit dc975fb

Please sign in to comment.