辰深 published on included in 2020 技术 :::tip Django REST Framework. Generic Views, MixIns, ViewSets and Routers ::: 基本信息 源码仓库 rest_framework.views rest_framework.generics rest_framework.viewsets rest_framework.routers 官方文档 API Guide-Generic views API Guide-ViewSets API Guide-Routers 关系图 ::: details View继承图与View图谱 ::: AIPView-API视图类 APIView 是
辰深 published on included in 2020 技术 :::tip Vue + Element-UI 搭建后台管理系统模型 ::: 线上测试地址
辰深 published on included in 2020 技术 关闭某个端口 firewall-cmd --permanent --zone=public --remove-port=8080/tcp 打开某个端口 firewall-cmd --permanent --add-port=10086/tcp 重新加载防火墙策略 firewall-cmd --reload 查看防火墙端口开放情况 firewall-cmd --list-ports
辰深 published on included in 2020 技术 :::tip Flask SQLAlchemy字段默认值参数 server_default 与 default 区别 ::: defult 这种方法不会在数据库里面设置默认值,是使用了SQLAlchemy Model类提交数据时添
辰深 published on included in 2020 技术 :::tip 后端常用响应码 ::: """共用的一些数字约定含义""" class RET: OK = "0" DBERR = "4001" NODATA = "4002" DATAEXIST = "4003" DATAERR = "4004" SESSIONERR = "4101"
辰深 published on included in 2020 技术 :::tip PyQt5安装与Qt Designer,PyUIC在 PyCharm 中配置 ::: PyQt5,Qt Designer安装 pip install sip pip install PyQt5 pip install PyQt5-tools 安装完成后,在python安装目录下可