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 https://www.windowscentral.com/how-a
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 Following the official
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 Confi
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 articl
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 sma
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 Differe
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 wa
Read more »

Experimental Environment * Ubuntu 16.04 * CPU only, because my own machine had no NVIDIA card. AMD is all tears. Environment Configuration Basically follow the official documentation. Here I only show the parts that differ from the documentation. Makefile.confile * line 8: CPU only * line 79,
Read more »

Regarding how to migrate posts from other blogs to Hexo, the official documentation provides some guidance. I also followed the official documentation to try migrating my previous posts from CNBlogs to the new blog. I encountered some problems during this process, so here are the solutions. Migrati
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 Organiza
Read more »
0%