摘要: 方法一:通过mysql命令行模式下动态修改 1.1 查看mysql当前时间,当前时区 > select curtime(); #或 select now()也可以 + + | curtime() | + + | 15:18:10 | + + > show variables like "%time_ 阅读全文
posted @ 2021-11-04 00:43 qqq789001 阅读(1744) 评论(0) 推荐(0)
摘要: 转载于:https://www.cnblogs.com/lshedward/p/10388779.html 在做文章归档的会后,打印结果时报了这个错误 ret = models.Article.objects.filter(user=user).annotate(month=TruncMonth(' 阅读全文
posted @ 2021-11-04 00:42 qqq789001 阅读(203) 评论(0) 推荐(0)