Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e404aa

Browse files
committed
Site updated: 2017-05-08 20:29:11
1 parent27c850d commit9e404aa

File tree

20 files changed

+161
-41
lines changed

20 files changed

+161
-41
lines changed

‎2017/04/15/听听,一款优雅的开源音乐播放器/index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
部分截图">
115115
<metaproperty="og:type"content="article">
116116
<metaproperty="og:title"content="听听,一款优雅的开源音乐播放器">
117-
<metaproperty="og:url"content="http://hefuyicoder.com/2017/04/15/听听,一款优雅的开源音乐播放器/index.html">
117+
<metaproperty="og:url"content="www.hefuyicoder.com/2017/04/15/听听,一款优雅的开源音乐播放器/index.html">
118118
<metaproperty="og:site_name"content="乌有先生的个人博客">
119119
<metaproperty="og:description"content="ListenerMusicPlayer一款优雅的遵循 Material Design 的开源音乐播放器,UI参考 腾讯轻听 音乐播放器,使用 Lastfm Api 与 酷狗歌词Api。项目架构采用 mvp-clean,基于 Retrofit2 + Dagger2 + RxJava + RxBus + Glide。
120120
github地址:ListenerMusicPlayer
@@ -157,7 +157,7 @@
157157

158158

159159

160-
<linkrel="canonical"href="http://hefuyicoder.com/2017/04/15/听听,一款优雅的开源音乐播放器/"/>
160+
<linkrel="canonical"href="www.hefuyicoder.com/2017/04/15/听听,一款优雅的开源音乐播放器/"/>
161161

162162

163163

@@ -326,7 +326,7 @@
326326

327327

328328
<articleclass="post post-type-normal"itemscopeitemtype="http://schema.org/Article">
329-
<linkitemprop="mainEntityOfPage"href="http://hefuyicoder.com/2017/04/15/听听,一款优雅的开源音乐播放器/">
329+
<linkitemprop="mainEntityOfPage"href="www.hefuyicoder.com/2017/04/15/听听,一款优雅的开源音乐播放器/">
330330

331331
<spanhiddenitemprop="author"itemscopeitemtype="http://schema.org/Person">
332332
<metaitemprop="name"content="乌有先生">

‎2017/04/27/Glide源码解析(一):加载流程/index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
它们的使用场景基本都是重合的,而本人对 Glide 更为熟悉,所以选取 Glide 来">
113113
<metaproperty="og:type"content="article">
114114
<metaproperty="og:title"content="Glide源码解析(一):加载流程">
115-
<metaproperty="og:url"content="http://hefuyicoder.com/2017/04/27/Glide源码解析(一):加载流程/index.html">
115+
<metaproperty="og:url"content="www.hefuyicoder.com/2017/04/27/Glide源码解析(一):加载流程/index.html">
116116
<metaproperty="og:site_name"content="乌有先生的个人博客">
117117
<metaproperty="og:description"content="对于 Glide 相信大家都不陌生,它是 Google 员工 bumptech 开源的一款图片加载框架,因为其简单易用的 API ,强大的功能,优秀的内存管理被 Google 官方所推荐并且被广泛运用在 Google 的开源项目中。目前 Glide 、Picasso 和 Fresco 都是比较主流图片加载框架。
118118
它们的使用场景基本都是重合的,而本人对 Glide 更为熟悉,所以选取 Glide 来">
@@ -154,7 +154,7 @@
154154

155155

156156

157-
<linkrel="canonical"href="http://hefuyicoder.com/2017/04/27/Glide源码解析(一):加载流程/"/>
157+
<linkrel="canonical"href="www.hefuyicoder.com/2017/04/27/Glide源码解析(一):加载流程/"/>
158158

159159

160160

@@ -323,7 +323,7 @@
323323

324324

325325
<articleclass="post post-type-normal"itemscopeitemtype="http://schema.org/Article">
326-
<linkitemprop="mainEntityOfPage"href="http://hefuyicoder.com/2017/04/27/Glide源码解析(一):加载流程/">
326+
<linkitemprop="mainEntityOfPage"href="www.hefuyicoder.com/2017/04/27/Glide源码解析(一):加载流程/">
327327

328328
<spanhiddenitemprop="author"itemscopeitemtype="http://schema.org/Person">
329329
<metaitemprop="name"content="乌有先生">

