博客列表
第一步:需要安装Crypto库 pip install pycryptodome 第二步:具体实现 psd = b'tasXSG2R4j55' # 秘钥:字节 text = 'hello word' ...
  • Python
  • 2024年3月6日 10:24
  • 78
  • 0
  • 0
原地址:https://github.com/greedying/tctip 参考地址:https://yshblog.com/blog/119
  • Html
  • 2024年3月2日 15:40
  • 85
  • 0
  • 1
 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
一般linux系统默认带tar方式,zip 需要安装 使用tar压缩单个文件  tar -cvzf files.tar.gz file.txt 使用tar压缩多个文件 tar -cvzf...
  • Linux
  • 2024年3月2日 10:21
  • 69
  • 0
  • 0
我习惯使用python最新版本,当前服务器默认是3.6.8, 所以我装的是3.10的版本 1. 首先第一步需要进入你所购买的服务器,你可以使用xshell工具 或 git 工具进入 ssh root@ip 2. ...
  • Linux
  • 2024年3月2日 10:20
  • 78
  • 0
  • 0
 遇到的问题 解决方案 CentOS 8 的yum源失效了,下面就更新yum源 第一步 1. cd /etc/yum.repos.d/ 2. vim CentOS-Linux-Bas...
  • Linux
  • 2024年3月2日 10:16
  • 78
  • 0
  • 0

共有26篇博客, 当前第3页,共4页