@@ -109,25 +109,31 @@ <h2><a href="/articles/{{.Id}}" target="_blank" title="{{.Title}}">
109
109
< div class ="pull-right article-bottom "> < a href ="/articles?lastid={{add $article.Id -10}} " title ="查看更多 "> 查看更多>></ a > </ div >
110
110
{{end}}
111
111
</ div >
112
+ < div class ="row box_white book-list ">
113
+ < div class ="title ">
114
+ < h3 > < a href ="/books "> 图书</ a > </ h3 >
115
+ < a class ="pull-right more " href ="/books "> 更多>></ a >
116
+ </ div >
117
+ < ul class ="list-unstyled ">
118
+ {{range .books}}
119
+ < li class ="book-item ">
120
+ < div class ="book-img ">
121
+ < a href ="/book/{{.Id}} " title ="{{.Name}} ">
122
+ < img src ="{{if .Cover}}{{.Cover}}{{else}}http://studygolang.qiniudn.com/img/golang_default_cover.png{{end}} " width ="180px " height ="225px " alt ="{{.Name}} ">
123
+ </ a >
124
+ </ div >
125
+ < div class ="book-title ">
126
+ < h5 > {{.Name}}</ h5 >
127
+ </ div >
128
+ </ li >
129
+ {{end}}
130
+ </ ul >
131
+ </ div >
132
+
112
133
< div class ="row box_white learn-info ">
113
134
< h3 > < a href ="javascript: "> 学习资料</ a > </ h3 >
114
135
< div class ="col-md-6 infolist ">
115
136
< ul class ="list-unstyled ">
116
- < li >
117
- < i > </ i >
118
- < a href ="http://www.ucai.cn/course/show/69 " title ="Go编程基础(无闻) " target ="_blank " class ="video "> 【视频】《Go编程基础(无闻)》</ a >
119
- < a href ="http://www.ucai.cn/course/chapter/69/3210/4555 " target ="_blank " class ="learn pull-right "> 开始学习>></ a >
120
- </ li >
121
- < li >
122
- < i > </ i >
123
- < a href ="http://www.ucai.cn/course/show/87 " title ="Go Web基础(无闻) " target ="_blank " class ="video "> 【视频】《Go Web基础(无闻)》</ a >
124
- < a href ="http://www.ucai.cn/course/chapter/87/3267/4710 " target ="_blank " class ="learn pull-right "> 开始学习>></ a >
125
- </ li >
126
- < li >
127
- < i > </ i >
128
- < a href ="http://www.ucai.cn/course/show/134 " title ="Go 名库讲解(无闻) " target ="_blank " class ="video "> 【视频】《Go 名库讲解(无闻)》</ a >
129
- < a href ="http://www.ucai.cn/course/chapter/134/3699/6825 " target ="_blank " class ="learn pull-right "> 开始学习>></ a >
130
- </ li >
131
137
< li >
132
138
< i > </ i >
133
139
< a href ="http://www.ucai.cn/course/show/26 " title ="Go 语言语法与特性教程(陈皓) " target ="_blank " class ="video "> 【文本】《Go 语言语法与特性教程(陈皓)》</ a >
@@ -148,89 +154,24 @@ <h3><a href="javascript:">学习资料</a></h3>
148
154
< a href ="http://www.ucai.cn/course/show/22 " title ="Go 语言入门教程 " target ="_blank " class ="video "> 【文本】《Go 语言入门教程》</ a >
149
155
< a href ="http://www.ucai.cn/course/chapter/22/2887/2927 " target ="_blank " class ="learn pull-right "> 开始学习>></ a >
150
156
</ li >
151
- < li >
152
- < i > </ i >
153
- < a href ="http://product.china-pub.com/3804180 " title ="Go并发编程实la " target ="_blank " class ="video "> 【图书】《Go并发编程实战 — 郝林》</ a >
154
- < a href ="http://product.china-pub.com/3804180 " target ="_blank " class ="learn pull-right "> 查看详情>></ a >
155
- </ li >
156
- < li >
157
- < i > </ i >
158
- < a href ="http://book.douban.com/subject/19897704/ " title ="An Introduction to Programming in Go " target ="_blank " class ="video "> 【图书】《An Introduction to Programming in Go》</ a >
159
- < a href ="http://book.douban.com/subject/19897704/ " target ="_blank " class ="learn pull-right "> 详情>></ a >
160
- </ li >
161
- < li >
162
- < i > </ i >
163
- < a href ="https://github.com/tiancaiamao/go-internals " title ="深入解析Go — tiancaiamao " target ="_blank " class ="video "> 【图书】《深入解析Go — tiancaiamao》</ a >
164
- < a href ="https://github.com/tiancaiamao/go-internals/blob/master/ebook/preface.md " target ="_blank " class ="learn pull-right "> 开始阅读>></ a >
165
- </ li >
166
- < li >
167
- < i > </ i >
168
- < a href ="https://github.com/astaxie/Go-in-Action " title ="Go实战开发 — astaxie " target ="_blank " class ="video "> 【图书】《Go实战开发 — astaxie》</ a >
169
- < a href ="https://github.com/astaxie/Go-in-Action/blob/master/ebook/zh/preface.md " target ="_blank " class ="learn pull-right "> 开始阅读>></ a >
170
- </ li >
171
- < li >
172
- < i > </ i >
173
- < a href ="https://github.com/achun/Go-Blog-In-Action " title ="Go语言博客实践 — achun " target ="_blank " class ="video "> 【图书】《Go语言博客实践 — achun》</ a >
174
- < a href ="https://github.com/achun/Go-Blog-In-Action " target ="_blank " class ="learn pull-right "> 开始阅读>></ a >
175
- </ li >
176
157
</ ul >
177
158
</ div >
178
159
< div class ="col-md-6 infolist ">
179
160
< ul class ="list-unstyled ">
180
161
< li >
181
162
< i > </ i >
182
- < a href ="https://github.com/qyuhen/book " title ="Go 学习笔记 第三版 — 雨痕 " target ="_blank " class ="video "> 【图书】《Go 学习笔记 第三版 — 雨痕》</ a >
183
- < a href ="https://github.com/qyuhen/book/blob/master/Go%20%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%20%E7%AC%AC%E4%B8%89%E7%89%88.pdf?raw=true " target ="_blank " class ="learn pull-right "> 立即下载>></ a >
184
- </ li >
185
- < li >
186
- < i > </ i >
187
- < a href ="https://github.com/astaxie/build-web-application-with-golang " title ="Go Web 编程 — 谢孟军 " target ="_blank " class ="video "> 【图书】《Go Web 编程 — 谢孟军》</ a >
188
- < a href ="https://github.com/astaxie/build-web-application-with-golang/blob/master/ebook/preface.md " target ="_blank " class ="learn pull-right "> 开始阅读>></ a >
189
- </ li >
190
- < li >
191
- < i > </ i >
192
- < a href ="https://github.com/polaris1119/The-Golang-Standard-Library-by-Example " title ="Go语言标准库 — polaris " target ="_blank " class ="video "> 【图书】《Go语言标准库 — polaris》</ a >
193
- < a href ="https://github.com/polaris1119/The-Golang-Standard-Library-by-Example/blob/master/preface.md " target ="_blank " class ="learn pull-right "> 开始阅读>></ a >
194
- </ li >
195
- < li >
196
- < i > </ i >
197
- < a href ="http://book.douban.com/subject/11577300/ " title ="Go语言编程 — 许式伟等 " target ="_blank " class ="video "> 【图书】《Go语言编程 — 许式伟等》</ a >
198
- < a href ="http://book.douban.com/subject/11577300/ " target ="_blank " class ="learn pull-right "> 查看详情>></ a >
199
- </ li >
200
- < li >
201
- < i > </ i >
202
- < a href ="http://book.douban.com/subject/24869910/ " title ="Go语言程序设计 — Mark Summerfield,许式伟等译 " target ="_blank " class ="video "> 【图书】《Go语言程序设计 — 许式伟等译》</ a >
203
- < a href ="http://book.douban.com/subject/24869910/ " target ="_blank " class ="learn pull-right "> 查看详情>></ a >
204
- </ li >
205
- < li >
206
- < i > </ i >
207
- < a href ="http://book.douban.com/subject/25919900/ " title ="Go语言程序设计 — 王鹏 " target ="_blank " class ="video "> 【图书】《Go语言程序设计 — 王鹏》</ a >
208
- < a href ="http://book.douban.com/subject/25919900/ " target ="_blank " class ="learn pull-right "> 查看详情>></ a >
209
- </ li >
210
- < li >
211
- < i > </ i >
212
- < a href ="http://book.douban.com/subject/10770080/ " title ="Go语言·云动力 — [新加坡] 樊虹剑 " target ="_blank " class ="video "> 【图书】《Go语言·云动力 — [新加坡] 樊虹剑》</ a >
213
- < a href ="http://book.douban.com/subject/10770080/ " target ="_blank " class ="learn pull-right "> 查看详情>></ a >
214
- </ li >
215
- < li >
216
- < i > </ i >
217
- < a href ="http://book.douban.com/subject/10558892/ " title ="The Way to Go — Ivo Balbaert " target ="_blank " class ="video "> 【图书】《The Way to Go — Ivo Balbaert》</ a >
218
- < a href ="http://book.douban.com/subject/10558892/ " target ="_blank " class ="learn pull-right "> 查看详情>></ a >
219
- </ li >
220
- < li >
221
- < i > </ i >
222
- < a href ="https://github.com/Unknwon/the-way-to-go_ZH_CN " title ="The Way to Go 中文 — 无闻译 " target ="_blank " class ="video "> 【图书】《The Way to Go 中文 — 无闻译》</ a >
223
- < a href ="https://github.com/Unknwon/the-way-to-go_ZH_CN/blob/master/eBook/directory.md " target ="_blank " class ="learn pull-right "> 开始阅读>></ a >
163
+ < a href ="http://www.ucai.cn/course/show/69 " title ="Go编程基础(无闻) " target ="_blank " class ="video "> 【视频】《Go编程基础(无闻)》</ a >
164
+ < a href ="http://www.ucai.cn/course/chapter/69/3210/4555 " target ="_blank " class ="learn pull-right "> 开始学习>></ a >
224
165
</ li >
225
166
< li >
226
167
< i > </ i >
227
- < a href ="https ://github.com/astaxie/NPWG_zh " title ="Network programming with Go — astaxie等译 " target ="_blank " class ="video "> 【图书】《Network programming with Go 》</ a >
228
- < a href ="http://jan.newmarch.name/go/zh/index.html " target ="_blank " class ="learn pull-right "> 开始阅读 >></ a >
168
+ < a href ="http ://www.ucai.cn/course/show/87 " title ="Go Web基础(无闻) " target ="_blank " class ="video "> 【视频】《Go Web基础(无闻) 》</ a >
169
+ < a href ="http://www.ucai.cn/course/chapter/87/3267/4710 " target ="_blank " class ="learn pull-right "> 开始学习 >></ a >
229
170
</ li >
230
171
< li >
231
172
< i > </ i >
232
- < a href ="https ://www.gitbook.io/book/codegangsta/building-web-apps-with-go " title ="Building Web Apps with Go " target ="_blank " class ="video "> 【图书】《Building Web Apps with Go 》</ a >
233
- < a href ="http://codegangsta.gitbooks.io/building-web-apps-with-go/ " target ="_blank " class ="learn pull-right "> 开始阅读 >></ a >
173
+ < a href ="http ://www.ucai.cn/course/show/134 " title ="Go 名库讲解(无闻) " target ="_blank " class ="video "> 【视频】《Go 名库讲解(无闻) 》</ a >
174
+ < a href ="http://www.ucai.cn/course/chapter/134/3699/6825 " target ="_blank " class ="learn pull-right "> 开始学习 >></ a >
234
175
</ li >
235
176
</ ul >
236
177
</ div >
@@ -399,10 +340,10 @@ <h3 class="title"><i class="glyphicon glyphicon-link"></i> 友情链接</h3
399
340
</ div >
400
341
{{end}}
401
342
{{define "css"}}
402
- < link href ="/static/css/index.css " rel ="stylesheet "/>
343
+ < link href ="/static/css/index.css?v=0.4 " rel ="stylesheet "/>
403
344
{{end}}
404
345
{{define "js"}}
405
- < script type ="text/javascript " src ="/static/js/index.js?v=0.1 "> </ script >
346
+ < script type ="text/javascript " src ="/static/js/index.js?v=0.5 "> </ script >
406
347
< script type ="text/javascript ">
407
348
// 需要加载的侧边栏
408
349
SG . SIDE_BARS = [
0 commit comments