diff --git a/blog.html b/blog.html index cf6889c..01e757f 100644 --- a/blog.html +++ b/blog.html @@ -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() } diff --git a/blog/go/publish_package.md b/blog/go/publish_package.md index 3226744..b7e854c 100644 --- a/blog/go/publish_package.md +++ b/blog/go/publish_package.md @@ -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 ``` ## 编写代码 @@ -41,7 +41,7 @@ git push ## 引用软件包 ```sh -go get github.com/go75/my-package/utils +go get github.com/zm50/my-package/utils ```  diff --git a/blog/index.html b/blog/index.html index ebc1178..6add3a2 100644 --- a/blog/index.html +++ b/blog/index.html @@ -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() } diff --git a/blog/other/gogithub.md b/blog/other/gogithub.md index d9fe80e..10e874e 100644 --- a/blog/other/gogithub.md +++ b/blog/other/gogithub.md @@ -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可执行文件 diff --git a/catalogue.html b/catalogue.html index 10d1cd5..b943a26 100644 --- a/catalogue.html +++ b/catalogue.html @@ -9,7 +9,7 @@ docker
-install.md+install.md
@@ -18,7 +18,7 @@ go
-cgo.md+cgo.md
cross_compiler.md
embed.md
file.md
hello.md
publish_package.md
reflect.md
slice.md
string_join.md
unsafe.md
wasm.md
@@ -27,25 +27,25 @@ kubernetes
-components.md+components.md
declarative.md
node.md
object_manage.md
object.md
secret.md
-151.md+151.md
16.25.md
-arp_format.mdudp
domain.md
ethernet_format.md
ip.md
ipv4_format.md
mac.md
port.md
tcp +arp_format.md
domain.md
ethernet_format.md
ip.md
ipv4_format.md
mac.md
port.md
tcp-flow_control.md+flow_control.md
nowcoder
-BM17.md+BM17.md
BM3.md
BM4.md
BM5.md
BM6.md
BM7.md
BM8.md
-computer.md+computer.md
gogithub.md