Java java.sql.Timestamp簡介。
2020/6/5
Use milliseconds to record date time
In my current working project, our team uses milliseconds to record the moment of DML. The problem is using milliseconds is not intuitive for developers to read. They cannot tell the time through the long number. I have to copy the long number and use online converter to translate milliseconds to readable date time information when debugging, such a pain.
I asked a member about the reason, he told me maybe they wanted to record time directly by Java System.currentTimeMillis().
I would use TIMESTAMP instead.
2020/6/4
JWK (JSON Web Key) 是什麼?
JSON Web Key,簡稱JWK,是以JSON物件表示,用來驗證JWT的signature(簽章)的公開金鑰(cryptographic key)。
2020/6/2
2020/6/1
Spring AOP get method advice annotation and parameters
在Spring AOP透過從annotation advice取得方法的annotation。
訂閱:
文章 (Atom)