Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zm50 committed May 1, 2024
1 parent 28e7b1e commit c0ce01a
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
document.getElementById("content").innerHTML = s
}
}
xhr.open("GET", "https://go75.github.io/blog/"+path)
xhr.open("GET", "https://zm50.github.io/blog/"+path)
xhr.send()
}
</script>
Expand Down
6 changes: 3 additions & 3 deletions blog/go/publish_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

## 拉取到本地
```sh
git clone https://github.com/go75/my-package.git
git clone https://github.com/zm50/my-package.git
```

## 初始化项目
```sh
go mod init github.com/go75/my-package.git
go mod init github.com/zm50/my-package.git
```

## 编写代码
Expand All @@ -41,7 +41,7 @@ git push

## 引用软件包
```sh
go get github.com/go75/my-package/utils
go get github.com/zm50/my-package/utils
```
![引用软件包](https://img-blog.csdnimg.cn/3c3d2e524ada48a3b8d8bdfacdf32ade.png#pic_center)

Expand Down
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
content.innerHTML = s
}
}
xhr.open("GET", "https://go75.github.io/blog/" + path)
xhr.open("GET", "https://zm50.github.io/blog/" + path)
xhr.send()
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion blog/other/gogithub.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>可能不少初学者想去GitHub见识到更多优秀开源项目提升自己的能力,但是却发现自己无法访问GitHub,或者说访问速度极其的慢,无疑这对我们来说是一个致命的打击,那么我们如何击败这个拦路虎呢,这里安利一下自己的一个小练习gogithub,帮助大家加速访问GitHub
## 使用说明
>1. 访问https://github.com/go75/gogithub这个链接,这里提一嘴,这个是GitHub的链接,原本是想放到Gitee的,但是被恶心了一手,没开源成功
>1. 访问https://github.com/zm50/gogithub这个链接,这里提一嘴,这个是GitHub的链接,原本是想放到Gitee的,但是被恶心了一手,没开源成功
>2. 首先进入init目录,执行init可执行文件,加载原始的hosts配置到RawHosts文件(仅第一次使用需要初始化,后续再次使用该产品,无需执行该步骤)
>3. 然后进入gogithub目录,使用root权限或者是管理员身份执行gogithub可执行文件
Expand Down
16 changes: 8 additions & 8 deletions catalogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
docker
<blockquote>
<a href="https://go75.github.io/blog#docker/install.md">install.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#docker/install.md">install.md</a><br></blockquote>
etcd
<blockquote>
</blockquote>
Expand All @@ -18,7 +18,7 @@
</blockquote>
go
<blockquote>
<a href="https://go75.github.io/blog#go/cgo.md">cgo.md</a><br><a href="https://go75.github.io/blog#go/cross_compiler.md">cross_compiler.md</a><br><a href="https://go75.github.io/blog#go/embed.md">embed.md</a><br><a href="https://go75.github.io/blog#go/file.md">file.md</a><br><a href="https://go75.github.io/blog#go/hello.md">hello.md</a><br><a href="https://go75.github.io/blog#go/publish_package.md">publish_package.md</a><br><a href="https://go75.github.io/blog#go/reflect.md">reflect.md</a><br><a href="https://go75.github.io/blog#go/slice.md">slice.md</a><br><a href="https://go75.github.io/blog#go/string_join.md">string_join.md</a><br><a href="https://go75.github.io/blog#go/unsafe.md">unsafe.md</a><br><a href="https://go75.github.io/blog#go/wasm.md">wasm.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#go/cgo.md">cgo.md</a><br><a href="https://zm50.github.io/blog#go/cross_compiler.md">cross_compiler.md</a><br><a href="https://zm50.github.io/blog#go/embed.md">embed.md</a><br><a href="https://zm50.github.io/blog#go/file.md">file.md</a><br><a href="https://zm50.github.io/blog#go/hello.md">hello.md</a><br><a href="https://zm50.github.io/blog#go/publish_package.md">publish_package.md</a><br><a href="https://zm50.github.io/blog#go/reflect.md">reflect.md</a><br><a href="https://zm50.github.io/blog#go/slice.md">slice.md</a><br><a href="https://zm50.github.io/blog#go/string_join.md">string_join.md</a><br><a href="https://zm50.github.io/blog#go/unsafe.md">unsafe.md</a><br><a href="https://zm50.github.io/blog#go/wasm.md">wasm.md</a><br></blockquote>
gorm
<blockquote>
</blockquote>
Expand All @@ -27,25 +27,25 @@
</blockquote>
kubernetes
<blockquote>
<a href="https://go75.github.io/blog#kubernetes/components.md">components.md</a><br><a href="https://go75.github.io/blog#kubernetes/declarative.md">declarative.md</a><br><a href="https://go75.github.io/blog#kubernetes/node.md">node.md</a><br><a href="https://go75.github.io/blog#kubernetes/object_manage.md">object_manage.md</a><br><a href="https://go75.github.io/blog#kubernetes/object.md">object.md</a><br><a href="https://go75.github.io/blog#kubernetes/secret.md">secret.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#kubernetes/components.md">components.md</a><br><a href="https://zm50.github.io/blog#kubernetes/declarative.md">declarative.md</a><br><a href="https://zm50.github.io/blog#kubernetes/node.md">node.md</a><br><a href="https://zm50.github.io/blog#kubernetes/object_manage.md">object_manage.md</a><br><a href="https://zm50.github.io/blog#kubernetes/object.md">object.md</a><br><a href="https://zm50.github.io/blog#kubernetes/secret.md">secret.md</a><br></blockquote>
leetcode
<blockquote>
<a href="https://go75.github.io/blog#leetcode/151.md">151.md</a><br><a href="https://go75.github.io/blog#leetcode/16.25.md">16.25.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#leetcode/151.md">151.md</a><br><a href="https://zm50.github.io/blog#leetcode/16.25.md">16.25.md</a><br></blockquote>
network
<blockquote>
<a href="https://go75.github.io/blog#network/arp_format.md">arp_format.md</a><br><a href="https://go75.github.io/blog#network/domain.md">domain.md</a><br><a href="https://go75.github.io/blog#network/ethernet_format.md">ethernet_format.md</a><br><a href="https://go75.github.io/blog#network/ip.md">ip.md</a><br><a href="https://go75.github.io/blog#network/ipv4_format.md">ipv4_format.md</a><br><a href="https://go75.github.io/blog#network/mac.md">mac.md</a><br><a href="https://go75.github.io/blog#network/port.md">port.md</a><br>tcp
<a href="https://zm50.github.io/blog#network/arp_format.md">arp_format.md</a><br><a href="https://zm50.github.io/blog#network/domain.md">domain.md</a><br><a href="https://zm50.github.io/blog#network/ethernet_format.md">ethernet_format.md</a><br><a href="https://zm50.github.io/blog#network/ip.md">ip.md</a><br><a href="https://zm50.github.io/blog#network/ipv4_format.md">ipv4_format.md</a><br><a href="https://zm50.github.io/blog#network/mac.md">mac.md</a><br><a href="https://zm50.github.io/blog#network/port.md">port.md</a><br>tcp
<blockquote>
<a href="https://go75.github.io/blog#network/tcp/flow_control.md">flow_control.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#network/tcp/flow_control.md">flow_control.md</a><br></blockquote>
udp
<blockquote>
</blockquote>
</blockquote>
nowcoder
<blockquote>
<a href="https://go75.github.io/blog#nowcoder/BM17.md">BM17.md</a><br><a href="https://go75.github.io/blog#nowcoder/BM3.md">BM3.md</a><br><a href="https://go75.github.io/blog#nowcoder/BM4.md">BM4.md</a><br><a href="https://go75.github.io/blog#nowcoder/BM5.md">BM5.md</a><br><a href="https://go75.github.io/blog#nowcoder/BM6.md">BM6.md</a><br><a href="https://go75.github.io/blog#nowcoder/BM7.md">BM7.md</a><br><a href="https://go75.github.io/blog#nowcoder/BM8.md">BM8.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#nowcoder/BM17.md">BM17.md</a><br><a href="https://zm50.github.io/blog#nowcoder/BM3.md">BM3.md</a><br><a href="https://zm50.github.io/blog#nowcoder/BM4.md">BM4.md</a><br><a href="https://zm50.github.io/blog#nowcoder/BM5.md">BM5.md</a><br><a href="https://zm50.github.io/blog#nowcoder/BM6.md">BM6.md</a><br><a href="https://zm50.github.io/blog#nowcoder/BM7.md">BM7.md</a><br><a href="https://zm50.github.io/blog#nowcoder/BM8.md">BM8.md</a><br></blockquote>
other
<blockquote>
<a href="https://go75.github.io/blog#other/computer.md">computer.md</a><br><a href="https://go75.github.io/blog#other/gogithub.md">gogithub.md</a><br></blockquote>
<a href="https://zm50.github.io/blog#other/computer.md">computer.md</a><br><a href="https://zm50.github.io/blog#other/gogithub.md">gogithub.md</a><br></blockquote>

