惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
T
Tailwind CSS Blog
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
罗磊的独立博客
量子位
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
B
Blog
腾讯CDC
爱范儿
爱范儿
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
F
Fortinet All Blogs
雷峰网
雷峰网
G
Google Developers Blog
Google DeepMind News
Google DeepMind News

卡卡罗特

流行的Agent代码编辑器 eino实现Agent eino整合RAG eino整合Tools go整合向量数据库ChromaDB langchainjs langchain实现Agent ollama调用各大模型 spring-ai 自定义一个MCP openCV初体验 01-Bing每日一图接口 02-腾讯API高清QQ头像https调用接口 01-获取指定网站的所有的链接 context.Context是什么? RWMutex读写锁 SyncMap的使用 defer的使用 go字符串工具类 go生成UUID go正则表达式 最后代码 | 卡卡罗特 swagger文档 | 卡卡罗特 react脚手架开发 | 卡卡罗特 python的对象增强 | 卡卡罗特 langchain实现Agent | 卡卡罗特 03.python列表集合元组字典 | 卡卡罗特 python依赖打包 | 卡卡罗特 python的异步 | 卡卡罗特 python的生成器 | 卡卡罗特
gitHub Pages 的使用 | 卡卡罗特
2026-04-26 · via 卡卡罗特

gitHub Page 一般作为静态资源的托管,也就是可以当做免费的服务器。github page 默认的主域名是 https://用户名.github.io/

当然也可以自定义 二级域名,二级域名就是你的仓库名称(比如 https://用户名.github.io/picture/)。如果你不想有二级域名的话,你的仓库的名称必须要起 用户名.github.io 这个名字。

githubPage

创建图床

创建github仓库,名称为 picture , 进入 Settings > Pages ,选择一个分支就OK了。 githubPage

这个时候你就拥有了一个 https://coder-lzh.github.io/picture/ 的网站,访问资源的话,后面加上路径就可以了。 比如: https://coder-lzh.github.io/picture/1.png

自定义域名

当然你也可以自定义域名,毕竟自带的域名不好看。非常的简单。 githubPage

当然,域名也需要设置一下 映射 githubPage