Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.xml « hystrix « tags - github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0be04e9915f8607d4bdda8dca2eb4064b9ff1c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>hystrix on 赵小黑的博客</title>
    <link>https://xiaohei.im/hugo-theme-pure/tags/hystrix/</link>
    <description>Recent content in hystrix on 赵小黑的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Mon, 26 Aug 2019 15:25:08 +0800</lastBuildDate>
    
        <atom:link href="https://xiaohei.im/hugo-theme-pure/tags/hystrix/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>「LeetCode」链表题解</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/</link>
      <pubDate>Thu, 26 Dec 2019 18:22:05 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/12/linkedlist/</guid>
      <description>链表需要注意的问题: 边界: 头结点尾结点的处理,链表长度为1时的处理 多画图,跟一次循环,边界情况也画图试试 思路大多都是 快慢指针 No.19 =&amp;gt; Remove Nth Node From End of</description>
    </item>
    
    <item>
      <title>「LeetCode」数组题解</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/12/array/</link>
      <pubDate>Thu, 26 Dec 2019 17:22:05 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/12/array/</guid>
      <description>Easy =&amp;gt; 1252. Cells with Odd Values in a Matrix public int oddCells(int n, int m, int[][] indices) { boolean[] oddRows = new boolean[n]; boolean[] oddCols = new boolean[m]; for(int[] item : indices) { // 遍历 indices 获取每一列每一行的出现次数是否为奇数 // 异或: 相同为0 不同为1 oddRows[item[0]] ^=</description>
    </item>
    
    <item>
      <title>[学习笔记] Netty</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/netty/</link>
      <pubDate>Fri, 29 Nov 2019 18:40:27 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/netty/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Redis HA - Cluster</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/cluster/</link>
      <pubDate>Sun, 24 Nov 2019 11:48:17 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/cluster/</guid>
      <description>&lt;p&gt;Redis 官方高可用(HA)方案之一: &lt;strong&gt;Cluster&lt;/strong&gt;.可以解决 &lt;code&gt;sentinel&lt;/code&gt; 模式单点写入的问题.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis HA - 哨兵模式</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/sentinel/</link>
      <pubDate>Sat, 23 Nov 2019 17:56:15 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/sentinel/</guid>
      <description>&lt;p&gt;Redis 官方高可用(HA)方案之一: &lt;strong&gt;哨兵模式&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis-复制功能探索</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/replication/</link>
      <pubDate>Sat, 16 Nov 2019 14:24:40 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/replication/</guid>
      <description>&lt;p&gt;之前对&lt;code&gt;redis&lt;/code&gt; 的复制只有一点点了解,这次想要搞明白的是:如何实现的复制? 复制会遇到哪些问题(时延/一致性保证/网络故障时的处理)? 如何解决?高可用实现方案?&lt;/p&gt;

&lt;p&gt;文章有部分是直接翻译的 &lt;a href=&#34;https://redis.io/topics/replication&#34;&gt;https://redis.io/topics/replication&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis-事件</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/event/</link>
      <pubDate>Thu, 14 Nov 2019 15:01:45 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/event/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;事件驱动程序设计&lt;/strong&gt;(英语:&lt;strong&gt;Event-driven programming&lt;/strong&gt;)是一种电脑&lt;a href=&#34;https://zh.wikipedia.org/wiki/程式設計&#34;&gt;程序设计&lt;/a&gt;&lt;a href=&#34;https://zh.wikipedia.org/wiki/模型&#34;&gt;模型&lt;/a&gt;。这种模型的程序运行流程是由用户的动作(如&lt;a href=&#34;https://zh.wikipedia.org/wiki/滑鼠&#34;&gt;鼠标&lt;/a&gt;的按键,键盘的按键动作)或者是由其他程序的&lt;a href=&#34;https://zh.wikipedia.org/wiki/訊息&#34;&gt;消息&lt;/a&gt;来决定的。相对于批处理程序设计(batch programming)而言,程序运行的流程是由&lt;a href=&#34;https://zh.wikipedia.org/wiki/程式設計師&#34;&gt;程序员&lt;/a&gt;来决定。批量的程序设计在初级程序设计教学课程上是一种方式。然而,事件驱动程序设计这种设计模型是在&lt;a href=&#34;https://zh.wikipedia.org/w/index.php?title=互動程序&amp;amp;action=edit&amp;amp;redlink=1&#34;&gt;交互程序&lt;/a&gt;(Interactive program)的情况下孕育而生的。  &lt;a href=&#34;https://zh.wikipedia.org/wiki/事件驅動程式設計&#34;&gt;&amp;ndash;wikipedia&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
    <item>
      <title>Redis-AOF持久化</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/aof/</link>
      <pubDate>Fri, 08 Nov 2019 15:18:05 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/aof/</guid>
      <description>&lt;p&gt;&lt;code&gt;RDB&lt;/code&gt; 和 &lt;code&gt;AOF&lt;/code&gt; 区别在于: 前者保存数据库快照,持久化所有键值对,后者通过保存 &lt;strong&gt;写命令&lt;/strong&gt; 保证数据库的状态.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis-RDB持久化</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/rdb/</link>
      <pubDate>Wed, 06 Nov 2019 19:08:56 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/rdb/</guid>
      <description>&lt;p&gt;&lt;code&gt;redis&lt;/code&gt; 为内存数据库,一旦服务器进程退出,服务器中的数据就不见了.所以内存中的数据需要持久化的硬盘中来保证可以在必要的时候进行故障恢复. &lt;code&gt;RDB&lt;/code&gt; 就是 &lt;code&gt;redis&lt;/code&gt; 提供的一种持久化方式.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis-数据库长什么样?</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/db/</link>
      <pubDate>Wed, 06 Nov 2019 11:00:32 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/db/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Redis-万物皆「对象」</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/obj/</link>
      <pubDate>Mon, 04 Nov 2019 18:56:15 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/obj/</guid>
      <description>&lt;p&gt;Redis有很多种数据结构,但其并没有直接使用这些数据结构来构建这个 &lt;code&gt;NOSQL&lt;/code&gt;, 而是通过 &lt;code&gt;对象系统&lt;/code&gt; 完成了对所有数据结构的统一管理, 实现内存回收, 对象共享等特性~&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis-分布式锁</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/11/distributed-lock/</link>
      <pubDate>Sun, 03 Nov 2019 14:49:56 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/11/distributed-lock/</guid>
      <description>&lt;p&gt;分布式锁有很多中实现(纯数据库,zookeeper,redis),纯数据库的受限于数据库性能,zk 可以保证加锁的顺序,是公平锁.Redis中的实现就是接下来要学习的.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Redis-数据结构</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/10/data-structure/</link>
      <pubDate>Thu, 24 Oct 2019 09:59:11 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/10/data-structure/</guid>
      <description>&lt;p&gt;系统学习 redis 相关的知识,从数据结构开始~&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>RabbitMQ-消息确认机制</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/10/rabbitmq-ack-confirm/</link>
      <pubDate>Wed, 23 Oct 2019 11:22:13 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/10/rabbitmq-ack-confirm/</guid>
      <description>&lt;p&gt;RabbitMQ在保证生产端与消费端的数据安全上,提供了消息确认的机制来保证. 消费端到 &lt;code&gt;broker&lt;/code&gt; 端的确认常叫做&lt;code&gt;ack机制&lt;/code&gt;,  &lt;code&gt;broker&lt;/code&gt; 到生产端常叫做&lt;code&gt;confirm&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Hexo =&gt; Hugo主题移植记录</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/09/hugo-theme-dev-note/</link>
      <pubDate>Mon, 23 Sep 2019 19:08:35 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/09/hugo-theme-dev-note/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;最近使用&lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt;作为博客引擎后,闲不下来总想去找一些简单好看的主题.在&lt;a href=&#34;https://themes.gohugo.io/&#34;&gt;官方的主题列表&lt;/a&gt;搜罗了一圈后,选择了&lt;a href=&#34;https://github.com/joway/hugo-theme-yinyang&#34;&gt;yinyang&lt;/a&gt;,非常简单,但是用了一段时间还是想找个功能全点的,无意中瞄到了一个博主的博客,主题特别吸引我,但是是 &lt;code&gt;hexo&lt;/code&gt; 平台的,搜了半天也没有人移植,就自己来吧~ 移植的过程中,遇到了挺多问题,也是这些问题慢慢的熟悉了hugo的模板结构.下面就来写一写自己遇到的问题~&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
    <item>
      <title>RabbitMQ-消息分发机制</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/09/rabbitmq-msg-distribution/</link>
      <pubDate>Sat, 21 Sep 2019 18:42:13 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/09/rabbitmq-msg-distribution/</guid>
      <description>&lt;p&gt;rabbitmq有多种使用模式,在这里记录下不同模式的消息路由规则&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>RabbitMQ-入门及高可用集群部署</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/09/rabbitmq-guide-and-ha-cluster/</link>
      <pubDate>Wed, 04 Sep 2019 14:42:13 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/09/rabbitmq-guide-and-ha-cluster/</guid>
      <description></description>
    </item>
    
    <item>
      <title>AMQP消息模型</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/09/amqp-0-9-1-model-explained/</link>
      <pubDate>Tue, 03 Sep 2019 10:04:49 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/09/amqp-0-9-1-model-explained/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Hystrix命令执行流程</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/08/rxjava-in-hystrix/</link>
      <pubDate>Mon, 26 Aug 2019 15:25:08 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/08/rxjava-in-hystrix/</guid>
      <description></description>
    </item>
    
    <item>
      <title>RxJava入门</title>
      <link>https://xiaohei.im/hugo-theme-pure/2019/08/rxjava-guide/</link>
      <pubDate>Wed, 21 Aug 2019 16:09:48 +0800</pubDate>
      
      <guid>https://xiaohei.im/hugo-theme-pure/2019/08/rxjava-guide/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;本文基于 rxjava 1.x 版本&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
  </channel>
</rss>