原创 TDDL(Taobao Distribute Data Layer)中間件的學習

TDDL是基於java語言的分佈式數據庫系統。 大型互聯網架構中,數據存儲會面臨讀寫容量瓶頸問題,比如在“雙十一網購狂歡節”活動中,核心數據存儲集羣讀寫日訪問量可以達到100億以上。這種場景下,單機數據庫方式必定面臨極大挑戰。TDDL 就

原创 JSR303數據校驗註解

JSR303註解 註解     功能 @Notnull    驗證對象是否不爲mul,無法檢査長度爲0的字符串,於驗證基本數據類型 @Null    驗證對象是否爲null @AssertTrue    驗證 Boolea

原创 spring-02-hellospring

  目錄結構: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xm

原创 Mysql計時器定時更新功能

create table Status( statusId int not null auto_increment COMMENT '狀態id', statusName varchar(50) not null COMMENT '狀態

原创 Spring-01-ioc1

  解釋都在註釋裏面~ 目錄結構:   pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0"

原创 Spring-study(目錄結構+pom.xml的父工程配置)

看完以下內容接着看:https://blog.csdn.net/lgz0921/article/details/104574002 接下來的spring用到的數據庫是Mybatis的數據庫,畢竟要整合呀! 目錄結構: pom.xml

原创 MyBatis-09-緩存

Mybatis的最後一部分啦,學完這個就可以搞Spring了,接下來我會慢慢更新Spring5,最近在準備面試,更新較慢,諒解一哈~~ 目錄結構: pom.xml <?xml version="1.0" encoding="UTF-8

原创 MyBatis-06-多對一

看完以下內容接着看:https://blog.csdn.net/lgz0921/article/details/104557260 目錄結構: pom.xml: <?xml version="1.0" encoding="UTF-8"

原创 MyBatis-07-一對多

看完以下內容接着看:https://blog.csdn.net/lgz0921/article/details/104557630 目錄結構: pom.xml: <?xml version="1.0" encoding="UTF-8"

原创 MyBatis-08-動態SQL

看完以下內容接着看:https://blog.csdn.net/lgz0921/article/details/104557800 目錄結構: pom.xml <?xml version="1.0" encoding="UTF-8"?

原创 阿里第一次面試題目

感謝阿里給了面試機會   自我介紹 數組和鏈表的區別 抽象類和接口的區別 介紹一下堆和棧 hashmap的底層 tcp udp mybatis緩存 ioc 完全二叉樹和滿二叉樹的區別 項目介紹 什麼時間開始學習java java虛擬機有了

原创 HDU——3930(N次剩餘)

There is a way of encryption in the Digital planet. If the number x, who lives in M area, K layer, then it will change

原创 幾何公式:

凸多邊形的對角線最多能將其內部分成幾個區域:(n-1)(n-2)(n^2-3n+12)/24

原创 MyBatis-02-屬性別名優化+映射器

看完以下內容接着看:https://blog.csdn.net/lgz0921/article/details/104228639 目錄結構: pom.xml: <?xml version="1.0" encoding="UTF-8"

原创 MyBatis-04-日誌(log4j+標準的日誌工廠)+分頁(Limit+RowBounds)

最近一直在寫項目,好久沒更新啦!!!   看完以下內容接着看:https://blog.csdn.net/lgz0921/article/details/104298254 目錄結構:其中log文件夾是log4j配置自動生成的。   p