1 2 3 4 5 ··· 15 下一页
摘要: 使用python怎么操作PPT 发布时间:2021-02-05 15:31:54 来源:亿速云 阅读:285 作者:Leah 栏目:开发技术 活动:亿速云双十二特惠活动,python开发者服务器16.5元起,更有iphone14/Watch疯狂送! 点击查看>> 这期内容当中小编将会给大家带来有关使 阅读全文
posted @ 2022-12-26 10:38 迷恋~以成伤 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 认识Flask-SQLAlchemy Flask-SQLAlchemy 是一个为 Flask 应用增加 SQLAlchemy 支持的扩展。它致力于简化在 Flask 中 SQLAlchemy 的使用。SQLAlchemy 是目前python中最强大的 ORM框架, 功能全面, 使用简单。 ORM优缺 阅读全文
posted @ 2022-11-07 17:19 迷恋~以成伤 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Redis 一、redis简单使用 1、下载 radic :https://github.com/tporadowski/redis/releases Redis可视化工具 Redis Desktop Manager: http://pan.baidu.com/s/1kU8sY3P 2、redis介 阅读全文
posted @ 2022-02-28 17:01 迷恋~以成伤 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Celery 一、简介 1、官方 Celery 官网:http://www.celeryproject.org/ Celery 官方文档英文版:http://docs.celeryproject.org/en/latest/index.html Celery 官方文档中文版:http://docs. 阅读全文
posted @ 2022-02-28 17:01 迷恋~以成伤 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 13 后端短信接口 一、短信接口 1、user/views.py from rest_framework.viewsets import ViewSet from luffyapi.utils.response import APIResponse from rest_framework.decor 阅读全文
posted @ 2022-02-28 17:00 迷恋~以成伤 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 12 登录注册之腾讯云短信开发 一、腾讯云短信开发 1、短信服务应用申请 """ 准备工作 1)创建短信应用 - 应用管理 2)申请短信签名 - 国内短信 > 签名管理 3)申请短信模块 - 国内短信 > 正文模板管理 """ https://mp.weixin.qq.com/ # 需要先注册一个公 阅读全文
posted @ 2022-02-28 16:57 迷恋~以成伤 阅读(226) 评论(0) 推荐(0) 编辑
摘要: day11 luffy之手机是否存在验证接口 一、手机号验证接口 1、user/urls.py from django.urls import path from rest_framework.routers import SimpleRouter from . import views route 阅读全文
posted @ 2022-02-28 16:55 迷恋~以成伤 阅读(51) 评论(0) 推荐(0) 编辑
摘要: day10 前端登录注册(功能详解) 一、前端 安装:前端项目目录下的终端 cnpm install vue-cookies 配置:main.js import cookies from 'vue-cookies' Vue.prototype.$cookies = cookies; 登录功能(Log 阅读全文
posted @ 2022-02-28 16:54 迷恋~以成伤 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 10 登录注册之多方式登录 一、后端 1、插件 >: pip install djangorestframework-jwt 2、多方式登录第一种方式 2.1、user/urls.py from rest_framework.routers import SimpleRouter from . im 阅读全文
posted @ 2022-02-28 16:53 迷恋~以成伤 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 09 登录注册 一、模态登录组件 <template> <div class="login"> <div class="box"> <i class="el-icon-close" @click="close_login"></i> <div class="content"> <div class= 阅读全文
posted @ 2022-02-28 16:51 迷恋~以成伤 阅读(27) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 15 下一页