摘要: http://docs.30c.org/djangobook2/chapter10/ def first_names(self, last_name): cursor = connection.cursor() cursor.execute(""" SELECT DISTINCT first_nam 阅读全文
posted @ 2018-04-22 23:07 nanaindi 阅读(152) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/long19901216/article/details/51374064 https://blog.csdn.net/hahei2020/article/details/78427941 实现前端界面获取后台代码实现checkbox部分选中: dj 阅读全文
posted @ 2018-04-22 11:34 nanaindi 阅读(573) 评论(0) 推荐(0)