Skip to content

Commit 2798ffa

Browse files
committed
Site updated: 2017-11-05 16:10:50
1 parent d4ee8e9 commit 2798ffa

File tree

109 files changed

+28148
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+28148
-0
lines changed

2014/03/19/Oracle中删除重复记录整理/index.html

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

2014/05/15/Oracle数据库服务总结/index.html

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

2014/10/28/关于Java中转换机制整理/index.html

Lines changed: 481 additions & 0 deletions
Large diffs are not rendered by default.

2014/12/09/win7下安装ubuntu14-04双系统/index.html

Lines changed: 432 additions & 0 deletions
Large diffs are not rendered by default.

2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/index.html

Lines changed: 432 additions & 0 deletions
Large diffs are not rendered by default.

2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/index.html

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

2015/02/09/mysqldump命令一点总结/index.html

Lines changed: 450 additions & 0 deletions
Large diffs are not rendered by default.

2015/03/03/Java与C++在面向对象基本概念上的区分/index.html

Lines changed: 442 additions & 0 deletions
Large diffs are not rendered by default.

2015/03/16/Android 随记/index.html

Lines changed: 512 additions & 0 deletions
Large diffs are not rendered by default.

2015/05/20/oracle11g导出一些表缺失问题/index.html

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.

2015/09/09/解决-bin-bash-M-bad-interpreter-No-such-file-or-directory/index.html

Lines changed: 432 additions & 0 deletions
Large diffs are not rendered by default.

2016/01/09/JSON-JSONArray-Map一些总结/index.html

Lines changed: 435 additions & 0 deletions
Large diffs are not rendered by default.

2016/04/15/Git代理设置,加速clone/index.html

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

2016/05/27/记录一些markdown的使用技巧/index.html

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

2016/07/22/CRON表达式详解/index.html

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

2016/10/26/Mysql的主从备份搭建/index.html

Lines changed: 451 additions & 0 deletions
Large diffs are not rendered by default.

2016/10/26/samba服务器可以访问-无法写入故障/index.html

Lines changed: 425 additions & 0 deletions
Large diffs are not rendered by default.

2016/11/05/编译安装nginx-使其支持sticky模块/index.html

Lines changed: 422 additions & 0 deletions
Large diffs are not rendered by default.

2016/11/05/解决getpwnam-“nginx”-failed/index.html

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

2017/01/25/让Github Pages自定义域名开启HTTPS/index.html

Lines changed: 443 additions & 0 deletions
Large diffs are not rendered by default.

2017/01/26/如何申请免费的HTTPS证书/index.html

Lines changed: 455 additions & 0 deletions
Large diffs are not rendered by default.

2017/02/22/科学上网/index.html

Lines changed: 432 additions & 0 deletions
Large diffs are not rendered by default.

2017/02/26/一个奇怪的bug-tomcat卡在deploying/index.html

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

2017/03/20/最近折腾的redis的总结/index.html

Lines changed: 435 additions & 0 deletions
Large diffs are not rendered by default.

2017/04/01/小程序wx-uploadFile踩坑/index.html

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.

2017/06/18/hello-world/index.html

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hyhcoder.xin

about/index.html

