avatar
Kubernetes中Go服务的远程debug

Kubernetes中Go服务的远程debug

星期二,十二月 7 日,2021 年

作为开发人员,我们总是会遇到一些bug本地无法模拟,需要在通过远程方式排查,本教程介绍如何配置远程debug Kubernetes上的Go服务,通过本教程,你会学到:

  • 通过dlv工具远程debug 用Go写的服务
  • vscode配置远程debug
avatar归零
1 分钟阅读
Arthas反编译更新线上代码

Arthas反编译更新线上代码

星期一,四月 12 日,2021 年

很多时候,出现线上问题,我们需要紧急修复程序并立马生效,使线上问题影响最小,所以我们需要线上更新部分程序,今天就以热更新com.example.demo.arthas.user.UserController为例,介绍Arthas工具如何热更新线上代码。

1. 下载arthas工具并运行

curl -O https://arthas.aliyun.com/arthas-boot.jar
java -jar arthas-boot.jar
avatar归零
1 分钟阅读
markdown语法

markdown语法

星期一,十月 12 日,2015 年

本文转自这里 使用 Markdown 真的可以写出非常整洁的文档来,看到很多人都在使用,自己也忍不住学习了下。网上有很多讲解 markdown 语法的,资料庞大复杂不够简练,学个基础语法置于这么麻烦么。我做了一些整理,保证你学了这些,就可以使用 markdown 去秀文档了。 1、标题: #h1级标题 ##h2级标题 ###h3级标题 ####h4级标题 #####h5级标题 ######h6级标题 2、分割线:三个以上的短线 即可作出分割线(需要空行隔开生效) 3、超链接:[连接名称](网址 , 标题) [我是链接名](http://www.izhangbo.cn, “我是标题”) [<i class=”icon-refresh”></i> 点我刷新](/sonfilename/) 另一种超链接写法:[链接名][链接代号] [here][3] 然后在别的地方定义 3 这个详细链接信息,[3]: http://www.izhangbo.cn “haode” 4、键盘键 <kbd>Ctrl+[</kbd> and <kbd>Ctrl+]</kbd> 5、code格式:反引号 Use the `printf()` function. “There is a literal backtick (`) here.针对在代码区段内插入反引号的情况“ 6、强调: *斜体强调* **粗体强调** 7、图片 ![Alt text](/path/to/img.jpg “Optional title”) 8、上角标 这里加个上角标[^stackedit] [^stackedit]:角标内容详情 9、使用 icon 图标文字 <i class=”icon-cog”></i> 10、段落:以一个空行开始,以一个空行结束,中间的就是一个段落。 11、表格:这个稍微有些复杂 Item | Value ——– | — Computer | $1600 Phone | $12 Pipe | $1 12、无序列表:使用 – 加一个空格(需要空行隔开生效) – 无需列表1 – 无序列表2 – 无序列表3 13、有序列表:使用 数字 加一个英文句点(需要空行隔开生效) 1.
@ 归零
1 分钟阅读
Hello World

Hello World

星期日,三月 2 日,2014 年

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post $ hexo new "My New Post" More info: Writing Run server $ hexo server More info: Server Generate static files $ hexo generate More info: Generating Deploy to remote sites $ hexo deploy More info: Deployment
@ 归零
1 分钟阅读

© 2014 - 2022 Lionel's Blog

Powered by Hugo with theme Dream.