摘要: 900 是缓存900秒,sidebar_latest_posts 是缓存表示, 一般用于template的动态菜单,加载时候减少数据库访问量 {% load cache %} {% cache 900 sidebar_latest_posts %} <h3>最新文章</h3> <ul> {% for 阅读全文
posted @ 2023-07-13 17:04 花生与酒 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 加入是 1999/10/12出生 (20230505-19991012)/10000 239493/10000 =23.9493 ≒23 import datetime today = datetime.date.today() birth = 19991012 print ((int(today. 阅读全文
posted @ 2023-07-13 15:46 花生与酒 阅读(117) 评论(0) 推荐(0) 编辑