Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP 和 mySQL 开发 Web 应用程序/游戏。我需要在一定的时间间隔内给用户/玩家一定的分数。最好的方法是什么?(我的想法是登录时我验证 hist last_login 并添加他在那段时间内获得的积分数)还有什么其他方法?(也许是定时触发器......)
我会编写一个 php 脚本,将点添加到数据库中的相应列,并以固定的时间间隔使用 cron 作业调用该脚本。
基本上,如果我们谈论的是 PHP/Python/Ruby/等脚本语言,那么您关于它应该如何工作的观点是正确的。但是当你应该有user points. points data要处理这个问题,您可以在加载时创建一些触发器(我不是指 SQL 触发器 - 它应该根据您的架构设计来完成) 。
user points
points data