51工具盒子

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

Github

用 Jenkins 构建 CI/CD 流水线

用 Jenkins 构建 CI/CD 流水线

厉飞雨 阅读(282) 评论(0) 赞(14)

> 通过这份 Jenkins 分步教程,构建持续集成和持续交付(CI/CD)流水线。 在我的文章《[使用开源工具构建 DevOps 流水线的初学者指南](https://51tbox.com/)》中,我分享了一个从头开始构建 DevOps 流水线的故事。推动该计划的核心技术是 [Jenkins](https://jenkins.io/),这是一个用于建立持续集成和持续交...

使用 Cloudflare Worker 镜像 GitHub 站点

使用 Cloudflare Worker 镜像 GitHub 站点

厉飞雨 阅读(339) 评论(0) 赞(13)

Cloudflare Worker 简介 {#cloudflare-worker-简介} -------------------------------------------- Cloudflare Worker 是 Cloudflare 公司提供的一项服务,它允许开发者在 Cloudflare 的边缘服务器上运行自定义的 JavaScript 代码。通俗地说,它就像是一个...

如何构建和发布 npm 包到 GitHub Package Registry?

如何构建和发布 npm 包到 GitHub Package Registry?

厉飞雨 阅读(396) 评论(0) 赞(14)

本文将指导您在 GitHub Packages 上构建和发布 npm 到 GPR。 * npm:全称 Node Package Manager,NodeJs 包管理和分发的工具。 * GPR:全称 GitHub Package Registry,托管和管理软件包的平台,为常用包管理器提供不同的包仓库,如:npm、RubyGems、Apache Maven、Gradle、Doc...

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...