We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e819ed commit fccec7bCopy full SHA for fccec7b
public/game_review/backend.md
@@ -54,6 +54,8 @@
54
- 使用 64 bits 记录。不能在数值大于43亿时溢出
55
- 元宝等重要货币要可以被扣成负数
56
57
+* 请求 MySQL 数据库时使用 Prepared Statements 而不是字符串拼接。
58
+
59
* 定期的数据库备份和快照
60
61
每日有一份完整的数据库备份或关键数据快照(所有玩家对应的经验、元宝、装备信息)。
0 commit comments