-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
executable file
·164 lines (105 loc) · 4.44 KB
/
archives.html
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="cupen<xcupen@gmail.com>">
<meta name="description" content="Posts and writings by cupen<xcupen@gmail.com>">
<title>
吹水轩
– Archives </title>
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="https://blog.dogame.cc/theme/images/logo.png">
<link rel="stylesheet" href="https://blog.dogame.cc/theme/css/style.min.css?a54a83d7">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
</head>
<body>
<div class="container">
<div class="four columns sidebar">
<nav>
<a href="https://blog.dogame.cc/">
<img src="https://blog.dogame.cc/images/avatar.jpg" id="gravatar" alt="My photo" />
</a>
<h2><a href="https://blog.dogame.cc/">cupen<xcupen@gmail.com></a></h2>
<div id="bio">
<p>Stay handsome, stay rich.</p>
</div>
<div id="social">
<div id="stalker">
<a title="xcupen on Twitter" href="https://twitter.com/xcupen">
<i class="fa fa-twitter"></i>
</a>
<a title="cupen on Github" href="https://github.com/cupen">
<i class="fa fa-github"></i>
</a>
<a title="4909388/cupen on Stack Overflow" href="http://stackoverflow.com/users/4909388/cupen">
<i class="fa fa-stack-overflow"></i>
</a>
</div> </div>
<div id="tags">
<ul class="list-group col-md-1 row-sm-1">
<li class="list-group-item"><a href="https://blog.dogame.cc/pages/about.html">关于</a></li>
<li class="list-group-item"><a href="https://blog.dogame.cc/pages/plans.html">计划</a></li>
<li class="list-group-item"><a href="https://blog.dogame.cc/pages/wiki.html">Wiki</a></li>
<li class="list-group-item"><a href="http://evilbinary.org" target="_blank">鸭子<span
style="font-size: 0.7em">↗</span> </a></li>
</ul>
</div>
</nav> </div>
<div class="eleven columns content">
<div id="home">
<h2><i class="fa fa-bookmark"></i> Blog Posts </h2>
<ul class="posts">
<li>
<span>23 March 2023 »</span>
<a href="https://blog.dogame.cc/articles/2023-03-23/randomizer-in-game.html">漫谈游戏里的随机性</a>
</li>
<li>
<span>31 December 2022 »</span>
<a href="https://blog.dogame.cc/articles/2022-12-31/thinks-uid.html">欣赏下几种 UID 的实现</a>
</li>
<li>
<span>12 March 2018 »</span>
<a href="https://blog.dogame.cc/articles/2018-03-12/thinks-cli.html">给程序添加命令行接口(CLI)的一点体验</a>
</li>
<li>
<span>17 October 2017 »</span>
<a href="https://blog.dogame.cc/articles/2017-10-17/guide-install-ansible-on-windows.html">Windows/msys2 下安装和使用 ansible</a>
</li>
<li>
<span>02 January 2017 »</span>
<a href="https://blog.dogame.cc/articles/2017-01-02/correct-some-nonsense.html">纠正一些对高手的“偏见”</a>
</li>
<li>
<span>21 December 2016 »</span>
<a href="https://blog.dogame.cc/articles/2016-12-21/thinks-serverlog.html">关于从业以来服务端日志若干历史问题的决议</a>
</li>
<li>
<span>02 July 2013 »</span>
<a href="https://blog.dogame.cc/articles/2013-07-02/thinks-rpc.html">关于"请求-应答"式协议在游戏上的应用</a>
</li>
<li>
<span>17 May 2013 »</span>
<a href="https://blog.dogame.cc/articles/2013-05-17/usexdebug.html">小用xdebug</a>
</li>
</ul>
</div>
<div class="footer">
<div class="disclaimer">
<div id="license" style="margin-top: 10px">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a>
</div>
<p>
© cupen<xcupen@gmail.com>, — built with <a href="http://getpelican.com" target="_blank">Pelican</a> and
forked <a href="https://github.com/cupen/taman" target="_blank">Taman</a>
</p>
</div> </div>
</div>
</div>
</body>
</html>