1 Star 0 Fork 0

mohuani/hugoBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 9.86 KB
一键复制 编辑 原始数据 按行查看 历史
mohuani 提交于 2020-05-22 01:17 . 跨域相关的问题
<!doctype html>
<html lang="zh-CN">
<head>
<meta name="generator" content="Hugo 0.65.3" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>积雪草的博客 | 专注于Golang、PHP、移动互联网、项目管理、软件架构</title>
<meta property="og:title" content="积雪草的博客 | 专注于Golang、PHP、移动互联网、项目管理、软件架构">
<meta property="og:type" content="website">
<meta name="Keywords" content="golang,go语言,PHP,积雪草,博客,软件架构">
<meta name="description" content="专注于IT互联网,包括但不限于Go语言(golang),软件架构等">
<meta property="og:url" content="https://mohuani.gitee.io/hugoblog/">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href='/hugoblog/css/normalize.css'>
<link rel="stylesheet" href='/hugoblog/css/style.css'>
<link rel="alternate" type="application/rss+xml+xml" href="https://mohuani.gitee.io/hugoblog/index.xml" title="积雪草的博客" />
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4031353640611810",
enable_page_level_ads: true
});
</script>
<link rel="stylesheet" href='/hugoblog/css/douban.css'>
<link rel="stylesheet" href='/hugoblog/css/other.css'>
</head>
<body>
<header id="header" class="clearfix">
<div class="container">
<div class="col-group">
<div class="site-name ">
<h1>
<a id="logo" href="https://mohuani.gitee.io/hugoblog">
积雪草的博客
</a>
</h1>
<p class="description">专注于Golang、PHP、移动互联网、项目管理、软件架构</p>
</div>
<div>
<nav id="nav-menu" class="clearfix">
<a class="current" href="https://mohuani.gitee.io/hugoblog">首页</a>
<a href="https://mohuani.gitee.io/hugoblog/tools/" title="工具">工具</a>
<a href="https://mohuani.gitee.io/hugoblog/archives/" title="归档">归档</a>
<a href="https://mohuani.gitee.io/hugoblog/about/" title="关于">关于</a>
</nav>
</div>
</div>
</div>
</header>
<div id="body">
<div class="container">
<div class="col-group">
<div class="col-8" id="main">
<div class="res-cons">
<article class="post">
<header>
<h1 class="post-title">
<a href="https://mohuani.gitee.io/hugoblog/2020/05/22/Cross-Domain-Problem/" title="Cross Domain Problem">Cross Domain Problem</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年5月22日
</date>
<div class="post-content">
跨域问题 启动hugo,实时预览 1 hugo server -D 生成可以push的静态文件 1 hugo -D push 到 Pages 1 2 3 4 5 git add . git commit -m &#34;xxx&#34; git pull --rebase origin master git push……
</div>
<p class="readmore"><a href="https://mohuani.gitee.io/hugoblog/2020/05/22/Cross-Domain-Problem/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://mohuani.gitee.io/hugoblog/2020/02/26/My-First-Post/" title="My First Post">My First Post</a>
</h1>
</header>
<date class="post-meta meta-date">
2020年2月26日
</date>
<div class="post-content">
项目以往 gitee提交代码为例子 1、创建公钥 1 ssh-keygen -t rsa -C “git@gitee.com” 执行完毕该命令后,会在 “/c/Users/xxxx/.ssh/” 目录下面生成3个文件 1 2 3 id_rsa id_rsa.pub known_hosts 2、进入将创建好的公钥内容(id_rsa.pub)复制到如下的地址中,这样你就可以有权限对自己的远程……
</div>
<p class="readmore"><a href="https://mohuani.gitee.io/hugoblog/2020/02/26/My-First-Post/">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://mohuani.gitee.io/hugoblog/2019/12/18/golang-gin-query-parameters-array-map.html" title="Golang Gin 实战(五)| 接收数组和 Map">Golang Gin 实战(五)| 接收数组和 Map</a>
</h1>
</header>
<date class="post-meta meta-date">
2019年12月18日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='https://mohuani.gitee.io/categories/Golang'>Golang</a></span>
</div>
<div class="post-content">
标题 段落内容 标题 段落内容 标题 段落内容 标题 段落内容 标题 段落内容……
</div>
<p class="readmore"><a href="https://mohuani.gitee.io/hugoblog/2019/12/18/golang-gin-query-parameters-array-map.html">阅读全文</a></p>
</article>
<article class="post">
<header>
<h1 class="post-title">
<a href="https://mohuani.gitee.io/hugoblog/2019/12/13/Golang-Gin-%E5%AE%9E%E6%88%98%E4%B8%89-%E8%B7%AF%E7%94%B1%E5%8F%82%E6%95%B0/" title="Golang Gin 实战(三)| 路由参数">Golang Gin 实战(三)| 路由参数</a>
</h1>
</header>
<date class="post-meta meta-date">
2019年12月13日
</date>
<div class="post-meta">
<span>|</span>
<span class="meta-category"><a href='https://mohuani.gitee.io/categories/Golang'>Golang</a></span>
</div>
<div class="post-content">
标题 段落内容 标题 段落内容 标题 段落内容 标题 段落内容 标题 段落内容……
</div>
<p class="readmore"><a href="https://mohuani.gitee.io/hugoblog/2019/12/13/Golang-Gin-%E5%AE%9E%E6%88%98%E4%B8%89-%E8%B7%AF%E7%94%B1%E5%8F%82%E6%95%B0/">阅读全文</a></p>
</article>
</div>
</div>
<div id="secondary">
<section class="widget">
<form id="search" action='https://mohuani.gitee.io/hugoblog/search/' method="get" accept-charset="utf-8" target="_blank" _lpchecked="1">
<input type="text" name="q" maxlength="20" placeholder="Search">
<input type="hidden" name="sitesearch" value="https://mohuani.gitee.io/hugoblog">
<button type="submit" class="submit icon-search"></button>
</form>
</section>
<section class="widget">
<h3 class="widget-title">最近文章</h3>
<ul class="widget-list">
<li>
<a href="https://mohuani.gitee.io/hugoblog/2020/05/22/Cross-Domain-Problem/" title="Cross Domain Problem">Cross Domain Problem</a>
</li>
<li>
<a href="https://mohuani.gitee.io/hugoblog/2020/02/26/My-First-Post/" title="My First Post">My First Post</a>
</li>
<li>
<a href="https://mohuani.gitee.io/hugoblog/2019/12/18/golang-gin-query-parameters-array-map.html" title="Golang Gin 实战(五)| 接收数组和 Map">Golang Gin 实战(五)| 接收数组和 Map</a>
</li>
<li>
<a href="https://mohuani.gitee.io/hugoblog/2019/12/13/Golang-Gin-%E5%AE%9E%E6%88%98%E4%B8%89-%E8%B7%AF%E7%94%B1%E5%8F%82%E6%95%B0/" title="Golang Gin 实战(三)| 路由参数">Golang Gin 实战(三)| 路由参数</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title">分类</h3>
<ul class="widget-list">
<li><a href="https://mohuani.gitee.io/hugoblog/categories/Golang/">Golang (2)</a></li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title">标签</h3>
<div class="tagcloud">
<a href="https://mohuani.gitee.io/hugoblog/tags/golang/">golang</a>
</div>
</section>
<section class="widget">
<h3 class="widget-title">友情链接</h3>
<ul class="widget-list">
<li>
<a target="_blank" href="https://www.flysnow.org/" title="积雪草的博客">积雪草的博客</a>
</li>
<li>
<a target="_blank" href="https://www.liwenzhou.com" title="李文周的博客">李文周的博客</a>
</li>
</ul>
</section>
<section class="widget">
<h3 class="widget-title">其它</h3>
<ul class="widget-list">
<li><a href="https://mohuani.gitee.io/hugoblog/index.xml">文章 RSS</a></li>
</ul>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
&copy; 2020 <a href="https://mohuani.gitee.io/hugoblog">积雪草的博客 By 积雪草</a>.
Powered by <a rel="nofollow noreferer noopener" href="https://gohugo.io" target="_blank">Hugo</a>.
<a href="https://www.flysnow.org/" target="_blank">Theme</a> based on <a href="https://github.com/flysnow-org/maupassant-hugo" target="_blank">maupassant</a>.
</div>
</footer>
<a id="rocket" href="#top"></a>
<script type="text/javascript" src='/hugoblog/js/totop.js?v=0.0.0' async=""></script>
<script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script>
<script src='/hugoblog/js/douban.js'></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mohuani/hugoBlog.git
git@gitee.com:mohuani/hugoBlog.git
mohuani
hugoBlog
hugoBlog
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385