摘要: 1. 始vue化项目 https://www.cnblogs.com/xiaonq/p/11027880.html vue init webpack deaxios # 使用脚手架创建项目 deaxios(项目名,随便取得) cd deaxios # 进入项目 npm install axios - 阅读全文
posted @ 2020-10-29 07:27 王彬。 阅读(108) 评论(0) 推荐(0)
摘要: 在settings.py中添加配置 REST_FRAMEWORK = { #3.限流(防爬虫) 'DEFAULT_THROTTLE_CLASSES': [ 'rest_framework.throttling.AnonRateThrottle', 'rest_framework.throttling 阅读全文
posted @ 2020-10-29 07:14 王彬。 阅读(78) 评论(0) 推荐(0)