摘要: django-drf 后端部分操作 ####1 urls.py 路由配置 from rest_framework.routers import SimpleRouter router=SimpleRouter() router.register('banner',views.BannerView,' 阅读全文
posted @ 2020-07-29 21:09 pythoner_wl 阅读(249) 评论(0) 推荐(0)
摘要: pip换源 1 pip3 install pymysql 2 pip3 install pymysql -i 地址 3 配置pip下载地址为豆瓣源 -来到C:\Users\oldboy\AppData\Roaming -创建一个pip文件夹 -新建一个文件pip.ini -写入 [global] i 阅读全文
posted @ 2020-07-29 20:58 pythoner_wl 阅读(151) 评论(0) 推荐(0)
摘要: Vue 安装及配置 #1 安装node,官网下载 node -v v10.16.3 #2 安装模块 npm install 模块名 #npm比较慢,用淘宝的cnpm来替换npm npm install -g cnpm --registry=https://registry.npm.taobao.or 阅读全文
posted @ 2020-07-29 14:43 pythoner_wl 阅读(297) 评论(0) 推荐(0)