</body>
</html>
2 changes: 1 addition & 1 deletion catalogue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dfs(){
dfs $1/$file
s=$s'</blockquote>\n'
else
src=https://go75.github.io/blog#${1#???????}/$file
src=https://zm50.github.io/blog#${1#???????}/$file
s=$s"<a href=\"$src\">$file</a><br>"
fi
done
Expand Down
2 changes: 1 addition & 1 deletion game/plane/game/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var win = document.getElementById('win')
var score = document.getElementById('score')
var hp = document.getElementById('hp')

var PERFIX_SRC = 'https://go75.github.io/game/plane/resource/img/'
var PERFIX_SRC = 'https://zm50.github.io/game/plane/resource/img/'

var PlAYER_SRC = PERFIX_SRC + 'player.png'
var BULLET_SRC = PERFIX_SRC + 'bullet.png'
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ <h2>最后</h2>
<p>如果对你有所帮助,可以请我喝一杯咖啡吗😉</p>
<div id="tips-container">
<div id="tips">
<img class="tips" src="https://go75.github.io/assets/img/alipay.jpg">
<img class="tips" src="https://go75.github.io/assets/img/wechat_pay.png">
<img class="tips" src="https://zm50.github.io/assets/img/alipay.jpg">
<img class="tips" src="https://zm50.github.io/assets/img/wechat_pay.png">
</div>
</div>
</article>
Expand Down
Loading

0 comments on commit c0ce01a

Please sign in to comment.