- 博客(3)
- 收藏
- 关注
原创 mysql-8.0.18基础操作快速入门
mysql-8.0基础操作快速入门1 mysql下载与安装使用 前往mysql官网下载对应版本,我选择的版本是mysql-8.0.18-winx64 将下载到的压缩包解压,然后在cmd窗口进入内部bin目录,使用如下命令启动mysql后台服务D:\mysql-8.0.18-winx64\bin>...
2020-01-29 21:59:14
1169
原创 django3.0入门——hello world
1 hello worldC:\Users\Lenovo\testvir\Scripts>django-admin startproject test1//创建test1项目C:\Users\Lenovo\testvir\Scripts>activate.bat//进入虚拟环境(testvir) C:\Users\Lenovo\testvir\Scripts>cd tes...
2020-01-16 16:25:32
1040
原创 python虚拟环境virtualenv,virtualenvwrapper-win安装与使用
1 virtualenv1.1 virtualenv安装pip install virtualenv1.2 virtualenv基础命令//创建虚拟环境testvirC:\Users\Lenovo>virtualenv testvirUsing base prefix 'd:\\anaconda3'New python executable in C:\Users\Leno...
2020-01-16 15:02:35
449
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