[Python] ::=

name ::= othername  這代表 name 和 othername 是一樣的 Ref: https://docs.python.org/3/reference/expressions.html

         続きを読む

macOS 熱鍵 (Hotkeys) 一覽

  熱鍵組合 功能說明 Command ⌘ + W 關閉視窗(程式在背景運行) Command ⌘ + Q 關閉程式 Shift ⇧ + Command ⌘ + 「.」 Finder 顯示「.」(dot) 開頭的隱藏[檔案/資料夾]

         続きを読む

[macOS] 如何統一所有資料夾的顯示方式

首先到達 root: / 在 root 你應該會看到主硬碟「Macintosh HD」 按command + j打開顯示方式選項 (view options) 將顯示方式調整好成你喜歡的樣式之後,別忘了按最下方的「做為預設值」 由於每個資料夾都會有一個.DS_Store去存放自己的顯示方式設定 所以我們必須執行下列指令將所有子資料夾的.DS_Store清空 sudo find / -name .D ...

         続きを読む

Pramp – Root of Number

Question Many times, we need to re-implement basic functions without using any standard library functions already implemented. For example, when designing a chip that requires very little memory space ...

         続きを読む
1 ... 49 ... 56
Bitnami