LastPass
: Free Password Manager
A powerful password manager, from now on you only need to remember one password.Momentum
On how to elegantly use Chrome, a beautiful wallpaper every day.Pocket
Read later, better organization on the computer after shopping on mobile.
Constructors of containers in STL
Note
: All initializations in this document are based on the following container
1 | // Create vector<int> container test and assign values to it |
C++ floating point rounding
Recently, while organizing my notes, I discovered a strange issue:
Sequential and associative containers in C++
C++ STL’s concepts and usage of sequential containers and associative containers.
Basic C++ syntax
C++ Basic Syntax Concepts Organization.
C/C++ Cheat Sheet
A sorted C/C++ cheat sheet, regularly organized and placed here for convenient reference.
Write some of my own feelings: my software major
This article is a post previously published at my school, discussing my past experiences and views on learning programming, intended to provide some insights for junior students in the software major. It was recently dug up, and since I almost forgot about it, I’ll tidy it up and share it here.
Use Github to manage blog source files
Hosting the source files of the blog (non-hexo generated files) on GitHub for easy synchronization and version control.
Deploy an independent blog using Github Pages and Hexo
Previously, I found using Blog Garden quite unsatisfactory, and I also tried building my own blog. WordPress is too bloated, and other options don’t have strong functionality (the interface doesn’t look good). After thinking it over, I decided to use GitHub Pages + Hexo to build a static blog, focusing on writing.
As of 2021.03.23, I have been using Hexo to deploy my blog for nearly six years. During these six years, I have written more than a hundred articles, and the way I deployed using Hexo has undergone many changes; writing blogs has gradually become a habit. I vaguely remember one day in college when I wanted to build my own blog, so I spent a day working on this article, and the history of this site began from there. I hope I can continue to use Hexo to write for ten years or twenty years!