Category: AI Development & Tools
-
Post Views: 16 1. PrefaceThe whole process of WordPress tag synchronization script debugging, database damage, and data recovery has made me deeply realize that the AI generation code is extremely efficient, but it definitely does not have the security of the production environment, especially the code that operates the database. Blind execution will cause devastating data accidents.Many developers are accustomed…
-
Post Views: 18 write in front Recently I tried to use the trae cn editor on Ubuntu 26.04, with the docker container to develop a Go + Gin project (go-gin-learning). The whole process stepped on some pits, but I also ran through a set of workflow that was relatively easy. This article is a complete record, I hope it can…
-
Post Views: 19 write in front This blog is just a simple record: I tossed the process of Microsoft’s official Dev Containers extension in Trae CN.Let’s talk about the conclusion first: Tossing around and discovering TRAE CN currently (June 2026)Not supported yet dev containers. So this article will not give any ‘perfect solution’, and only leave an introduction in the…
-
Post Views: 26 Recently, I was tossing about the Baidu indexing problem of a WordPress site, and by the way, I experienced a new AI IDE in China, and recorded the process, hoping to help everyone. Cause: Baidu Sitemap commit has been unavailable My website shuijingwanwq.com In the Baidu search resource platform, the Sitemap submission function has always been displayed:…
-
Post Views: 94 Recently, I had a somewhat strange problem with DeepSeek, and after a tossing, I finally found the reason. Here is a record of my investigation process and solution, hoping to help friends who encounter the same situation. problem I saved a picture from WeChat (Linux version) and planned to upload it to the DeepSeek dialog box. At…
-
Post Views: 63 1. Background: Why do this environment In order to learn AI programming tools (such as Tongyi Spirit Code), I am going to implement a ‘Music Alarm Clock’ small project.Before starting coding, I set up a reusable python dev container development environment. 2. Description of the technology stack 3. Project catalog structure (core focus) music-alarm/├── .devcontainer/│ └── devcontainer.json├──…
-
Post Views: 53 1. When learning the ‘Comprehensive Spirit Code AI Coding Practical, AI Programmer User Guide’,I found the interface in the tutorial completely different from the one I currently use. There are two parallel windows in the tutorial: as shown in Figure 1 But in my current environment: as shown in Figure 2 So I have a few questions:…