‎2017/05/08/Glide源码解析(二):缓存机制/index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
从加载流程揭开缓存机制的面纱首先回忆一下上一篇关于 Glide 加载流程源码分析的内容,我们从 Glide.with().load().into() 这个最简单最基本的用法入手,一步步深入源码,梳理出了完整的图片加载流程。由于当时分析重点在于整体流程的把握上,所以对于缓存相关的部分都是简单带过而没有进行深入分">
113113
<metaproperty="og:type"content="article">
114114
<metaproperty="og:title"content="Glide源码解析(二):缓存机制">
115-
<metaproperty="og:url"content="http://hefuyicoder.com/2017/05/08/Glide源码解析(二):缓存机制/index.html">
115+
<metaproperty="og:url"content="www.hefuyicoder.com/2017/05/08/Glide源码解析(二):缓存机制/index.html">
116116
<metaproperty="og:site_name"content="乌有先生的个人博客">
117117
<metaproperty="og:description"content="本文是 Glide 源码分析系列的第二篇,主要通过分析源码总结 Glide 的缓存机制。
118118
从加载流程揭开缓存机制的面纱首先回忆一下上一篇关于 Glide 加载流程源码分析的内容,我们从 Glide.with().load().into() 这个最简单最基本的用法入手,一步步深入源码,梳理出了完整的图片加载流程。由于当时分析重点在于整体流程的把握上,所以对于缓存相关的部分都是简单带过而没有进行深入分">
@@ -150,7 +150,7 @@
150150

151151

152152

153-
<linkrel="canonical"href="http://hefuyicoder.com/2017/05/08/Glide源码解析(二):缓存机制/"/>
153+
<linkrel="canonical"href="www.hefuyicoder.com/2017/05/08/Glide源码解析(二):缓存机制/"/>
154154

155155

156156

@@ -319,7 +319,7 @@
319319

320320

321321
<articleclass="post post-type-normal"itemscopeitemtype="http://schema.org/Article">
322-
<linkitemprop="mainEntityOfPage"href="http://hefuyicoder.com/2017/05/08/Glide源码解析(二):缓存机制/">
322+
<linkitemprop="mainEntityOfPage"href="www.hefuyicoder.com/2017/05/08/Glide源码解析(二):缓存机制/">
323323

324324
<spanhiddenitemprop="author"itemscopeitemtype="http://schema.org/Person">
325325
<metaitemprop="name"content="乌有先生">

‎about/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<metaname="description"content="骑哒哒哒的少年">
112112
<metaproperty="og:type"content="website">
113113
<metaproperty="og:title"content="about">
114-
<metaproperty="og:url"content="http://hefuyicoder.com/about/index.html">
114+
<metaproperty="og:url"content="www.hefuyicoder.com/about/index.html">
115115
<metaproperty="og:site_name"content="乌有先生的个人博客">
116116
<metaproperty="og:description"content="骑哒哒哒的少年">
117117
<metaproperty="og:updated_time"content="2017-05-08T07:42:40.000Z">
@@ -145,7 +145,7 @@
145145

146146

147147

148-
<linkrel="canonical"href="http://hefuyicoder.com/about/"/>
148+
<linkrel="canonical"href="www.hefuyicoder.com/about/"/>
149149

150150

151151

‎archives/2017/04/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<metaname="description"content="骑哒哒哒的少年">
112112
<metaproperty="og:type"content="website">
113113
<metaproperty="og:title"content="乌有先生的个人博客">
114-
<metaproperty="og:url"content="http://hefuyicoder.com/archives/2017/04/index.html">
114+
<metaproperty="og:url"content="www.hefuyicoder.com/archives/2017/04/index.html">
115115
<metaproperty="og:site_name"content="乌有先生的个人博客">
116116
<metaproperty="og:description"content="骑哒哒哒的少年">
117117
<metaname="twitter:card"content="summary">
@@ -144,7 +144,7 @@
144144

145145

146146

147-
<linkrel="canonical"href="http://hefuyicoder.com/archives/2017/04/"/>
147+
<linkrel="canonical"href="www.hefuyicoder.com/archives/2017/04/"/>
148148

149149

150150

‎archives/2017/05/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<metaname="description"content="骑哒哒哒的少年">
112112
<metaproperty="og:type"content="website">
113113
<metaproperty="og:title"content="乌有先生的个人博客">
114-
<metaproperty="og:url"content="http://hefuyicoder.com/archives/2017/05/index.html">
114+
<metaproperty="og:url"content="www.hefuyicoder.com/archives/2017/05/index.html">
115115
<metaproperty="og:site_name"content="乌有先生的个人博客">
116116
<metaproperty="og:description"content="骑哒哒哒的少年">
117117
<metaname="twitter:card"content="summary">
@@ -144,7 +144,7 @@
144144

145145

146146

147-
<linkrel="canonical"href="http://hefuyicoder.com/archives/2017/05/"/>
147+
<linkrel="canonical"href="www.hefuyicoder.com/archives/2017/05/"/>
148148

149149

150150

‎archives/2017/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<metaname="description"content="骑哒哒哒的少年">
112112
<metaproperty="og:type"content="website">
113113
<metaproperty="og:title"content="乌有先生的个人博客">
114-
<metaproperty="og:url"content="http://hefuyicoder.com/archives/2017/index.html">
114+
<metaproperty="og:url"content="www.hefuyicoder.com/archives/2017/index.html">
115115
<metaproperty="og:site_name"content="乌有先生的个人博客">
116116
<metaproperty="og:description"content="骑哒哒哒的少年">
117117
<metaname="twitter:card"content="summary">
@@ -144,7 +144,7 @@
144144

