前言 幾年前寫過一篇 Spring Security 相關(guān)博文:Spring Boot - 集成 Spring Security[https:/...
簡介 我們知道,在 Android 中,View 繪制主要包含 3 大流程: measure(測(cè)量):主要用于確定 View 的測(cè)量寬/高。 l...
簡介 Vue Router[https://next.router.vuejs.org/] 是 Vue[https://v3.vuejs.org...
前言 很久之前,有寫過一篇博文介紹下 Redis 相關(guān)內(nèi)容及操作:Redis 學(xué)習(xí)筆記[http://www.itdecent.cn/p/81...
前言 當(dāng)前基本上對(duì)數(shù)據(jù)庫的操作,都會(huì)使用 ORM 框架。 在 Java 后端方面,ORM 框架主要有兩類:Hibernate 和 MyBatis...
簡介 Spring Security 對(duì)認(rèn)證、授權(quán)和常見漏洞[https://docs.spring.io/spring-security/si...
前言 在目前主流的前后端分離項(xiàng)目中,橋接前后端的就是接口,因此,一份簡潔易懂的接口文檔就顯得非常重要了。幸運(yùn)的是,我們不必手動(dòng)去編寫這些接口文檔...
簡介 LiveData[https://developer.android.com/reference/androidx/lifecycle/L...
簡介 當(dāng)前大前端主流的架構(gòu)為 MVVM,即 Model-View-ViewModel,Model 表示數(shù)據(jù)模型,View 表示視圖模型,視圖與數(shù)...