博客列表
查看运行中的容器 docker ps 进入对应容器,拿到容器id即可,进入redis docker exec -it d37c34aae691 bash redis-cli
  • Docker
  • 2024年3月27日 17:54
  • 142
  • 0
  • 0
安装 sudo apt-get install unrar 或 sudo apt install unrar 使用 方式一 unrar e file.rar # 这个是提取里面的文件到当当前文件夹...
  • Linux
  • 2024年3月26日 14:38
  • 114
  • 0
  • 0
这里只说用法,框架使用了django + rest_fremwork,因为有些地方需要分离开发,就导致一些接口需要身份验证 如下图 第一步:安装JWT库 pip install djangorestfra...
  • Python
  • 2024年3月6日 17:32
  • 155
  • 0
  • 0
第一步:需要安装Crypto库 pip install pycryptodome 第二步:具体实现 psd = b'tasXSG2R4j55' # 秘钥:字节 text = 'hello word' ...
  • Python
  • 2024年3月6日 10:24
  • 107
  • 0
  • 0
原地址:https://github.com/greedying/tctip 参考地址:https://yshblog.com/blog/119
  • Html
  • 2024年3月2日 15:40
  • 116
  • 0
  • 1
 Django框架,缓存的数据,下面是使用方法 1. settings配置 (注意:如果不设置缓存方法,Django会将数据缓存到内存中,这里我们采用redis) CACHES = { "de...
  • Python
  • 2024年3月2日 10:27
  • 108
  • 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
  • 116
  • 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
  • 85
  • 0
  • 0
一般linux系统默认带tar方式,zip 需要安装 使用tar压缩单个文件  tar -cvzf files.tar.gz file.txt 使用tar压缩多个文件 tar -cvzf...
  • Linux
  • 2024年3月2日 10:21
  • 123
  • 0
  • 0
我习惯使用python最新版本,当前服务器默认是3.6.8, 所以我装的是3.10的版本 1. 首先第一步需要进入你所购买的服务器,你可以使用xshell工具 或 git 工具进入 ssh root@ip 2. ...
  • Linux
  • 2024年3月2日 10:20
  • 108
  • 0
  • 0
 遇到的问题 解决方案 CentOS 8 的yum源失效了,下面就更新yum源 第一步 1. cd /etc/yum.repos.d/ 2. vim CentOS-Linux-Bas...
  • Linux
  • 2024年3月2日 10:16
  • 111
  • 0
  • 0
 docker官网 1. 卸载旧的docker sudo yum remove docker \ docker-client \ d...
  • Docker
  • 2024年3月2日 10:12
  • 106
  • 0
  • 0
nginx下载地址 下载这个,这是目前nginx主推的版本   下面是安装步骤 将下载的文件上传到服务器 也可以直接在服务器中下载: wget https://...
  • Linux
  • 2024年3月2日 10:10
  • 99
  • 0
  • 0