Lines changed: 389 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,389 @@
1+
<!DOCTYPE html>
2+
3+
4+
<html class="dark page-about">
5+
6+
7+
<head>
8+
<meta charset="utf-8">
9+
10+
<title>about | Hyhcoder</title>
11+
12+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
13+
14+
15+
<meta name="keywords" content="hyhcoder,后端,java,spring,mysql,算法,古典音乐,Linux,部署" />
16+
17+
18+
<meta name="description" content="From zero to infinity">
19+
<meta property="og:type" content="website">
20+
<meta property="og:title" content="about">
21+
<meta property="og:url" content="https://www.hyhcoder.xin/about/index.html">
22+
<meta property="og:site_name" content="Hyhcoder">
23+
<meta property="og:description" content="From zero to infinity">
24+
<meta property="og:updated_time" content="2017-06-18T08:17:25.103Z">
25+
<meta name="twitter:card" content="summary">
26+
<meta name="twitter:title" content="about">
27+
<meta name="twitter:description" content="From zero to infinity">
28+
29+
30+
31+
32+
<link rel="icon" href="/images/favicon.ico">
33+
34+
35+
<link href="/css/styles.css?v=c114cbe6" rel="stylesheet">
36+
37+
38+
39+
<link rel="stylesheet" href="/css/personal-style.css">
40+
41+
42+
43+
44+
45+
<script type="text/javascript">
46+
var _hmt = _hmt || [];
47+
(function() {
48+
var hm = document.createElement("script");
49+
hm.src = "//hm.baidu.com/hm.js?7a54a44fff329989bc3411014d02261a";
50+
var s = document.getElementsByTagName("script")[0];
51+
s.parentNode.insertBefore(hm, s);
52+
})();
53+
</script>
54+
55+
56+
57+
<script type="text/javascript">
58+
(function(){
59+
var bp = document.createElement('script');
60+
var curProtocol = window.location.protocol.split(':')[0];
61+
if (curProtocol === 'https') {
62+
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
63+
}
64+
else {
65+
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
66+
}
67+
var s = document.getElementsByTagName("script")[0];
68+
s.parentNode.insertBefore(bp, s);
69+
})();
70+
</script>
71+
72+
73+
74+
75+
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
76+
77+
78+
79+
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.3.0/css/font-awesome.min.css">
80+
81+
</head>
82+
83+
<body>
84+
85+
86+
87+
<span id="toolbox-mobile" class="toolbox-mobile">导航</span>
88+
89+
90+
<div class="content content-about">
91+
<div class="page-header">
92+
93+
94+
<div class="breadcrumb">
95+
<div class="location">关于</div>
96+
<i class="icon-location"></i>
97+
</div>
98+
99+
100+
101+
<div class="toolbox">
102+
<a class="toolbox-entry" href="/">
103+
<span class="toolbox-entry-text">导航</span>
104+
<i class="icon-angle-down"></i>
105+
<i class="icon-home"></i>
106+
</a>
107+
<ul class="list-toolbox">
108+
109+
<li class="item-toolbox">
110+
<a
111+
class="CIRCLE"
112+
href="/archives/"
113+
rel="noopener noreferrer"
114+
target="_self"
115+
>
116+
博客
117+
</a>
118+
</li>
119+
120+
<li class="item-toolbox">
121+
<a
122+
class="CIRCLE"
123+
href="/tag/"
124+
rel="noopener noreferrer"
125+
target="_self"
126+
>
127+
标签
128+
</a>
129+
</li>
130+
131+
<li class="item-toolbox">
132+
<a
133+
class="CIRCLE"
134+
href="/project/"
135+
rel="noopener noreferrer"
136+
target="_self"
137+
>
138+
项目
139+
</a>
140+
</li>
141+
142+
<li class="item-toolbox">
143+
<a
144+
class="CIRCLE"
145+
href="/link/"
146+
rel="noopener noreferrer"
147+
target="_self"
148+
>
149+
友链
150+
</a>
151+
</li>
152+
153+
<li class="item-toolbox">
154+
<a
155+
class="CIRCLE"
156+
href="/about/"
157+
rel="noopener noreferrer"
158+
target="_self"
159+
>
160+
关于
161+
</a>
162+
</li>
163+
164+
<li class="item-toolbox">
165+
<a
166+
class="CIRCLE"
167+
href="/search/"
168+
rel="noopener noreferrer"
169+
target="_self"
170+
>
171+
搜索
172+
</a>
173+
</li>
174+
175+
</ul>
176+
</div>
177+
178+
179+
180+
<div class="box-blog-info">
181+
<a class="avatar" href="/">
182+
<img src="/images/avatar.jpg" alt="" />
183+
</a>
184+
<div class="info">
185+
<h3 class="name" style="font-family: calligraffittiregular">
186+
Hyhcoder
187+
</h3>
188+
<div class="slogan">
189+
Almost everything fall away in the face of death
190+
</div>
191+
</div>
192+
</div>
193+
194+
</div>
195+
196+
197+
<ul class="about-list">
198+
199+
<li class="about-item">
200+
201+
<i class="icon icon-user dot dot-0"></i>
202+
203+
204+
205+
206+
<div class="text">Hyhcoder,Java</div>
207+
208+
<div class="text">后台Java,喜欢编程,喜欢研究各种有的没的.</div>
209+
210+
<div class="text">后端开发工程师,常用 Java / Python.</div>
211+
212+
213+
214+
</li>
215+
216+
<li class="about-item">
217+
218+
<i class="icon icon-github dot dot-1"></i>
219+
220+
221+
222+
<div class="text">
223+
<span>Github</span>
224+
225+
<a rel="noopener noreferrer" target="_blank" class="text-value-url" href="https://github.com/hyhcoder">@hyhcoder</a>
226+
227+
</div>
228+
229+
230+
</li>
231+
232+
<li class="about-item">
233+
234+
<i class="icon icon-mail dot dot-2"></i>
235+
236+
237+
238+
<div class="text">
239+
<span>Gmail</span>
240+
241+
<a rel="noopener noreferrer" target="_blank" class="text-value-url" href="">hyhcoder@gmail.com</a>
242+
243+
</div>
244+
245+
246+
</li>
247+
248+
<li class="about-item">
249+
250+
<i class="icon icon-location dot dot-3"></i>
251+
252+
253+
254+
<div class="text">
255+
<span></span>
256+
257+
<span>广州</span>
258+
259+
</div>
260+
261+
262+
</li>
263+
264+
</ul>
265+
266+
</div>
267+
268+
269+
270+
271+
272+
<div class="modal" id="modal">
273+
<span id="cover" class="cover hide"></span>
274+
<div id="modal-dialog" class="modal-dialog hide-dialog">
275+
<div class="modal-header">
276+
<span id="close" class="btn-close">关闭</span>
277+
</div>
278+
<hr>
279+
<div class="modal-body">
280+
<ul class="list-toolbox">
281+
282+
<li class="item-toolbox">
283+
<a
284+
class="CIRCLE"
285+
href="/archives/"
286+
rel="noopener noreferrer"
287+
target="_self"
288+
>
289+
博客
290+
</a>
291+
</li>
292+
293+
<li class="item-toolbox">
294+
<a
295+
class="CIRCLE"
296+
href="/tag/"
297+
rel="noopener noreferrer"
298+
target="_self"
299+
>
300+
标签
301+
</a>
302+
</li>
303+
304+
<li class="item-toolbox">
305+
<a
306+
class="CIRCLE"
307+
href="/project/"
308+
rel="noopener noreferrer"
309+
target="_self"
310+
>
311+
项目
312+
</a>
313+
</li>
314+
315+
<li class="item-toolbox">
316+
<a
317+
class="CIRCLE"
318+
href="/link/"
319+
rel="noopener noreferrer"
320+
target="_self"
321+
>
322+
友链
323+
</a>
324+
</li>
325+
326+
<li class="item-toolbox">
327+
<a
328+
class="CIRCLE"
329+
href="/about/"
330+
rel="noopener noreferrer"
331+
target="_self"
332+
>
333+
关于
334+
</a>
335+
</li>
336+
337+
<li class="item-toolbox">
338+
<a
339+
class="CIRCLE"
340+
href="/search/"
341+
rel="noopener noreferrer"
342+
target="_self"
343+
>
344+
搜索
345+
</a>
346+
</li>
347+
348+
</ul>
349+
350+
</div>
351+
</div>
352+
</div>
353+
354+
355+
356+
357+
358+
<script type="text/javascript">
359+
function loadScript(url, callback) {
360+
var script = document.createElement('script')
361+
script.type = 'text/javascript';
362+
363+
if (script.readyState) { //IE
364+
script.onreadystatechange = function() {
365+
if (script.readyState == 'loaded' ||
366+
script.readyState == 'complete') {
367+
script.onreadystatechange = null;
368+
callback();
369+
}
370+
};
371+
} else { //Others
372+
script.onload = function() {
373+
callback();
374+
};
375+
}
376+
377+
script.src = url;
378+
document.getElementsByTagName('head')[0].appendChild(script);
379+
}
380+
381+
window.onload = function() {
382+
loadScript('/js/bundle.js?235683', function() {
383+
// load success
384+
});
385+
}
386+
</script>
387+
388+
</body>
389+
</html>

0 commit comments

Comments
 (0)