这是由于mac升级到13.6以后出现的问题 提示信息: Downloadinghttps://formulae.brew.sh/api/form...
brew下载 graphviz 时,不成功,发现最后报错: Error: No such file or directory @ rb_syso...
当我使用网上提到的方法 用brew 删除了原有的php7.3版本,安装了7.4 版本后,依然存在该问题,然后我又指定了环境变量 vi ~/.ba...
起因: python3 安装pyinstaller后 python2 的pyinstaller不能使用 解答: 是因为在Mac系统中只能适用个p...
参考于公众号:Z先生点记 一、重复元素判定 以下方法可以检查给定列表是否存在重复元素,它会使用 set() 函数来移除所有重复元素。 二、字符元...
终端下执行 1. 首先,安装Homebrew,如果没有执行 xcode-select--install 2. brew 安装命令 ruby-e"...
pip3 install pyinstaller 然后静待pyinstaller自动安装好 进入命令行窗口,cd到程序目录中 ②输入以下指令,开...
# -*- coding:utf-8 -*- import json json_data = '{"department": "非制作部", "...
import json f = open('xxx.json', 'r+') str_json = f.read() temp = str_js...