06 2022 档案

摘要:chkconfig --list 显示开机可以自动启动的服务 chkconfig --add *** 添加开机自动启动***服务 chkconfig --del *** 删除开机自动启动***服务 setup 可以在shell图形终端里面配置的命令,去service里选择 ntsysv 在shell 阅读全文
posted @ 2022-06-24 17:58 阅读(21) 评论(0) 推荐(0) 编辑
摘要:aes之ecb模式的加密解密 from Crypto.Cipher import AES import base64 BLOCK_SIZE = 16 # Bytes pad = lambda s: s + (BLOCK_SIZE - len(s.encode()) % BLOCK_SIZE) * c 阅读全文
posted @ 2022-06-21 19:56 阅读(811) 评论(0) 推荐(0) 编辑
摘要:##########django之使用celery############## 1.首先在目录:/项目/applition/celery.py添加以下内容 import os import django from celery import Celery, platforms from django 阅读全文
posted @ 2022-06-16 11:43 阅读(34) 评论(0) 推荐(0) 编辑
摘要:linux之centos安装redis # 首先看一下c语言有没有安装 gcc -v # 如果没有安装 yum install -y gcc # 创建并进入一个目录 专门下载软件的目录 mkdir /software cd /software # 下载 wget http://download.re 阅读全文
posted @ 2022-06-13 11:05 阅读(39) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示