Author: 永夜
-
Post Views: 20 I have been using Alibaba Cloud RDS for many years, and the biggest pit has been stepped on – I thought that the ‘backup and recovery’ of the console is very reliable, but when I found that it really needs to be restored, it will make youBuy a new example first. as shown in Figure 1 It…
-
Post Views: 21 In the concurrent programming of Go language, goroutine is a lightweight thread implementation. However, if panic occurs in goroutine and is not captured, the entire program will crash. In this article, we will dive into two cases of using and not using Recover in depth through specific examples, and we will dive into how to properly handle…
-
Post Views: 25 Preface In the previous series of articles, I have completed multi-language adaptation of classification, and today I want to solve the most cumbersome part of the entire multilingualization: batch translation of 8060 Chinese labels. Manually add more than 8000 tags to translate one by one? This is obviously unrealistic. After clicking these 8,000 buttons, I am afraid…
-
Post Views: 25 In the previous article, I shared with you the selection and configuration of multilingual plug-ins. Today, I will enter the most time-consuming and most test-testing step – classified translation. There are a total of 695 categories of my blog, and it took 4 hours to complete the manual translation. My fingers are almost exhausted. I stepped on…
-
Post Views: 21 Recently, I decided to seriously operate my technical blog. The first step is to submit the site map to the mainstream search engine. I thought it was a simple job, but I didn’t expect to encounter a lot of pits – Bing is empty, Baidu requires the related subject, Sogou has to upload a composite picture of…
-
Post Views: 18 This series of articles records the author’s experience and practical experience in learning the Go standard library. This article is from the built-in template engine of Go Html/Template And text/template Start with, take you to quickly grasp the core concepts and practical usage, and intersperse the developer perspective of PHP to Go. Introduction: From PHP Mix to…
-
Post Views: 38 By mistake, the BTC of the BEVM Canary network was transferred to the Binance BSC recharge address. This article has a complete review of the accident process, evidence preparation and communication skills with customer service, for the reference of users who encounter similar problems. The background of the accident On January 22, 2025, I chose BNB Smart…
-
Post Views: 21 In the last article, I shared with you the core original intention of my blog multilingual – breaking language barriers and allowing sharing to reach a wider audience. Today, we will enter the practical link – the selection and configuration of the plug-in. This step directly determines the efficiency of subsequent translations, website loading speed, and the…
-
Post Views: 19 problem background In Go language, when we read data from an unclosed channel, the read operation blocks if there is no data in the channel. The traditional practice is to traverse the channel until it is closed, but in actual development, we may not be able to determine when the channel should be turned off, or when…
-
Post Views: 21 1. Receive an email from Google Search Console: the new reason causes the websitehttp://www.shuijingwanwq.com/Web pages on the page cannot be indexed. as shown in Figure 1 2. Open the index preparation report, there are 863 web pages that are not indexed. The reason is that there are 793 web pages that the webpage will automatically redirect. Decided…