Skip to content

Commit e4bb3d2

Browse files
committed
调整
1 parent d456b88 commit e4bb3d2

33 files changed

+50
-50
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SEOTitle: My Tec Blog
44
header-img: img/post-bg-desk.jpg
55
email: topviptop@qq.com
66
description: "It's worth doing just one thing for a lifetime."
7-
keyword: "dingzhenhao, My Tec Blog, topviptop, java,编程,丁振豪,猴子爱喝酒,丁俊豪"
7+
keyword: "mongoding, My Tec Blog, topviptop, java,编程,猴子爱玩耍,分布式"
88
url: "https://mongoding.github.io" # your host, for absolute URL
99
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
1010
github_repo: "https://github.com/mongoding/mongoding.github.io" # you code repository
@@ -18,12 +18,12 @@ sidebar-avatar: /img/about-BY-gentle.jpg # use absolute URL, seeing it's us
1818

1919
# SNS settings
2020
RSS: false
21-
# weibo_username: dingzhenhao
21+
# weibo_username: mongoding
2222
zhihu_username: ding-jun-hao-88
2323
github_username: mongoding
24-
facebook_username: dingzhenhao
24+
facebook_username: mongoding
2525
jianshu_username: 6d3f2428fb0a
26-
#twitter_username: dingzhenhao
26+
#twitter_username: mongoding
2727

2828

2929

@@ -57,7 +57,7 @@ kramdown:
5757

5858
# 评论系统
5959
# Disqus settings(https://disqus.com/)
60-
disqus_username: dingzhenhao
60+
disqus_username: mongoding
6161

6262
# Analytics settings
6363
# Baidu Analytics

_drafts/other_程伟/2017-09-04-集合框架概述.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 集合框架概述
44
subtitle: Java集合框架的结构以及常用集合类的使用介绍。
55
date: 2017-02-12
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-09-12-String、StringBuffer、StringBuilder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: String、StringBuffer、StringBuilder
44
subtitle: 详细介绍String、StringBuffer、StringBuilder,java字符串技术及相关原理。
55
date: 2017-09-12
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-09-12-设计模式概要整理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 设计模式简单介绍与应用
44
subtitle: 设计模式的具体场景应用案例。
55
date: 2017-09-12
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-10-01-常用数据结构与算法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 常用数据结构与算法
44
subtitle: 详细介绍常用数据结构BTree(B+Tree、B-Tree)及二分查找、分块查找、哈希查找、快速排序、归并排序、插入排序算法、海量数据处理算法
55
date: 2017-10-01
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-10-05-深入了解HashMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 深入了解HashMap
44
subtitle: 深入了解哈希表的内部实现细节及其应用场景
55
date: 2017-10-05
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-10-18-电商业务经验.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 电商业务经验
44
subtitle: 详细介绍电商业务经验
55
date: 2017-10-18
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-10-18-问题处理记录.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 问题处理记录
44
subtitle: 记录技术问题处理情况
55
date: 2017-10-18
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-10-20-SQL与性能调优.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: SQL与性能调优
44
subtitle: 具体介绍复杂SQL的编写与数据库性能优化的技巧
55
date: 2017-10-20
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

_drafts/other_程伟/2017-10-22-数据库索引技术.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: 数据库索引技术
44
subtitle: 详细介绍数据库索引的应用、原理及注意细节
55
date: 2017-10-22
6-
author: dingzhenhao
6+
author: mongoding
77
header-img: img/post-bg-hacker.jpg
88
catalog: true
99
tags:

0 commit comments

Comments
 (0)