当你发现自己的才华撑不起野心时,就请安静下来学习吧。

Personal site

↑点击传送

摘要: 此教程适用于GoLand 2020.1.3(PyCharm一样操作即可,同一个公司的产品...)。 GoLand建议从官网下载 >>>>>>下载 1 如果之前有激活留下的补丁文件,建议卸载删除GoLand的项目根目录,重新安装。 2 下载破解补丁文件,点击链接:https://pan.baidu.c 阅读全文
posted @ 2020-07-07 20:27 Joab-0429 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 1 图书的5个接口写完(使用序列化组件) urls.py from django.contrib import admin from django.urls import path, re_path from app01 import views urlpatterns = [ path('admi 阅读全文
posted @ 2020-07-07 20:02 Joab-0429 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 昨日回顾 1 web的两种开发模式 2 web api 3 posman的使用(路径必须完全正确) 4 restful规范 10条 5 drf的安装和使用 6 cbv源码分析 -视图类,必须继承View(读View的源码) -在类里写get,post方法就可以了,只要get请求来,就会走get方法( 阅读全文
posted @ 2020-07-07 19:34 Joab-0429 阅读(205) 评论(0) 推荐(0) 编辑