文章列表
什麽?還有更好的L2D
在出去 hexo live2d 的世界外, 我們還有一個神奇的 live2d widgets 可以使用。當然要做的步驟就多不少了。但相對的,他的功能也更多地多樣化。
# 安裝
如果我是懶人,最簡單的方法就是去 GitHub 的 readme 上獲取即食罐頭 <script src="https://fastly.jsdelivr.net/npm/live2d-widgets@0/autoload.js"></script> , 然後放到網頁裏。
當然你會發現 hexo 好像沒得
more...Some stuff about Number system
# 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 {
more...Mathematical logic
# 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
more...Set Theory
# 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.
more...ShokaX 4.11 遷移成功
是的,博主突然就成功了,發現之前無限加載原來是 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
more...一次失敗的ShokaX 升級
# 起因
有鑒於於 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&
more...有關shokax的雜談
# 介紹
這個雜談主要是分享一下我在用 Shokax 主題的時候的 dockerfile。 由於在插入這個主題的時候并沒有 shokax 的 image,然而 shokax 又有自己的 commandline。所以安全起見,就決定嘗試學一學 dockerfile,自己動手,豐衣足食。
# Dockerfile for Hexo & ShokaX
Dockerfile 是參考自 spurin/docker-hexo 的 repo,加上了 ShokaX 主題而已,有關 composer 和 config 的設定請見這裏
Dockerfile for Hexo & Shok
more...ICT DSE 簡介
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
more...