51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

Github

github搜索大法小记

github搜索大法小记

厉飞雨 阅读(329) 评论(0) 赞(15)

使用语法 ==== github 搜索大法小记。 先看官方的文档 https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax 搜索代码内容,/中的是正则表达式/ content:/@.*xx.com/ 如果内容太多还可...

piper-tts

piper-tts

厉飞雨 阅读(1332) 评论(0) 赞(21)

> 我的天空里没有太阳,总是黑夜但并不暗,因为有东西替代了太阳。------《白夜行》 [GitHub - rhasspy/piper: A fast, local neural text to speech system](https://github.com/rhasspy/piper) 在线演示 [Piper Voice Samples](https://rh...

pip3安装Cheetah报错

pip3安装Cheetah报错

厉飞雨 阅读(315) 评论(0) 赞(15)

pip3在安装Cheetah时报错,报错内容如下: WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 for advice ...

pip.conf中添加多个索引包地址

pip.conf中添加多个索引包地址

厉飞雨 阅读(419) 评论(0) 赞(16)

默认在pio.conf中我们配置index-url参数来指定包下载的地址,如果想再指定一个地址就要使用extra-index-url了。 下面是个例子: cat \~/.pip/pip.conf |---|----------------------| | 1 | cat \~/.pip/pip.conf | <br /> \[global\] ti...

piper-tts

piper-tts

厉飞雨 阅读(485) 评论(0) 赞(16)

> 我的天空里没有太阳,总是黑夜但并不暗,因为有东西替代了太阳。------《白夜行》 [GitHub - rhasspy/piper: A fast, local neural text to speech system](https://github.com/rhasspy/piper) 在线演示 [Piper Voice Samples](https://rh...

安装 pip 轻松管理 PyPI 软件包

安装 pip 轻松管理 PyPI 软件包

厉飞雨 阅读(336) 评论(0) 赞(16)

> 在 Linux、Mac 或 Windows 上为旧版 Python 安装 pip。 Python 是一种功能强大、流行广泛的编程语言,在常规编程、数据科学等很多方面它都有丰富的软件包可供使用。但这些软件包通常都不会在 Python 安装时自动附带,而是需要由用户自行下载、安装和管理。所有的这些软件包(包括库和框架)都存放在一个名叫 [PyPI](https://py...

nacos 汇总

nacos 汇总

厉飞雨 阅读(453) 评论(0) 赞(22)

nacos 安装-v2.0.3(docker 版) : [连接](https://51tbox.com/) nacos 安装(单机)v2.2.0 : [连接](https://51tbox.com/) kubesphere部署 nacos 集群 : [连接](https://51tbox.com/) NACOS无法修改密码 控制台修改默认密码报错 : [连接](https...

nacos 开机启动 配置

nacos 开机启动 配置

厉飞雨 阅读(480) 评论(0) 赞(15)

nacos 开机启动 配置 1-创建Nacos服务的systemd单元文件: sudo vi /etc/systemd/system/nacos.service [Unit] Description=Nacos Server After=network.target [Service] Type=for...