Skip to content

Commit fccec7b

Browse files
authored
Update backend.md
1 parent 9e819ed commit fccec7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/game_review/backend.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
- 使用 64 bits 记录。不能在数值大于43亿时溢出
5555
- 元宝等重要货币要可以被扣成负数
5656

57+
* 请求 MySQL 数据库时使用 Prepared Statements 而不是字符串拼接。
58+
5759
* 定期的数据库备份和快照
5860

5961
每日有一份完整的数据库备份或关键数据快照(所有玩家对应的经验、元宝、装备信息)。

0 commit comments

Comments
 (0)