-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (89 loc) · 3.43 KB
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn">
<head>
<link href="//gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.46" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>CS学习</title>
<link type="text/css" rel="stylesheet" href="https://hjh0915.github.io/css/print.css" media="print">
<link type="text/css" rel="stylesheet" href="https://hjh0915.github.io/css/poole.css">
<link type="text/css" rel="stylesheet" href="https://hjh0915.github.io/css/syntax.css">
<link type="text/css" rel="stylesheet" href="https://hjh0915.github.io/css/hyde.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
<link href="https://hjh0915.github.io/index.xml" rel="alternate" type="application/rss+xml" title="CS学习" />
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https://hjh0915.github.io"><h1>CS学习</h1></a>
<p class="lead">
学习CS,需要记录点滴。从这里出发,向着诗和远方...
</p>
</div>
<ul class="sidebar-nav">
<li><a href="https://hjh0915.github.io">首页</a> </li>
<li><a href="https://hjh0915.github.io/posts">linux入门</a> </li>
</ul>
<p>© 2018. 我的脚印. </p>
</div>
</div>
<div class="content container">
<div class="posts">
<div class="post">
<h1 class="post-title">
<a href="https://hjh0915.github.io/posts/cs-study-01/">学习心得</a>
</h1>
<span class="post-date">2018/08/11</span>
<p>想到就写一点
</p>
<div class="read-more-link">
<a href="/posts/cs-study-01/">更多…</a>
</div>
</div><div class="post">
<h1 class="post-title">
<a href="https://hjh0915.github.io/posts/xubuntu-install-04/">xubuntu安装环境(四)</a>
</h1>
<span class="post-date">2018/08/10</span>
<p>python开发用的编辑器,可以用vim, gedit, sublime text等等,我选visual studio code。
</p>
<div class="read-more-link">
<a href="/posts/xubuntu-install-04/">更多…</a>
</div>
</div><div class="post">
<h1 class="post-title">
<a href="https://hjh0915.github.io/posts/xubuntu-install-03/">xubuntu安装环境(三)</a>
</h1>
<span class="post-date">2018/08/09</span>
<p>python 2.x 和 python 3.6.6 混合使用的方式
</p>
<div class="read-more-link">
<a href="/posts/xubuntu-install-03/">更多…</a>
</div>
</div><div class="post">
<h1 class="post-title">
<a href="https://hjh0915.github.io/posts/xubuntu-install-02/">xubuntu安装环境(二)</a>
</h1>
<span class="post-date">2018/08/09</span>
<p>访问github等技术型网站时需要走代理加速
</p>
<div class="read-more-link">
<a href="/posts/xubuntu-install-02/">更多…</a>
</div>
</div><div class="post">
<h1 class="post-title">
<a href="https://hjh0915.github.io/posts/xubuntu-install-01/">xubuntu安装环境(一)</a>
</h1>
<span class="post-date">2018/08/09</span>
<p>简单记录xubuntu的安装注意事项及中文环境配置
</p>
<div class="read-more-link">
<a href="/posts/xubuntu-install-01/">更多…</a>
</div>
</div>
</div>
</div>
</body>
</html>