Compile. gcc 編譯 static link, dynamic link, dynamic load static link, dynamic link, dynamic load 2021-06-20 software compile
Basic Network Security. 基礎網路安全筆記 傳輸數據時的 4 個安全性問題- 竊聽、欺騙、竄改、抵賴 2021-06-19 software rsa signature SSL TLS 加密 網路安全 數位簽章 數位憑證
Soft AP on Mac. 在 Mac 上啟動 Soft AP 及 CGI handler 把 Mac 的 Wifi 當成 Soft AP 使用 2021-06-19 software mac osx
Python Asyncio 本篇整理了 asyncio 在跨 thread 的三種情境,推薦大部分時候適用的最簡單那個做法 2021-06-19 software python multithread
[LeetCode] #300 Longest Increasing Subsequence 給定一個數列,取其中若干不連續從小到大排列的數字,求該數列最大可能長度 2020-10-17 software/leetcode
[LeetCode] #105 Construct Binary Tree from Preorder and Inorder Traversal 提供 Preorder 和 Inorder 順序,重建出整棵樹 2020-08-28 software/leetcode
[LeetCode] #1239 Maximum Length of a Concatenated String with Unique Characters 提供一些字串,用其組合出不重複字元的字串,找出最大的可能長度 2020-08-27 software/leetcode
[LeetCode] #138 Copy List with Random Pointer Deepcopy 一個有 random pointer 的 linked list 2020-08-19 software/leetcode
[LeetCode] #25 Reverse Nodes in k-Group 給一個 linked list,以連續 k 個為一組,將每組都 revert,所最後出現不滿 k 個的組,該組維持不變 2020-08-15 software/leetcode