https://www.cnblogs.com/cynthia-wuqian/ 設(shè)備: mac電腦一臺、hhkb鍵盤一個 初級配置(1)調(diào)節(jié)hhkb的模式為Macintosh...
https://www.cnblogs.com/cynthia-wuqian/ 設(shè)備: mac電腦一臺、hhkb鍵盤一個 初級配置(1)調(diào)節(jié)hhkb的模式為Macintosh...
HHKB是PFU生產(chǎn)的靜電容系列鍵盤,按鍵觸發(fā)方式與機械鍵盤不同。主要針對文字輸入而設(shè)計。我終于還是按耐不住入手了,購買的版本是HHKB pro BT。 首先簡單說一下個人使...
Spring三級緩存是為了解決對象間的循環(huán)依賴問題。 A依賴B,B依賴A,這就是一個簡單的循環(huán)依賴。 我們來先看看三級緩存的源碼: 獲取Bean的源碼 注意上面的getSin...
本文是17年寫的,至今過去多年,有一篇更好的文檔: https://superfastpython.com/python-asyncio/[https://superfast...
樹莓派通過 deb 安裝包安裝Docker,通過 deb 安裝包安裝 查看內(nèi)核版本及架構(gòu) 查看 debian 版本 deb包地址 然后選對應(yīng) debian 版本的/pool/...
RotatingHandler 簡介 Python 的 logging 模塊提供了兩個支持日志回滾的 FileHandler 類,分別是 RotatingFileHandle...
Python3 logging (日志) 時間:2019-05-13環(huán)境:python3.7.3官方文檔:https://docs.python.org/3/library/...
可以使用以下的方法,會更簡單,由 androidx.lifecycle:lifecycle-runtime-ktx 提供。
lifecycleScope.launchWhenStarted {
// VM 的 StateFlow 的 collect 從而引發(fā)的 UI 變化的邏輯
}
源碼中說,Launches and runs the given block when the Lifecycle controlling this LifecycleCoroutineScope is at least in Lifecycle.State.STARTED state.
The returned Job will be canceled when the Lifecycle is destroyed.
See Also: Lifecycle.whenStarted, Lifecycle.coroutineScope
意思是當 Activity 至少是 STARTED 的狀態(tài),才會被啟動 Coroutines,在 destroyed 的時候會被 canceld 掉。
協(xié)程進階技巧 - StateFlow和SharedFlow前言 在之前的《即學即用Android Jetpack - Paging 3》[http://www.itdecent.cn/p/e3be24b0a4e4]中,我們談到了因...
前言 在之前的《即學即用Android Jetpack - Paging 3》[http://www.itdecent.cn/p/e3be24b0a4e4]中,我們談到了因...