使用Memcached存储Roger Federer(称为F)和Rafael Nadal(称为N)的点。初始得分是0-0。
Unix命令
$ sudo apt-get update && sudo apt-get install memcached
$ add F 1 0 1
0
STORED
$ add N 1 0 1
0
STORED
但这似乎不是确切的解决方案。
未显示错误消息
答案 0 :(得分:0)
以下命令对我有用。请您也可以尝试一下。
published_date = self.clean(published_dateformat).split('at')[0]
new_published_date = datetime.date.strftime(published_date,"%Y/%m/%d")
add F 1 0 3
0-0
谢谢