forked from xiahouzuoxin/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AboutMe.html
57 lines (56 loc) · 3.44 KB
/
AboutMe.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="./stylesheets/Github.css" type="text/css" />
</head>
<body>
<div id="header"><center>
<p class="header_titleline">
<a href="index.html" target="_self" title="主页">主页 </a><a href="Search.html" target="_self" title="站内搜索">站内搜索 </a><a href="Projects.html" target="_self" title="项目研究">项目研究 </a><a href="Archives.html" target="_self" title="文章存档">文章存档 </a><a href="README.html" target="_self" title="分类目录">分类目录 </a><a href="AboutMe.html" target="_self" title="关于我">关于我 </a>
</p>
</center></div>
<h1 id="关于小站">关于小站</h1>
<p>这是xiahouzuoxin的博客小站,建站时间时2014年3月,更早之前的博文在<a href="http://blog.csdn.net/xiahouzuoxin">CSDN</a>。在这,我记录和分享自己的学习、工作、生活心得,“千淘万漉虽辛苦,吹尽狂沙始到金”,多思考多记录,回头方能恍然大悟。本站所有文章都通过我的<a href="https://github.com/xiahouzuoxin/notes">Github</a>进行版本控制,如果你觉得本站的文章不错,欢迎<a href="https://github.com/xiahouzuoxin/notes">fork</a>,也很容易clone到本地:</p>
<pre><code>$ git clone [email protected]:xiahouzuoxin/notes.git
$ git checkout -b gh-pages origin/gh-pages</code></pre>
<h1 id="求职中">求职中……</h1>
<p>本人北京科技大学计算机技术小硕一枚,期望工作方向是图像、机器学习。<a href="../pdf/resume.html">简历</a>。</p>
<h1 id="联系欢迎学习交流">联系(欢迎学习交流)</h1>
<ul>
<li>邮箱: <xiahouzuoxin#163.com> #替换成@</li>
</ul>
<p><img src="images/MyQQ.jpg" /> <img src="images/MyWeixin.jpg" /></p>
<div id="footer">
<p class="footer_subline">联系邮箱: [email protected]</p>
<p class="footer_subline">声明: 本站所有文章如非特别说明均为原创,转载请注明出处!
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1253219218'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/z_stat.php%3Fid%3D1253219218%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
</p>
</div>
<!-- 回到顶部 -->
<script>
lastScrollY=0;
function heartBeat(){
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("full").style.top=parseInt(document.getElementById("full").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}
suspendcode="<div id=\"full\" style='right:1px;POSITION:absolute;TOP:600px;z-index:100'><a onclick='window.scrollTo(0,0);'><img src='./images/top.png'></a><br></div>"
document.write(suspendcode);
window.setInterval("heartBeat()",1);
</script>
</body>
</html>