上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 71 下一页
摘要: 一、向数据库添加图书数据 【上接】https://blog.csdn.net/u010132177/article/details/103831173 1)首先开启mysql服务,并运行项目 2)在templates/app1/book.html添加按钮 【1】添加新书按钮 `` hre里的斜杠/默 阅读全文
posted @ 2020-01-10 16:18 晨光曦微 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 一、从数据库读取图书数据并渲染出来 1)app1/views.py函数books编写 【1】从模型下导入bookinfo信息 【2】从数据库获取图书对象列表 【3】把获取到的图书对象赋值给books键。【注意】键'books'必须要加引号 2)app1/urls.py配置 【1】引入views 【2 阅读全文
posted @ 2020-01-10 16:16 晨光曦微 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 后台管理 第1步、本地化:设置语言、时区 修改project1/settings.py 第2步,创建管理员 项目下打开cmd输入命令: 实操: 打开浏览器输入刚创建的用户名密码:http://127.0.0.1:8000/admin/ 第3步,注册模型类 在应用下的admin.py中注册模型类。 告 阅读全文
posted @ 2020-01-10 16:14 晨光曦微 阅读(1436) 评论(0) 推荐(0) 编辑
摘要: 一、模型概述 https://docs.djangoproject.com/zh hans/3.0/intro/tutorial02/ https://www.runoob.com/django/django model.html Django 对各种数据库提供了很好的支持,包括:PostgreSQ 阅读全文
posted @ 2020-01-10 16:12 晨光曦微 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 一、模板的使用实战 接:https://blog.csdn.net/u010132177/article/details/103788677 参考:https://docs.djangoproject.com/zh hans/3.0/contents/ https://docs.djangoproj 阅读全文
posted @ 2020-01-10 16:10 晨光曦微 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 一、安装环境 参考: https://docs.djangoproject.com/zh hans https://www.runoob.com/django/django install.html https://docs.qq.com/doc/DSHlYb3JoYVlETXh4 (要登录 pa 阅读全文
posted @ 2020-01-10 16:09 晨光曦微 阅读(365) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-08 16:17 晨光曦微 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 一、Antd(Ant Design)的使用:引入全部Css样式 1.1 antd官网: https://ant.design/docs/react/introduce cn 1.2 React中使用Antd 1.3 代码示例 1.安装 2.引入antd的css样式 因为在App.js里引入了App. 阅读全文
posted @ 2019-12-02 11:54 晨光曦微 阅读(6919) 评论(0) 推荐(0) 编辑
摘要: 一、路由模块化(用字典定义路由,然后循环出来) 1.官方文档参考 【官方文档】https://reacttraining.com/react router/web/guides/quick start 【路由模块化实例】https://reacttraining.com/react router/w 阅读全文
posted @ 2019-12-02 11:53 晨光曦微 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: 一、概述 实现功能:点首页,展示首页,同时在左侧有个首页的各个栏目导航;点用户,同首页; 二、代码实现 1. src/App.js src/App.css 2.【重点】src/components/user.js src/components/css/user.css 3.src/component 阅读全文
posted @ 2019-11-30 15:24 晨光曦微 阅读(1241) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 71 下一页