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