文章列表

2.1k2 分鐘

在出去 hexo live2d 的世界外, 我們還有一個神奇的 live2d widgets 可以使用。當然要做的步驟就多不少了。但相對的,他的功能也更多地多樣化。 # 安裝 如果我是懶人,最簡單的方法就是去 GitHub 的 readme 上獲取即食罐頭 <script src="https://fastly.jsdelivr.net/npm/live2d-widgets@0/autoload.js"></script> , 然後放到網頁裏。 當然你會發現 hexo 好像沒得
1k1 分鐘

# Radix Radix (基數) forms the basic of number system. While radix basically mean how many numbers you can put into one digit. For a radix-R system R∈ZR \in {\mathbb Z}R∈Z, The the value of those numbers will be: N=∑mn−1ai×Ri,for ai∈0,...,R−1N = \sum^{n-1}_{m} a_i \times R^i, for\ a_i \in {
3.4k3 分鐘

# Logic Expression ∧: stands for and, if both a and b are true, they are true\land \text {: stands for and, if both a and b are true, they are true}∧: stands for and, if both a and b are true, they are true ∨:stand for or, if a is true or b is true, ther are true\lor: \text {stand for or, if a is tr
2.8k3 分鐘

# Introduction If you have learnt python, you may heard of a datatype call set , in math set is a collection of objects, which may seems similar to what the set in python. Following content will you what symbols are there related to set base on you have the concept that what set and subset is.
4.4k4 分鐘

是的,博主突然就成功了,發現之前無限加載原來是 Cloudflare 導致的,由於啓用了 rocket loader 會令網頁 Async 加載 js,估計是那個地方出了點岔子。只要將他關閉就可以了。 這次的 Dockerfile 如下 船新版本FROM node:latest# Set the server port as an environmentalENV HEXO_SERVER_PORT=4000# Set the git username and emailENV GIT_USER="ketsuro"ENV GIT_EMAIL=&q
3.1k3 分鐘

# 起因 有鑒於於 ShokaX 已經更新到 4.0 以上的版本。 我本來想趁著暑假來給 ShokaX 來個升級,從現在的 3.4,升級到 4.6。 # 經過 首先我改了一下 Dockerfile,因爲 ShokaX 的 cli 已經被放棄了,所以安裝方法也順利成章的成爲 npm add。結果如下 小小進行修改後的DockerfileFROM node:latest# Set the server port as an environmentalENV HEXO_SERVER_PORT=4000# Set the git username and emailENV GIT_USER&
3k3 分鐘

# 介紹 這個雜談主要是分享一下我在用 Shokax 主題的時候的 dockerfile。 由於在插入這個主題的時候并沒有 shokax 的 image,然而 shokax 又有自己的 commandline。所以安全起見,就決定嘗試學一學 dockerfile,自己動手,豐衣足食。 # Dockerfile for Hexo & ShokaX Dockerfile 是參考自 spurin/docker-hexo 的 repo,加上了 ShokaX 主題而已,有關 composer 和 config 的設定請見這裏 Dockerfile for Hexo & Shok
2.5k2 分鐘

This post gonna share you some experience on HKDSE ICT elective. As the syllabus gonna change on 2025 DSE, so please be aware of your year of taking DSE inorder not to take wrong advise. # How to earn better marks in this Exam? It's easy for you to earn a great mark, remember. If you wanna get
1691 分鐘

# 簡介 博主是個正就讀電腦科學的大學生。衆所周知,大學生總是沒什麽含金量,所以我也是這一批人。這個 blog 呢,主要是拿來分享我日常生活裏搗鼓新東西的記錄,也許也會記下某些筆記和分享吧。 # 設立服務器的心路歷程 我就是個 天才 (雑魚) # 結語 嘛...... 先就這樣吧,畢竟還有不少功能還沒完善的。有小白的話歡迎一起交流捏。