資料結構與演算法:LRU 快取機制
快取的實做方式有好幾種,這次說明LRU快取實做的概念。
Posted by
Joseph
on
May 09, 2020 ·
1 mins read
資料結構與演算法:Splay Tree 伸展樹
Splay Tree 學習筆記。
Posted by
Joseph
on
May 03, 2020 ·
8 mins read
資料結構與演算法:Red Black Tree 紅黑樹 part 2
這篇主要在說明紅黑樹的刪除怎麼處理,第一部份的連結。
Posted by
Joseph
on
April 28, 2020 ·
18 mins read
資料結構與演算法:Red Black Tree 紅黑樹 part 1
紅黑樹學習筆記。
Posted by
Joseph
on
April 28, 2020 ·
21 mins read
HackerRank - Huffman Decoding
解個題順便複習 Huffman Tree。
Posted by
Joseph
on
February 03, 2020 ·
10 mins read
HackerRank - Array Manipulation
Posted by
Joseph
on
January 27, 2020 ·
10 mins read
HackerRank - Forming a Magic Square
HackerRank上 Forming a Magic Square 問題解決方式。
Posted by
Joseph
on
January 23, 2020 ·
6 mins read
HackerRank - New Year Chaos
久久沒解題,結果腦袋在解題過程中卡死。
Posted by
Joseph
on
January 04, 2020 ·
9 mins read
使用Rsync進行檔案異地備份
Posted by
Joseph
on
December 22, 2019 ·
13 mins read
透過SAMBA讓CentOS與Windows共享目錄
第一次設定SAMBA,讓CentOS與Windows共享目錄,因此簡單做一個筆記紀錄。
Posted by
Joseph
on
November 01, 2019 ·
7 mins read
Cross-Site Scripting (XSS ) 攻擊
Posted by
Joseph
on
September 19, 2019 ·
11 mins read
Git - submodule 使用方式
關於 git submodule 基本使用方式筆記。
Posted by
Joseph
on
August 25, 2019 ·
2 mins read
Rxjs - Operators part I
Observable Operator使用方式。
Posted by
Joseph
on
July 14, 2019 ·
38 mins read
Rxjs - 建立Observable
查了一下 rxjs文件,發現rxjs 上除了自己平常使用的建立Obsservable方法外,還有提供其他沒用過的建立方式,這邊看的同時也做一個記錄。
Posted by
Joseph
on
July 09, 2019 ·
38 mins read
SQL Server 新增 Mirror DB筆記
總覺得這不會是最後一次設定SQL Server之鏡像功能,這次過程中花費不少時間在處理設定面的問題,故記錄下來以便未來回顧。
Posted by
Joseph
on
June 22, 2019 ·
5 mins read
資料結構與演算法:AVL Tree
這次圖片較多,進入前請三思。
Posted by
Joseph
on
June 22, 2019 ·
27 mins read
Deploy Angular 程式到 Github page
我到今天才知道原來Angular專案也可以放上 github page!
Posted by
Joseph
on
June 13, 2019 ·
3 mins read
資料結構與演算法:Binary Search Tree 二元搜索樹
記錄Binary Search Tree學習筆記。
Posted by
Joseph
on
May 19, 2019 ·
25 mins read