avatar
文章
328
标签
92
分类
14
首页
关于
blog.wo0ow.com通过cloudflare加速github博客
搜索
首页
关于

通过cloudflare加速github博客

发表于2024-09-13|更新于2025-03-24|技术博客
|总字数:57|阅读时长:1分钟|浏览量:

博客搭建(一)| 利用cloudflare加速github博客访问


阿里云下域名DNS修改
alt text

cloudflare的dns添加如下配置,注释原CNAME配置为原云服务商下dns配置。
alt text

管理 GitHub Pages 站点的自定义域

alt text

文章作者: MUMU
文章链接: https://blog.wo0ow.com/mblog/25891.html
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 blog.wo0ow.com!
赞助
  • 微信
    微信
  • 支付宝
    支付宝
上一篇
时序数据库VictoriaMetrics部署单机版
VictoriaMetrics官网 下载文件 wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.103.0/victoria-metrics-linux-amd64-v1.103.0.tar.gz 解压安装 tar -zxvf victoria-metrics-linux-amd64-v1.103.0.tar.gz -C /opt/victoriametrics/ 创建链接 ln -s /opt/victoria/victoria-metrics-prod /usr/local/bin 检查链接 ls -l /usr/local/bin/ 赋予权限 chmod +x /usr/local/bin/victoria-metrics-prod lrwxrwxrwx. 1 root root 35 Sep 14 13:07 victoria-metrics-prod ->...
下一篇
Unity学习笔记-20240907
P13_8.Animator 打开Windows窗口选择Animation,并拖拽至Game游戏窗口同侧。 打开Windows窗口选择Animator,并拖拽至Scene场景窗口同侧。 创建动画控制器关联Animotor对象点击create按钮创建 将初始状态的图片移动到playerIdel,可点击播放按钮查询动画,这里采样率设置10动画较为流畅。 采样率按钮,在Animation选框的右边...三个小点(竖着的) 忽略playerMove(同上创建方式),动画选择参考截图。 关联动画并建立联系 部分主要涉及代码逻辑,其他省略 private Animator anim;[SerializeField] private bool isMoving; // 获取子类的动画组件 anim = GetComponentInChildren<Animator>(); ...// 判断是否在移动isMoving = rb.velocity.x != 0;anim.SetBool("isMoving",...
©2018 - 2025 By MUMU
Copyright © 2018-2024 wo0ow.com All rights Reserved
苏公网安备32011402012106号 渝ICP备18012869号-1
搜索
数据加载中