摘要: 创建管理员 命令:python manage.py createsuperuser 配置 阅读全文
posted @ 2019-11-24 17:25 一起学编程 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 安装虚拟环境的命令: 1)sudo pip install virtualenv 安装虚拟环境 2)sudo pip install virtualenvwrapper 安装虚拟环境扩展包 3)编辑家目录下面的.bashrc文件,添加下面两行。 export WORKON_HOME=$HOME/.v 阅读全文
posted @ 2019-11-24 17:20 一起学编程 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 修改settings.py中的DATABASES。 注意:django框架不会自动帮我们生成mysql数据库,所以我们需要自己去创建。 切换mysql数据库之后不能启动服务器 需要安装操作mysql数据库的包,python2环境和python3环境有以下区别。 a) python2需要安装mysql 阅读全文
posted @ 2019-11-24 17:18 一起学编程 阅读(231) 评论(0) 推荐(0) 编辑
摘要: pip3 install django==2.1 i http://pypi.douban.com/simple trusted host pypi.douban.com 阅读全文
posted @ 2019-11-23 17:51 一起学编程 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1. ... 阅读全文
posted @ 2019-03-31 20:55 一起学编程 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.作用使用增强for循环可以简化数组以及集... 阅读全文
posted @ 2019-03-31 20:53 一起学编程 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 1.概念当我们写一些与集合相关的代码时,总会... 阅读全文
posted @ 2019-03-31 20:40 一起学编程 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1.常用方法removeLast()addF... 阅读全文
posted @ 2019-03-31 19:44 一起学编程 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1.List的三个子类ArrayList(底... 阅读全文
posted @ 2019-03-31 17:59 一起学编程 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1.数组特点:查询和修改快(内存地址是相连的... 阅读全文
posted @ 2019-03-31 17:37 一起学编程 阅读(246) 评论(0) 推荐(0) 编辑