试图从mysql db中显示tictactoe值

时间:2017-06-14 15:42:58

标签: php mysql

我正在使用php和mysql进行tictactoe游戏。它应该由来自不同系统的2名玩家进行。所以我在mysql中有一个表,其列号为1-9,列为tictac,其值为X或O或NULL。在数据库中放置一个x或o正在工作,但从表中检索X或O并在屏幕上显示它不起作用。我有一个配置文件,一个class.tictactoe.php,class.game.php和一个index.php。数据库连接应该在class.tictactoe.php中,但我不知道如何。

我在这方面遇到的麻烦最多:

Validation failed for query for method public abstract java.util.List com.devapp.repository.BloodPressureRepository.findAllByTimestampBetweenOrderByTimestampDesc(java.time.LocalDate,java.time.LocalDate)!

缩进可能是错误的。

0 个答案:

没有答案