System to Success

进步记录系统简介 在这篇文章里,我想要描述一个普适性的进步记录系统。该系统的意义是为了能够让我们在日常生活中,为自己建立一个目的与意义,我们将...

October 15, 2023 · 6 min · 2682 words · Rayguo17

Bank Model Concurrency

In this post, we talk about the concurrency model introduced in CMU15-440 P0 Part A project. Reading and Learning the Recitation of Go Concurrency will help you gain comprehensive understanding of Go concurrency pattern. The Go Currency Examples As you can see, Main routine is where the action get executed. Member functions like withdraw, deposit and checkBalance are all just a way to register action to the main routine. After registering the action, Main routine will select one of the action every time, does not care about the order (in random), But will eventually execute all the action....

November 5, 2022 · 2 min · 258 words · Rayguo17

First Post

终于,我下定决心想要写blog了!这算是自己想要用心经营的第一份事业。在这篇文章里,我想要谈谈自己对于blog的看法,为什么写blog,以及...

October 26, 2022 · 3 min · 1022 words · Rayguo17

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. ...

March 11, 2019 · 3 min · 500 words · Hugo Authors

Emoji Support

Emoji can be enabled in a Hugo project in a number of ways. ...

March 5, 2019 · 1 min · 123 words · Hugo Authors