-
Work completed Wednesday, Sunny, January 14, 2026
- Host the shift handover meeting and summarize the meeting minutes.
- Investigate a metro station to confirm the inspection status of metro-related measuring tools.
- Adjust the technical competition plan for 2026.
- Optimize the zero-crossing issue of the transfer route query system. The input interface adjustment was completed last night. The main problem is that “Lines” is a reserved word in MySQL, causing errors during the query.
【1】Think twice every day (think first about what you did well, think twice about what you did badly, think thrice about what you gained today and plan for tomorrow):
With the assistance of AI in programming, the efficiency has indeed increased significantly. It helps to organize the front-end interface, detect backend errors, and effectively enhance the overall ability of individual programmers.
【2】One sentence a day (one hundred words):
Always bring your full potential to every take.
-
mysql数据库表名lines引发的致命错误
lines是 MySQL保留字(MySQL 里lines是关键字),直接用FROM lines会触发语法冲突;