原创 cURL Tutorial

created: 2023/1/23   cURL basic usage   curl <url> Downloading Files with cURL -o, --output <file> curl -o v

原创 [WIP]Groovy Tutorial

Created: 2022/12/26  My feeling at this moment is just someting like these emojis: 😂😎😌 Overview     Features of Gro

原创 [WIP]Unix / Linux Shell Programming

Created: 2022/12/17   What is Shell?     A Shell provides you with an interface to the Unix system. It gathers inpu

原创 [WIP]Unix / Linux for Beginners

創建: 2022/12/9  https://www.tutorialspoint.com/unix/index.htm Get Started  Kernel The kernel is the heart of the o

原创 【WIP】get started to docker

創建: 2022/8/2   Introduction to Docker                     Docker Basics and Common Commands  

原创 [WIP]typescript get started

created: 2021/11/19   https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html Types by Inference

原创 [WIP] Java Optional

創建: 2021/10/4   想想當年遇到新的,都會系統看一遍,把扁平的文字總結成一整張表格一樣的博客。這一年很少能靜下來這麼做了,年紀也增長了不少,那種單純的總結技術的時代似乎漸行漸遠了。 不管怎樣吧,從今天開始,以後也要靜下心老老實實

原创 [WIP]C++ Objects Oriented

Created: 2021/08/11   Classes & Objects  class definition   class sample { int a; // this scope is private

原创 20210420日常

也沒啥說的,買到了,今天就能送到 電子版以前就買了,奈何自己的ipad屏幕壓壞了,想買新的ipad但是也沒貨,有貨ipad pro要10萬多, 想想個人只是拿來看書的,短期內不確定到底要不要買,暫時看看紙質版好了。 替代項也有,什麼kind

原创 20210419日常

創建: 2021/04/19   最近也比較忙,沒什麼說的。開始用英語學東西了。 5年前一開始算法學算法是用C,後來去年開始用Ruby來實現了。然後作爲第一個用英語開始學的東西,打算拿Python入手。 後面算法的實現也索性都用Python

原创 【WIP】Python 基礎

創建: 2021/04/19   背景:   本來沒法算學的,因爲已經實際工作使用很多語言了。之所以開始學,   原因兩點。第一點,最近開始重學算法,雖然說是C但是書上其實算是模擬代碼,我幾年前學的時候是用C語言去實現的,但是C語言嘛,效率

原创 [WIP]SQL

創建: 2021/4/11   安裝與使用(mac) 安裝    brew install postgresql brew services start postgresql # 開機自動啓動服務器, 數據庫不連接幾乎不佔資源,

原创 [WIP]Java annotation

創建: 2020/12/11   留個坑。其實用到最多的就@Override. 自定義什麼的很少用的, 以後有時間補上

原创 [WIP]Java enum

創建: 2020/12/10   https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html

原创 Java 函數接口Functional Interface

創建: 2020/11/27 完成: 2020/11/27   https://docs.oracle.com/javase/8/docs/api/java/util/function/package-summary.html Functi