分类:Python (一共有6篇博客) 查看全部博客
github地址; 以及效果都能看到 文档地址 第一步安装库: pip install django-simpleui 第二步注册app INSTALLED_APPS = [ ...
  • Python
  • 2024年8月9日 14:02
  • 55
  • 0
  • 0
这里只说用法,框架使用了django + rest_fremwork,因为有些地方需要分离开发,就导致一些接口需要身份验证 如下图 第一步:安装JWT库 pip install djangorestfra...
  • Python
  • 2024年3月6日 17:32
  • 119
  • 0
  • 0
第一步:需要安装Crypto库 pip install pycryptodome 第二步:具体实现 psd = b'tasXSG2R4j55' # 秘钥:字节 text = 'hello word' ...
  • Python
  • 2024年3月6日 10:24
  • 78
  • 0
  • 0
 Django框架,缓存的数据,下面是使用方法 1. settings配置 (注意:如果不设置缓存方法,Django会将数据缓存到内存中,这里我们采用redis) CACHES = { "de...
  • Python
  • 2024年3月2日 10:27
  • 78
  • 0
  • 0
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/ 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:https://mirrors.ali...
  • Python
  • 2024年3月2日 10:22
  • 81
  • 0
  • 0
def set_indent(paragraph, left_indent=None, right_indent=None, first_line_indent=None, hanging_indent=None): "...
  • Python
  • 2024年3月2日 10:21
  • 65
  • 0
  • 0