It was a month of dark, windy and rainy night, and it seemed like something was going to happen.
Due to an “accident” and the epidemic, I became a “vegetative” for a time and almost went to the second dimension. Fortunately, I came back through “rescue”. I have not been able to receive messages from me in the past few years. I am grateful to those who are still here and care about me. Thank you.
It’s not me who’s wrong, it’s this world that is destined to be.
I don’t know all the people and things that have come to me over the years. Some messages on QQ and WeChat have not been received for a long time.
Seeing that my avatar that had not been lit for many years has lit up again, many friends have come to ask me what happened. I am very grateful to those netizens whom I have never met before. Perhaps it is more cordial to call me friends. You still think about me, which makes me very touched.
They have been looking for me for three years
People all over the world are looking for me
If you are moved, please do not hesitate. Here is the text
About blog
The blog was first established on 2016-06-09. It has been established for almost 8 years now. It has survived tenaciously in various disasters. During this period, I also met many friends, discussed, made progress and grew together. So I don’t want the blog to disappear
The blog data was originally automatically backed up to Qiniu Cloud, but I didn’t know until now that the backup was stopped around October 2019 for unknown reasons. It is said that the Internet has memory, and in the spirit of “the head can be cut off, the blood can be shed, but the data cannot be lost”, I searched for several days in the vast network, and finally found the blog’s website archive. You can click here to see the historical version of my blog archive (a famous foreign website archive project)
So I wrote a Python script to crawl down the article and comment data. After crawling, I found that someone had already backed me up (my blog was sponsored by others for three years)

Blog relocation
Relocating the blog to Blog Park is actually a last resort.
The original domain name of the blog (52ecy.cn, moeins.cn, moeins.com) was registered after it expired. After communication to no avail, it will be impossible to get it back for a while. I have no choice but to move the blog to the blog park for the time being (I will make plans later if I build it myself). On the other hand, it may be that I don’t have much free time to mess with my own system now, so it would be more worry-free and labor-saving to put it in the blog park. But commenting is not that convenient. You need to log in to post a comment. Of course, if you have any questions, you can directly @ me in the group (https://jq.qq.com/?_wv=1027&k=5cvR0GN)
In fact, as early as the end of 2018, I already had the idea of changing the theme -> This is really a pigeon (I can really procrastinate, I admire myself so much) Unfortunately, the previous emlog system was not suitable and ready-made, and I was too lazy to transplant it, so I kept procrastinating.
It turns out that I have always wanted to change that theme, because it doesn’t look very good, has no personality, is just regular, and does not suit my personality and style. However, although my aesthetics are very good, it is a bit difficult for me to write a theme that suits my aesthetics.
Later, I suddenly saw the blog of Blog Park user [Don’t Forget Coding] (https://www.cnblogs.com/zouwangblog), and thought that Blog Park still supports beautification like this. After saying “I don’t want his blog to be lost and unable to be accessed and opened”, I decided to move to the blog park temporarily. 
I have always wanted to change to this two-dimensional style theme. Currently, the beautification style of this blog is based on the WordPress theme Sakura of [Sakurasou no White Cat] (https://2heng.xin/). I did not forget to code and transplant it, but there are many bugs and details. I spent another two days optimizing it, but many pages were not optimized. I will take my time in the future (why not leave what I can do tomorrow to me tomorrow)
Since the previous emlog blog used the HTML TinyMCE editor, and it was still a very old version, the HTML code of the generated articles was quite confusing. Therefore, there were a lot of style incompatibility issues when moving to the markdown format of the blog park. I have fixed some as much as possible, but there is no way to guarantee that all articles can be displayed normally. If you see them, I will fix them slowly.
Blog Park does not support the one-click relocation function of the self-built blog system, so the publication time of the article and the comment information cannot be moved together. But I want to keep the originality, so I wrote it into the article together, and the private comments are still hidden. (The issue of self-built blog system was also communicated with the blog park team, and it was said that it would be added in the later development, so it was not difficult for them. They were also unable to make ends meet. The articles were published using Cnblog’s VScode plug-in)
I also made a separate page for friendly links and moved them there, but many websites with friendly links are no longer accessible, and some of them have also been removed. Now that I don’t have an independent domain name, I am too embarrassed to apply for friend links anymore…
All the pictures on the blog used to be stored on Sina, and I was always worried that they would be lost again one day, so I usually kept one copy of Qiniuyun and one picture on Sina. Now they have all been moved to the blog park.
Why should I blog?
Does anyone think these are so important? Sometimes I want to say something, want to write something, but no one says it. There is no place to write. I just need such a place. I don’t blog for traffic or making money. I just want to create my own small world and hang out in my own small circle. Maybe it is because of this love that I can slowly persevere. However, it backfires and something unexpected happens.
Many of my friends in the blogosphere have either disappeared or stopped updating. It’s such a pity that I haven’t even had time to get to know them (especially those guys from Yuezhai).
@HanQiong That guy also said to me: “Ah Jue, why are you still so two-spined after so long?” I think the one thing that hasn’t changed over the years is me.
I am very happy and grateful that there are so many people who remember me and are so kind to me. 
It seems that I shouldn’t post so many pictures. To commemorate the passing of my blog, I will always live in my 127
Python code
Although the relocated Python code is of little use, it is recorded for those who need it to learn from.
Click to view the code ``` import os import re import time import requests from bs4 import BeautifulSoup from urllib.parse import urlparse, parse_qs # Specify the file path file_path = “C:\\Users\\Administrator\\Desktop\\blog\\content.txt” save_folder = “C:\\Users\\Administrator\\Desktop\\blog\\content\\” def save_to_file(data, file_name): try: file_path = os.path.join(save_folder, file_name + “.txt”) with open(file_path, ‘a’, encoding=‘utf-8’) as file: file.write(data) print(“The data was successfully saved to the file:”, file_path) except Exception as e: print(“An error occurred while saving the file:”, e) def remove_html_tags(text): soup = BeautifulSoup(text, ‘html.parser’) return soup.get_text() def comment(html_content): comment_matches = re.findall(r’
When you see this prompt, it means that the current article was moved here from the original emlog blog system. The article was published too long ago, and the layout and content may not be complete. Please understand\n\n” + ‘###’ + article_title.text.strip()+’\n\n’+article_mate.text.strip().replace(’\n’, ‘’).replace(’\r’, ‘’).replace(’\t’, ‘’)+’\n’ + soup_content.prettify().replace(’