145145

146146

147-
<linkrel="canonical"href="http://hefuyicoder.com/archives/2017/"/>
147+
<linkrel="canonical"href="www.hefuyicoder.com/archives/2017/"/>
148148

149149

150150

‎archives/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<metaname="description"content="骑哒哒哒的少年">
112112
<metaproperty="og:type"content="website">
113113
<metaproperty="og:title"content="乌有先生的个人博客">
114-
<metaproperty="og:url"content="http://hefuyicoder.com/archives/index.html">
114+
<metaproperty="og:url"content="www.hefuyicoder.com/archives/index.html">
115115
<metaproperty="og:site_name"content="乌有先生的个人博客">
116116
<metaproperty="og:description"content="骑哒哒哒的少年">
117117
<metaname="twitter:card"content="summary">
@@ -144,7 +144,7 @@
144144

145145

146146

147-
<linkrel="canonical"href="http://hefuyicoder.com/archives/"/>
147+
<linkrel="canonical"href="www.hefuyicoder.com/archives/"/>
148148

149149

150150

‎baidusitemap.xml‎

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlsetxmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
4+
5+
6+
<url>
7+
<loc>www.hefuyicoder.com/2017/05/08/Glide%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90%EF%BC%88%E4%BA%8C%EF%BC%89%EF%BC%9A%E7%BC%93%E5%AD%98%E6%9C%BA%E5%88%B6/</loc>
8+
<lastmod>2017-05-08T08:10:28.000Z</lastmod>
9+
<data>
10+
<display>
11+
<title>Glide源码解析(二):缓存机制</title>
12+
<pubTime>2017-05-07T16:00:00.000Z</pubTime>
13+
14+
<tag>Glide</tag>
15+
16+
<tag>源码分析</tag>
17+
18+
19+
20+
21+
<breadCrumbtitle="源码分析"url="www.hefuyicoder.com/categories/%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/"/>
22+
23+
</display>
24+
</data>
25+
</url>
26+
27+
28+
29+
<url>
30+
<loc>www.hefuyicoder.com/2017/04/27/Glide%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90%EF%BC%88%E4%B8%80%EF%BC%89%EF%BC%9A%E5%8A%A0%E8%BD%BD%E6%B5%81%E7%A8%8B/</loc>
31+
<lastmod>2017-05-08T03:47:40.000Z</lastmod>
32+
<data>
33+
<display>
34+
<title>Glide源码解析(一):加载流程</title>
35+
<pubTime>2017-04-26T16:00:00.000Z</pubTime>
36+
37+
<tag>Glide</tag>
38+
39+
<tag>源码分析</tag>
40+
41+
42+
43+
44+
<breadCrumbtitle="源码分析"url="www.hefuyicoder.com/categories/%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/"/>
45+
46+
</display>
47+
</data>
48+
</url>
49+
50+
51+
<url>
52+
<loc>www.hefuyicoder.com/2017/04/15/%E5%90%AC%E5%90%AC%EF%BC%8C%E4%B8%80%E6%AC%BE%E4%BC%98%E9%9B%85%E7%9A%84%E5%BC%80%E6%BA%90%E9%9F%B3%E4%B9%90%E6%92%AD%E6%94%BE%E5%99%A8/</loc>
53+
<lastmod>2017-05-08T03:41:08.000Z</lastmod>
54+
<data>
55+
<display>
56+
<title>听听,一款优雅的开源音乐播放器</title>
57+
<pubTime>2017-04-14T16:00:00.000Z</pubTime>
58+
59+
<tag>开源项目</tag>
60+
61+
<tag>music player</tag>
62+
63+
64+
65+
66+
<breadCrumbtitle="开源项目"url="www.hefuyicoder.com/categories/%E5%BC%80%E6%BA%90%E9%A1%B9%E7%9B%AE/"/>
67+
68+
</display>
69+
</data>
70+
</url>
71+
72+
73+
74+
</urlset>

‎categories/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<metaname="description"content="骑哒哒哒的少年">
112112
<metaproperty="og:type"content="website">
113113
<metaproperty="og:title"content="分类">
114-
<metaproperty="og:url"content="http://hefuyicoder.com/categories/index.html">
114+
<metaproperty="og:url"content="www.hefuyicoder.com/categories/index.html">
115115
<metaproperty="og:site_name"content="乌有先生的个人博客">
116116
<metaproperty="og:description"content="骑哒哒哒的少年">
117117
<metaproperty="og:updated_time"content="2017-02-15T09:14:25.000Z">
@@ -145,7 +145,7 @@
145145

146146

147147

148-
<linkrel="canonical"href="http://hefuyicoder.com/categories/"/>
148+
<linkrel="canonical"href="www.hefuyicoder.com/categories/"/>
149149

150150

151151

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp