上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 164 下一页
  2019年11月25日
摘要: 原始是这样连接数据库的: 现在改用django orm(1)先在setting里配置app (2)在modle.py里建modelclass UserMessage(models.Model): o... 阅读全文
posted @ 2019-11-25 16:43 蔡军帅 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 原始是这样连接数据库的: 现在改用django orm (1)先在setting里配置app (2)在modle.py里建model class UserMessage(models.Model): object_id = models.CharField(max_length=50, primar 阅读全文
posted @ 2019-11-25 16:43 蔡军帅 阅读(229) 评论(0) 推荐(0) 编辑
  2019年11月24日
摘要: 1.写message_form.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="/static/css/styl 阅读全文
posted @ 2019-11-24 00:25 蔡军帅 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 1.写message_form.html Title 留言信息 请留下你的信息 姓... 阅读全文
posted @ 2019-11-24 00:25 蔡军帅 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个项目2.新建一些文件夹方便管理3.新建一个项目叫message 4.连接数据库python web开发Django连接mysql5.在数据库里自动生成django的表 6.运行de... 阅读全文
posted @ 2019-11-24 00:01 蔡军帅 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个项目 2.新建一些文件夹方便管理 3.新建一个项目叫message 4.连接数据库 python web开发Django连接mysql 5.在数据库里自动生成django的表 6.运行debug发现运行成功 阅读全文
posted @ 2019-11-24 00:01 蔡军帅 阅读(411) 评论(0) 推荐(0) 编辑
  2019年11月23日
摘要: 1.打开MySQL: cmd里 net start mysql mysql -hlocalhost -uroot -p回车 进入mysql数据库 2. 命令如下: 1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_n 阅读全文
posted @ 2019-11-23 23:33 蔡军帅 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 1.打开MySQL:cmd里 net start mysqlmysql -hlocalhost -uroot -p回车 进入mysql数据库2. 命令如下: 1、use mysql; 2、alte... 阅读全文
posted @ 2019-11-23 23:33 蔡军帅 阅读(127) 评论(0) 推荐(0) 编辑
  2019年11月22日
摘要: 需要MYSQL-python,一般情况下直接pip install window系统会报错,所以要去https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 下载再... 阅读全文
posted @ 2019-11-22 21:36 蔡军帅 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 需要MYSQL-python,一般情况下直接pip install window系统会报错,所以要去 https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 下载再pip安装 阅读全文
posted @ 2019-11-22 21:36 蔡军帅 阅读(760) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 164 下一页