Henry.H

Results 778 comments of Henry.H

> https://zig-by-example.github.io/ 这个页面404了 - 可能项目原作者不维护了吧.

# app 清单: - https://xclient.info/s/c/system/ - ✅ [popclip](https://xclient.info/s/popclip.html) - ✅ [bartender](https://xclient.info/s/bartender.html) - ✅ [istat-menus](https://xclient.info/s/istat-menus-for-mac.html) - ✅ [hazel](https://xclient.info/s/hazel.html) - ✅ [downie](https://xclient.info/s/downie.html) - ✅ [charles](https://xclient.info/s/charles.html) - ✅ [keka](https://xclient.info/s/keka.html) > app 损坏修复: -...

# poetry: - https://python-poetry.org/ - ✅️ 安装: ```ruby # 不建议使用其他方式安装: curl -sSL https://install.python-poetry.org | python3 - ``` - ✅️ 卸载+重装: 遇到改坏配置, 运行不正常. 重装一下. ```ruby curl -sSL https://install.python-poetry.org | python3 -...

# 使用 cloudflare 配置 `二级域名(子域名)`解析教程 ## 需求背景: - 已购买域名: `abc.com`, 希望解析二级域名: `xyz.abc.com`, `demo.abc.com`. ## namecheap 域名购买: - 推荐使用 [namecheap](https://ap.www.namecheap.com/), 价格便宜, 付费方式多样+灵活. - 购买好域名后, 配置一下, 使用 `cloudflare` 托管 DNS 解析服务. 可以免费白嫖...

## 使用 cloudflare 托管域名 DNS 解析服务: - 此处以 namecheap 为例子, 其他域名购买服务商, 类似操作. ### cloudflare 操作流程: 1. 打开 https://dash.cloudflare.com/ 2. 添加需要代管理的域名 `abc.com` 3. 选择免费套餐. 下一步. 4. 添加成功, 会给出如下 2个 `Nameserver`(域名解析服务器): 5....

## 使用 cloudflare 解析 二级域名(子域名): 1. 简单说, 在 cloudflare 先添加 子域名配置段, 指向到目标服务(可能是 GitHub pages, 云主机IP等) 2. 去 GitHub pages or 云主机上, 配置另外一部分. (双向确认) ### 示例1: 有效解析到 GitHub pages 服务. -...