11 2023 档案
摘要:Mac安装redis步骤 使用homebrew安装redis(特别简单) commond+空格搜索terminal终端 打开终端输入 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.s
阅读全文
摘要:xpath解析实战 tree= etree.parse("./test.html") # 普通定位 res = tree.xpath("/html/head/title")[0] # 获取所有标签 res = tree.xpath("//div") # 索引定位-> res = tree.xpath
阅读全文
摘要:训练阿里云多人训练语音合成模型 model_link:https://modelscope.cn/models/speech_tts/speech_sambert-hifigan_tts_zh-cn_multisp_pretrain_24k/summary 1.获取KANTTS算法训练框架 2.配置
阅读全文
摘要:安装步骤(详细步骤) 打开官网 https://dev.mysql.com/downloads/mysql/ 选择自己mac需求的版本以及适合自己mac的版本 # 查看mac型号架构命令 # 先commond+空格 搜索 terminal 回车进入终端 uname -a 先双击打开dmg文件,然后会
阅读全文