随笔分类 -  Django学习

摘要:...... 阅读全文
posted @ 2022-03-05 16:02 栖木hy 阅读(60) 评论(0) 推荐(0)
摘要:未验证,仅供参考 阅读全文
posted @ 2022-03-05 15:59 栖木hy 阅读(58) 评论(0) 推荐(0)
摘要:Session:在计算机网络应用中,称为“会话控制”,Session 对象存储特定用户会话所需的属性及配置信息。 阅读全文
posted @ 2022-03-05 15:51 栖木hy 阅读(237) 评论(0) 推荐(0)
摘要:使用inspectdb --通过已有数据库表生成 model.py 阅读全文
posted @ 2022-03-04 13:35 栖木hy 阅读(330) 评论(0) 推荐(0)
摘要:学无止境。Django 内容 好多 好多 好多 ~~~ 阅读全文
posted @ 2022-03-01 14:03 栖木hy 阅读(190) 评论(0) 推荐(0)
摘要:编写你的第一个 Django 应用,第 3 部分 阅读全文
posted @ 2022-03-01 13:54 栖木hy 阅读(34) 评论(0) 推荐(0)
摘要:编写你的第一个 Django 应用,第 2 部分 阅读全文
posted @ 2022-03-01 13:52 栖木hy 阅读(66) 评论(0) 推荐(0)
摘要:编写你的第一个 Django 应用,第 1 部分 阅读全文
posted @ 2022-03-01 13:19 栖木hy 阅读(73) 评论(0) 推荐(0)
摘要:Python生成随机验证码 安装 pip install pillow 基本使用 1. 图片生成 from PIL import Image img = Image.new(mode='RGB', size=(120, 30), color=(255, 255, 255)) # 在图片查看器中打开 阅读全文
posted @ 2022-03-01 12:28 栖木hy 阅读(71) 评论(0) 推荐(0)
摘要:自定义分页组件,简单上手~~~ 阅读全文
posted @ 2022-02-28 13:30 栖木hy 阅读(89) 评论(0) 推荐(0)
摘要:CSS <link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/a 阅读全文
posted @ 2022-02-28 09:54 栖木hy 阅读(262) 评论(0) 推荐(0)
摘要:Exception Value: join() argument must be str or bytes, not 'dict' 阅读全文
posted @ 2022-02-27 19:22 栖木hy 阅读(1036) 评论(0) 推荐(0)