Problem Description

When I used Cortana, the personal assistant of Windows 10, I found it confusing that the search function sometimes worked badly and sometimes worked well. To improve my productivity, I googled this problem and found a good solution.

Reference

Read more »

Configure Proxy

My requirement was to insert LaTeX formulas into Markdown documents. Atom’s default markdown-preview package could not satisfy this requirement. After searching, I found that the community package markdown-preview-plus could satisfy it.

Atom Package Management

Read more »

Recently, because I was preparing for the GRE, I spent all day memorizing words, practicing listening, and writing. I felt quite annoyed and had not tinkered with anything for a long time. So I took some time to download and configure gVim on my laptop, which also counted as a break.

Download

Configuration Files

Read more »

Preface

It is now the seventh day of the Lunar New Year, the day most working people return to work, and also the day Xiangzhong starts school. Yet as a college student, I can actually stay on break until the second lunar month, which is why I still have time to write at 2 a.m. I just read an article, and the author’s words described my state to a large extent: a salted fish too lazy even to turn over. The author’s personal experience and advice also made me feel ashamed.

Recently I finished reading Cai Dongfan’s History of the Five Dynasties. After learning about the chaotic history of the Five Dynasties, I sighed that most rulers were muddleheaded and ruined their states, while even enlightened rulers had flaws. At the same time, I put myself in their shoes and asked whether I would be a wise emperor. The answer was no. I am a lazy person with no willpower. I dislike criticism and only like praise. If I were placed in the position of an emperor, I would definitely be a ruler who lost his country. Thinking about that is quite frightening.

Read more »

[Abstract] Django is a high-level Python web framework that can help us quickly develop and design a clean, programmatic application. Although Django is relatively bulky, since experts nowadays all use Flask maybe, and is more suitable for large web applications, my database course project was a small project. Still, Django’s reputation was too strong, and I had previously had a little contact with it in the lab, so my teammate and I decisively chose Django. With Django’s help, implementing our course project was as easy as chopping vegetables.

Read more »

[Abstract] Sublime Text 3 is a powerful editor. I officially started using it in the second semester of sophomore year. After half a year of continuous exploration, I configured Sublime into a personalized editor that satisfies most of my daily coding needs.

Configure Different Settings for Different Languages

First, open any file in that language. Go to Sublime Text 3 -> Preferences -> Settings - Syntax Specific to enter that language’s settings file, then modify and save the settings file.

Read more »

Recently, a senior schoolmate in the lab had a requirement: write four small programs to stress test memory, CPU, disk, and network respectively. The test programs needed adjustable pressure levels, such as high, medium, and low. No more words; roll up the sleeves and get to work. The requirement was simple, but implementation was not. I learned while writing the programs and barely completed the task.

Read more »

Recently, I experienced two things that made me feel the need to reflect on myself over the past few years.

The first was that last night’s compiler test 1 did not pass. More specifically, the correct program did not produce the correct result. The compiler test reminded me of the Computer Organization test two years ago, and then I thought a lot.

The second was this morning’s quiz in compiler class. I completely could not do the second problem, and even if I wanted to copy someone else’s answer, there was nobody to copy from. The people around me were unreliable, and the reliable people were not around me. This made me realize again that only I myself am truly dependable. If I cannot rely on myself, then there is nobody I can truly rely on.

Read more »
0%