07 2023 档案

递归获取嵌套json 的所有key及value值
摘要:import json class Get_Dict_All_Keyvalue: """ 递归获取多维嵌套字典所有层级的key和value """ def __init__(self, analysis_dict): #判断类型,如果是str的需要进行loads处理 self.res_dict = 阅读全文

posted @ 2023-07-31 18:30 帅胡 阅读(210) 评论(0) 推荐(0)

Redis的安装以及概述(以Red Hat为例)
摘要:1. 下载压缩包首先,我们需要到Redis的官网上下载安装包,下载地址是:https://redis.io/download/这里Redis的最新稳定版是 6.2.6版本,单击 Download 6.2.6 sources即可下载安装包。 如果需要下载其他版本的话,可以点击地址 http://dow 阅读全文

posted @ 2023-07-27 16:58 帅胡 阅读(573) 评论(0) 推荐(0)

redhat8 红帽8 bash: make: command not found...报错的解决方法
摘要:yum -y install gcc automake autoconf libtool make 阅读全文

posted @ 2023-07-14 18:17 帅胡 阅读(100) 评论(0) 推荐(0)

阿里云ecs centOS8 安装yum命令
摘要:进入到安装下cd /etc/yum.repos.d/ 安装所需要的url:可以使用浏览器打开: http://mirrors.aliyun.com/centos/8/BaseOS/x86_64/os/Packages/ 所需要下载的安装包: yum-4.7.0-4.el8.noarch.rpmyum 阅读全文

posted @ 2023-07-12 13:34 帅胡 阅读(421) 评论(0) 推荐(0)

git设置代理
摘要:一. git 设置http代理 1.设置代理 http/https协议(clone https://前缀的repo会走ss) git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.prox 阅读全文

posted @ 2023-07-10 16:51 帅胡 阅读(639) 评论(0) 推荐(0)

导航