上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 96 下一页
摘要: django配置orm: django使用mysql数据库: 首先cmd创建库 settings配置mysql数据库: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': "day43", 'HOST': 阅读全文
posted @ 2019-12-12 22:43 干it的小张 阅读(160) 评论(0) 推荐(0)
摘要: from django.shortcuts import render,HttpResponse,redirectimport pymysql# Create your views here.def index(request): print(request.path_info) return Ht 阅读全文
posted @ 2019-12-12 21:41 干it的小张 阅读(449) 评论(0) 推荐(0)
摘要: views: from django.shortcuts import render,HttpResponse,redirect# Create your views here.def index(request): print(request.path_info) return HttpRespo 阅读全文
posted @ 2019-12-12 21:09 干it的小张 阅读(240) 评论(0) 推荐(0)
摘要: django使用mysql数据库: 首先cmd创建库 1、settings: """Django settings for day42 project.Generated by 'django-admin startproject' using Django 1.11.26.For more inf 阅读全文
posted @ 2019-12-12 20:17 干it的小张 阅读(317) 评论(0) 推荐(0)
摘要: https://v3.bootcss.com/getting-started/ 查看网页源代码或检查: Ctrl+C+body: 阅读全文
posted @ 2019-12-12 17:33 干it的小张 阅读(264) 评论(0) 推荐(0)
上一页 1 ··· 80 81 82 83 84 85 86 87 88 ··· 96 下一页