【Aus】有「勇」無謀-出發篇

2022年2月,無視疫情的前往袋鼠國,趁著過年的尾聲,於熱鬧結束時飛行,也許那樣更加的能夠沒遺憾或者不會後悔自己所做的決定。 我會說是「還債」,同時對不起我的英文老師,至從做了Programming相關的工作後接觸到英文,也是最直接能夠吸收知識、新技術的資訊。 本人我大學荒誕的蹺課,高中一箱箱的啤酒都成了過去,台灣的朋友以及家人確實是最難痛下出國決定的。 人生嘛,三十而立,三十歲之後如果 ...

【py】 Jieba 斷詞

e.g. 文字雲 image e.g. 錯字偵錯系統 小明今添天不上般班 e.g. 語意查詢 ![image](https://user-images.git ...

【cmd】The Windows Ternimal Quickly Open

微服務需要個別開啟的時候,可以透過以下指令於Ternimal執行,快速開啟多個終端機和頁籤。 wt --title 訂單服務 -p Order --tabColor "#009999" -d D:\proj\Order --suppressApplicationTitle ; wt new-tab --title 出貨服務 -p Invoice -d -d D:\proj\2 ...

【py】 Lambda in Python

import collections import functools from os import name from functools import reduce import itertools Immutable Player = collections.namedtuple('Player',[ 'name', 'field', 'born', ...