Homepage
Open in app
Sign inGet started
Skyler Record
  • Golang
  • Java
  • 面試
  • Linux筆記
  • Notes
  • Leetcode
Tagged in

Java

Skyler Record
Skyler Record
工作/程式
More information
Followers
14
Elsewhere
More, on Medium
  • Java
Go to the profile of Chung-chun Lo
Chung-chun Lo in Skyler Record
Jan 19, 2019

Spring 中使用 Sql2O

什麼是Sql2O?

Sql2O是一個小型的Java資料庫,主要目的是為了讓我們在程式中對於資料庫的操作變得更佳簡單。在抓取資料時會自動的將資料映射到POJO中就如同其他ORM一樣,但是Sql2O並…

Read more…
Go to the profile of Chung-chun Lo
Chung-chun Lo in Skyler Record
Jan 19, 2019

Spring Boot 介紹

什麼是Spring Boot

Spring…

Read more…
Go to the profile of Chung-chun Lo
Chung-chun Lo in Skyler Record
Jan 19, 2019

控制反轉(IOC)/依賴注入(DI)

控制反轉與依賴注入介紹

控制反轉 (IOC , Inversion of Control)

一種設計原則:主要目的是降低程式之間的耦合。

相信大家應該多少都有追劇的經驗,

像是 : 如懿傳、延禧攻略、冰與火之歌、紙牌屋、voice、鬼怪….等等的。

Read more…