0%

Bulletin Board

Hello, here is smallstars’s blog bulletin board! I hope you will like my blog, and you can also leave your link in the comment area, thanks.

Read more »

Vue3 optimization

Differences of Vue2 and Vue3

Read more »

Cron

Cron is a timed execution tool under Unix-like, which can run jobs without manual intervention.

Read more »

Markdown

Markdown is a lightweight markup language that can be used to add formatting elements to plain text documents. I recommend Typora as the editor

Read more »

Mustache

mustache.js is a zero-dependency implementation of the mustache template system in JavaScript. Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object.

Read more »

Vue3

Vue.js is a progressive JavaScript Framework

Read more »

Linux

Here, I will slowly update some knowledge points about Linux

Read more »

KMP

KMP algorithm is an improved version of pattern matching. It’s reduced the number of repeated mathcing.

Read more »