I won the Easter match and I came back to life

Recent situation It’s been more than two months since I last chatted, and it’s time to sort out my thoughts. Last time, I posted a bunch of emotions and then went silent, so it was a little rushed, and I couldn’t keep up with the follow-up work. It’s National Day again, and sure enough, my National Day is comparable to Double Eleven. Although the three domain names (52ecy.cn, moeins.cn, moeins.com) I owned before, although I won the resurrection competition, the equipment is gone. ...

October 3, 2024 · 4 min · MoeJue

emlog sina upload plugin + interface V1.1

emlog background write article sina upload image plugin The first time to write emlog plugin, reference to the seven cattle bed writing (yes, that is the background of that) recommended two together to use! plug-in download directly uploaded to the backstage of the emlog can be, without decompression (who said this, stand out, to ensure that you do not kill you) Specific methods of use in the plug-in settings interface has written, download address at the bottom of the article! Which good people have emlog developer account, can help me submit to the emlog application center! ...

April 21, 2018 · 3 min · MoeJue

Use .htaccess to bind subdomain names to subdirectories

Under normal circumstances, a virtual host is only allowed to bind one domain name to the root directory. People who have used emlog should be familiar with the static links in it. It is a typical use of .htaccess files to redirect domain names to web pages. Use .htaccess to bind domain names to subdirectories. The prerequisite is that your space server must support the rewrite function of apache. Only in this way can .htaccess be used. If your space is a Linux server, it is usually enabled by default. That is, you can bind domain names to subdirectories and multiple sites in one space. ...

January 22, 2018 · 3 min · MoeJue

Notes: Sublime Text3 configuration

Save the configuration information of Sublime Text3 to avoid losing it next time. Configuration: { “font_size”: 21, // Set font size “word_wrap”: true, // Automatic line wrapping “update_check”: false, // disable update check “font_face”: “Courier New”, // Set font “highlight_modified_tabs”: true, // Highlight file modifications “create_window_at_startup”: false, // Cancel startup and automatically open a new window “open_files_in_new_window”: false, // Cancel the opening of the file and generate a new window “highlight_line”: true, // Highlight the current line “show_encoding”: true, // The encoding type is displayed in the lower right corner “open_files_in_new_window”: false, // Disable opening in a new window every time “caret_style”: “phase”, // Set the cursor flashing mode “line_padding_top”: 5, // Spacing on the line “line_padding_bottom”: 5, // Spacing under the line “fade_fold_buttons”: false, //Always display the code shrink icon “translate_tabs_to_spaces”: false // Use spaces instead of Tabs } ...

December 28, 2017 · 1 min · MoeJue

Add a Live2D billboard to your blog

Some time ago, I saw this Live2D poster girl on many people’s blogs, and I was very interested! I checked some related tutorials and added them to my blog. Preface Live2d is not an advanced technology. The effects it produces are all achieved by basic operations such as translation, rotation, transparency, and surface deformation. The final effect has a lot to do with the texture, and every action requires fine adjustments by the producer. This is a process that requires a lot of time and energy, so there are not many good-quality models. The good ones are usually in games, and the copyright is protected and cannot be used casually. ...

December 24, 2017 · 4 min · MoeJue

Randomized secondary image API goes live

[Randomized secondary images API online – Random anime wallpapers, daily brush, different every time]. (https://www.52ecy.cn/randbg) Interface address: https://www.52ecy.cn/randbg/randbg.php Description of request parameters: Name Description type (optional) json: return standard json data (image address) 302: jump to the image address (must be used when inserting HTML images) total(optional) 1-10 the number of images returned(only valid for json data, up to 10) style(optional) 1/2/3 the type of the returned image. 1: webp thumbnail, 2: jpg thumbnail, 3: the original picture without watermark, the other are the original picture with watermark ...

December 6, 2017 · 2 min · MoeJue