11 2019 档案

摘要:``` ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxxxx' which is not functionally dependent on columns in GROUP BY clause; this is inco... 阅读全文
posted @ 2019-11-23 03:08 huim 阅读(123) 评论(0) 推荐(0) 编辑
摘要:``` celery retry时,将发送到原有的队列,并在任务中加入执行的时间,以及当前重试的次数。 worker立刻读取该任务,同时记录一条【任务】到 unacked中,表示该任务在worker中还未执行。 eyJleHBpcmVzIjogbnVsbCwgInV0YyI6IGZhbHNlLCAiYXJncyI6IFsiMTIzNCJdLCAiY2hvcmQiOiBudWxsLCAiY2FsbG 阅读全文
posted @ 2019-11-19 19:07 huim 阅读(478) 评论(0) 推荐(0) 编辑
摘要:重定向print输出到Mongo logging.getLogger(logname) 阅读全文
posted @ 2019-11-14 12:09 huim 阅读(1810) 评论(0) 推荐(0) 编辑
摘要:百度了一圈,很没创意的用过滤器,前端每次显示时间表格都要用过滤器,这种挺烦的。隐约记得以前见过没有用过滤器的。换google https://stackoverflow.com/questions/53402437/formatting datetimefield in django 完美解决,全局 阅读全文
posted @ 2019-11-05 00:45 huim 阅读(624) 评论(0) 推荐(0) 编辑