<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hopehook - Hope for the best, prepare for the worst.</title>
    <link>https://hopehook.com/</link>
    <description>Recent content on Hopehook - Hope for the best, prepare for the worst.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 28 Dec 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://hopehook.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>About</title>
      <link>https://hopehook.com/about/</link>
      <pubDate>Sun, 26 Dec 2021 12:36:00 +0800</pubDate>
      
      <guid>https://hopehook.com/about/</guid>
      <description>Hi，你好 我是 Hopehook，计算机专业毕业后，主要从事后端开发相关工作，工作上大多使用 Golang 和 Python。 编程对于我是一件很快乐的事情，工</description>
    </item>
    
    <item>
      <title>Go 汇编概述</title>
      <link>https://hopehook.com/post/golang_assembly/</link>
      <pubDate>Tue, 28 Dec 2021 00:00:00 +0000</pubDate>
      
      <guid>https://hopehook.com/post/golang_assembly/</guid>
      <description>操作方向 plan9 汇编操作数方向 与 intel 汇编方向相反，plan9 是 从左到右，intel 是 从右到左。 1 2 3 4 5 // plan9 汇编 MOVQ $123, AX // intel汇编 MOV RAX, 123 入栈和出</description>
    </item>
    
    <item>
      <title>如何定制一个 mysql 连接池</title>
      <link>https://hopehook.com/post/python_mysql_pool_2/</link>
      <pubDate>Mon, 01 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://hopehook.com/post/python_mysql_pool_2/</guid>
      <description>为什么要连接池？ 在开发中, 只要涉及到类似 TCP 长连接资源的, 通常都要考虑到使用连接池封装来提高资源的可复用率, 避免频繁建立连接带来的网络请求开销</description>
    </item>
    
    <item>
      <title>一个简单的 redis 分布式锁实现</title>
      <link>https://hopehook.com/post/redis_lock/</link>
      <pubDate>Sat, 27 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>https://hopehook.com/post/redis_lock/</guid>
      <description>前言 在编程中， 经常需要开多进程或者多线程， 甚至多协程， 来提高并发性能。 但是，当 多进程/多线程/多协程 需要访问同一个全局变量的时候，会导致 &amp;l</description>
    </item>
    
    <item>
      <title>一些常见场景的 http 状态码</title>
      <link>https://hopehook.com/post/http_status_code/</link>
      <pubDate>Sun, 01 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://hopehook.com/post/http_status_code/</guid>
      <description>前言 每一个 HTTP 请求的响应都会带有一个 HTTP 状态码(status code), 表示 HTTP 服务器响应状态的代码. 在 web 开发时, 经常遇到 200、301、404、500等.</description>
    </item>
    
  </channel>
</rss>
