-
在 macOS 使用 <bits/stdc++.h>
Steps 1234cd /usr/local/includemkdir bitscd bitsvim stdc++.h 在 stdc++.h 的檔案當中寫入下列資訊: 1234567891011121314151617181920212223242... -
Codeforces 暑期特訓:我想成為演算法大師 - Week 2
From LI2 Contests Group Contest 11. Binary Search Contest Problems C. Street with monuments Problem: C. Street with monu... -
Codeforces 暑期特訓:我想成為演算法大師 - Week 1
From LI2 Contests Group Contest 09. Prefix sums and countings Contest Problems C. Rectangle Sum Problem: C. Rectangle Su... -
量子計算基礎 - 從單量子位到多量子位系統
大一下去修了一門量子計算的課,前面的概念跟線性代數有滿多相似的地方,後半部分才真正開始講量子演算法。 量子計算基礎簡介 量子電腦與傳統電腦的差別,在於傳統電腦儲存資訊的最小單位是位元(bit),量子電腦則是使用量子位元(qubit)。位元可以存在一種... -
Vue Basic Syntax
Vue Basic Syntax Directives Event Binding: v-on or shorthand @click Attribute Binding: v-bind or shorthand :attribute Examp... -
Docker - Ubuntu SSH Setup
Docker - Ubuntu SSH Setup Host: Use the same port -> just change to the SSH port that does not conflict with NAS. Environm... -
設定GitHub SSH金鑰
Setup 根據email創建一個新的SSH金鑰 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 開啟ssh-agent,將私鑰加入到ssh-agent 12eval "$(ssh-age...
Hi, I'm Luke!|