<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>编程 on SimonDing 的博客</title>
    <link>https://simonding.com/categories/%E7%BC%96%E7%A8%8B/</link>
    <description>Recent content in 编程 on SimonDing 的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 17 Jan 2020 22:19:48 +0800</lastBuildDate>
    
	<atom:link href="https://simonding.com/categories/%E7%BC%96%E7%A8%8B/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>微服务介绍以及 go 语言微服务实践</title>
      <link>https://simonding.com/post/2020/01/golang-microservice/</link>
      <pubDate>Fri, 17 Jan 2020 22:19:48 +0800</pubDate>
      
      <guid>https://simonding.com/post/2020/01/golang-microservice/</guid>
      <description>这几年微服务的概念大火。很多做开发的都听说过微服务这个概念，最近我也在自己负责的项目当中实践了一次微服务。 什么是微服务 知乎上有个回答，对这个</description>
    </item>
    
    <item>
      <title>Go 语言 QT 开发踩坑</title>
      <link>https://simonding.com/post/2019/09/go-qt/</link>
      <pubDate>Mon, 30 Sep 2019 23:23:48 +0800</pubDate>
      
      <guid>https://simonding.com/post/2019/09/go-qt/</guid>
      <description>&lt;p&gt;最近为公司开发了一个工具来简化一些繁琐的操作。试用了很多个 GUI 库之后，最终转到了 qt 上。工具使用了 &lt;a href=&#34;https://github.com/therecipe/qt&#34;&gt;therecipe/qt&lt;/a&gt; 项目的qt绑定。&lt;/p&gt;

&lt;p&gt;go语言有好几个qt绑定的库，但是大部分都已经不在维护了，之后这个 &lt;a href=&#34;https://github.com/therecipe/qt&#34;&gt;therecipe/qt&lt;/a&gt; 项目目前还在积极的维护。开发者也比较活跃。中间遇到了问题，在github提了个 issue 开发者也很快回复了。&lt;/p&gt;

&lt;p&gt;但是这个库目前还处于积极开发的状态，文档奇缺。英文文档都很少，更别提中文文档了。在谷歌里搜索这个库，几乎找不到一个像样的demo的例子。&lt;/p&gt;

&lt;p&gt;github主页上有详细的安装方法，但是由于中国的网络环境。安装过程并不是很顺畅。其他的基本上都要看作者给的代码示例了。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;我下面的坑都是在 Mac 环境下的，windows下可以做参考&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>go 语言 gui 库现状 2019</title>
      <link>https://simonding.com/post/2019/09/go-gui/</link>
      <pubDate>Sat, 14 Sep 2019 00:24:08 +0800</pubDate>
      
      <guid>https://simonding.com/post/2019/09/go-gui/</guid>
      <description>最近突然迷上了go写gui程序，不停的寻找各式各样的go gui库。很遗憾的是，几乎所有库都有各式各样的问题。 andlabs/ui andlabs/ui 是我最早接触的一个gui库。</description>
    </item>
    
    <item>
      <title>我抛弃了zsh，拥抱了fish</title>
      <link>https://simonding.com/post/2019/05/zsh-fish/</link>
      <pubDate>Sun, 19 May 2019 00:37:50 +0800</pubDate>
      
      <guid>https://simonding.com/post/2019/05/zsh-fish/</guid>
      <description>最近花了好几天时间来配置自己的shell。尝试了很多东西都不是很满意，最后决定还是fish shell。 zsh zsh有点主要有一下几点： 丰富而强大</description>
    </item>
    
    <item>
      <title>spring boot项目集成elk收集项目日志</title>
      <link>https://simonding.com/post/2019/05/spring-boot-elk/</link>
      <pubDate>Thu, 16 May 2019 01:31:13 +0800</pubDate>
      
      <guid>https://simonding.com/post/2019/05/spring-boot-elk/</guid>
      <description>&lt;p&gt;项目进行到一定时候我们会希望对系统的日志进行分析，特别是生产环境的日志。以便随时了解系统的运行状态。&lt;/p&gt;

&lt;p&gt;elk代表elasticsearch、logstash和kibana，是最为成熟的一套日志收集平台。logstash负责收集日志，elasticsearch负责存储日志和对日志进行索引，kibana负责日志的展示。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>