Skip to content

Commit d153c52

Browse files
committed
Site updated: 2017-09-18 13:34:39
1 parent 9922d3f commit d153c52

File tree

9 files changed

+63
-63
lines changed

9 files changed

+63
-63
lines changed

2017/09/09/hello-world/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>Hello World | Hexo</title>
6+
<title>Hello World | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
99
<meta property="og:type" content="article">
1010
<meta property="og:title" content="Hello World">
1111
<meta property="og:url" content="http://yoursite.com/2017/09/09/hello-world/index.html">
12-
<meta property="og:site_name" content="Hexo">
12+
<meta property="og:site_name" content="Solar">
1313
<meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
1414
<meta property="og:updated_time" content="2017-09-09T12:02:21.843Z">
1515
<meta name="twitter:card" content="summary">
1616
<meta name="twitter:title" content="Hello World">
1717
<meta name="twitter:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
1818

19-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
19+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
2020

2121

2222
<link rel="icon" href="/favicon.png">
@@ -37,7 +37,7 @@
3737
<div id="header-outer" class="outer">
3838
<div id="header-title" class="inner">
3939
<h1 id="logo-wrap">
40-
<a href="/" id="logo">Hexo</a>
40+
<a href="/" id="logo">Solar</a>
4141
</h1>
4242

4343
</div>
@@ -98,7 +98,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
9898

9999
</div>
100100
<footer class="article-footer">
101-
<a data-url="http://yoursite.com/2017/09/09/hello-world/" data-id="cj7pq6um00002z0vvzltl4t5a" class="article-share-link">Share</a>
101+
<a data-url="http://yoursite.com/2017/09/09/hello-world/" data-id="cj7pqkdf600023svvlgxlyv8o" class="article-share-link">Share</a>
102102

103103

104104
</footer>
@@ -182,7 +182,7 @@ <h3 class="widget-title">Recent Posts</h3>
182182

183183
<div class="outer">
184184
<div id="footer-info" class="inner">
185-
&copy; 2017 John Doe<br>
185+
&copy; 2017 solar<br>
186186
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
187187
</div>
188188
</div>

2017/09/12/关于项目控制台无法输出调试信息/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>关于项目控制台无法输出调试信息 | Hexo</title>
6+
<title>关于项目控制台无法输出调试信息 | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta name="description" content="今天运行项目的时候发现server控制台下无法输出[DEBUG]级别的信息,导致无法看到sql语句的详细输出。  一开始怀疑是导入了第三方的jar包然后覆盖了在web.xml中配置的 log4j.properties文件,但搜索了一遍发现并没有其他的同类型文件。  然后再网上找答案的过程中发现可能是idea本身的问题,对配置文件的信息进行了缓存。在之前,我删除了配置文件,然后运行项目,控制台依然">
99
<meta property="og:type" content="article">
1010
<meta property="og:title" content="关于项目控制台无法输出调试信息">
1111
<meta property="og:url" content="http://yoursite.com/2017/09/12/关于项目控制台无法输出调试信息/index.html">
12-
<meta property="og:site_name" content="Hexo">
12+
<meta property="og:site_name" content="Solar">
1313
<meta property="og:description" content="今天运行项目的时候发现server控制台下无法输出[DEBUG]级别的信息,导致无法看到sql语句的详细输出。  一开始怀疑是导入了第三方的jar包然后覆盖了在web.xml中配置的 log4j.properties文件,但搜索了一遍发现并没有其他的同类型文件。  然后再网上找答案的过程中发现可能是idea本身的问题,对配置文件的信息进行了缓存。在之前,我删除了配置文件,然后运行项目,控制台依然">
1414
<meta property="og:updated_time" content="2017-09-12T15:07:59.275Z">
1515
<meta name="twitter:card" content="summary">
1616
<meta name="twitter:title" content="关于项目控制台无法输出调试信息">
1717
<meta name="twitter:description" content="今天运行项目的时候发现server控制台下无法输出[DEBUG]级别的信息,导致无法看到sql语句的详细输出。  一开始怀疑是导入了第三方的jar包然后覆盖了在web.xml中配置的 log4j.properties文件,但搜索了一遍发现并没有其他的同类型文件。  然后再网上找答案的过程中发现可能是idea本身的问题,对配置文件的信息进行了缓存。在之前,我删除了配置文件,然后运行项目,控制台依然">
1818

19-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
19+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
2020

2121

2222
<link rel="icon" href="/favicon.png">
@@ -37,7 +37,7 @@
3737
<div id="header-outer" class="outer">
3838
<div id="header-title" class="inner">
3939
<h1 id="logo-wrap">
40-
<a href="/" id="logo">Hexo</a>
40+
<a href="/" id="logo">Solar</a>
4141
</h1>
4242

4343
</div>
@@ -96,7 +96,7 @@ <h1 class="article-title" itemprop="name">
9696

9797
</div>
9898
<footer class="article-footer">
99-
<a data-url="http://yoursite.com/2017/09/12/关于项目控制台无法输出调试信息/" data-id="cj7pq6ulx0001z0vvao6quftr" class="article-share-link">Share</a>
99+
<a data-url="http://yoursite.com/2017/09/12/关于项目控制台无法输出调试信息/" data-id="cj7pqkdf400013svv56ljm1z4" class="article-share-link">Share</a>
100100

101101

102102
</footer>
@@ -185,7 +185,7 @@ <h3 class="widget-title">Recent Posts</h3>
185185

186186
<div class="outer">
187187
<div id="footer-info" class="inner">
188-
&copy; 2017 John Doe<br>
188+
&copy; 2017 solar<br>
189189
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
190190
</div>
191191
</div>

2017/09/13/StringHttpMessageConverter编码的问题/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>StringHttpMessageConverter编码的问题 | Hexo</title>
6+
<title>StringHttpMessageConverter编码的问题 | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta name="description" content="项目在运行某一个模块的时候,浏览器输出提示信息,如下图片所示             控制台打印的[DEBUG]信息如下:  StringHttpMessageConverter默认使用的是ISO-8859-1的格式,修改方式如下: 12345678910111213141516171819&amp;lt;bean class=&quot;org.springframework.web.servle">
99
<meta property="og:type" content="article">
1010
<meta property="og:title" content="StringHttpMessageConverter编码的问题">
1111
<meta property="og:url" content="http://yoursite.com/2017/09/13/StringHttpMessageConverter编码的问题/index.html">
12-
<meta property="og:site_name" content="Hexo">
12+
<meta property="og:site_name" content="Solar">
1313
<meta property="og:description" content="项目在运行某一个模块的时候,浏览器输出提示信息,如下图片所示             控制台打印的[DEBUG]信息如下:  StringHttpMessageConverter默认使用的是ISO-8859-1的格式,修改方式如下: 12345678910111213141516171819&amp;lt;bean class=&quot;org.springframework.web.servle">
1414
<meta property="og:image" content="http://yoursite.com/2017/09/13/images/encoding.png">
1515
<meta property="og:image" content="http://yoursite.com/2017/09/13/images/debug.png">
@@ -19,7 +19,7 @@
1919
<meta name="twitter:description" content="项目在运行某一个模块的时候,浏览器输出提示信息,如下图片所示             控制台打印的[DEBUG]信息如下:  StringHttpMessageConverter默认使用的是ISO-8859-1的格式,修改方式如下: 12345678910111213141516171819&amp;lt;bean class=&quot;org.springframework.web.servle">
2020
<meta name="twitter:image" content="http://yoursite.com/2017/09/13/images/encoding.png">
2121

22-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
22+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
2323

2424

2525
<link rel="icon" href="/favicon.png">
@@ -40,7 +40,7 @@
4040
<div id="header-outer" class="outer">
4141
<div id="header-title" class="inner">
4242
<h1 id="logo-wrap">
43-
<a href="/" id="logo">Hexo</a>
43+
<a href="/" id="logo">Solar</a>
4444
</h1>
4545

4646
</div>
@@ -94,7 +94,7 @@ <h1 class="article-title" itemprop="name">
9494

9595
</div>
9696
<footer class="article-footer">
97-
<a data-url="http://yoursite.com/2017/09/13/StringHttpMessageConverter编码的问题/" data-id="cj7pq6ulr0000z0vvq5wajdcv" class="article-share-link">Share</a>
97+
<a data-url="http://yoursite.com/2017/09/13/StringHttpMessageConverter编码的问题/" data-id="cj7pqkdey00003svvi1rarcw7" class="article-share-link">Share</a>
9898

9999

100100
</footer>
@@ -183,7 +183,7 @@ <h3 class="widget-title">Recent Posts</h3>
183183

184184
<div class="outer">
185185
<div id="footer-info" class="inner">
186-
&copy; 2017 John Doe<br>
186+
&copy; 2017 solar<br>
187187
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
188188
</div>
189189
</div>

2017/09/14/前台json获取数据为undefined/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>前台json获取数据为undefined | Hexo</title>
6+
<title>前台json获取数据为undefined | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta name="description" content="现在是凌晨17分,好困,不过有个问题刚刚解决。。。 后台传json参数去前台,但前台获取的时候alert的是undefined 原来是ajax的dataType没有写,js代码不认为它是json。dataType的含义是客户端预期服务器返回的类型。所以,加上 ```java dataType:json 就行了。睡觉😴">
99
<meta property="og:type" content="article">
1010
<meta property="og:title" content="前台json获取数据为undefined">
1111
<meta property="og:url" content="http://yoursite.com/2017/09/14/前台json获取数据为undefined/index.html">
12-
<meta property="og:site_name" content="Hexo">
12+
<meta property="og:site_name" content="Solar">
1313
<meta property="og:description" content="现在是凌晨17分,好困,不过有个问题刚刚解决。。。 后台传json参数去前台,但前台获取的时候alert的是undefined 原来是ajax的dataType没有写,js代码不认为它是json。dataType的含义是客户端预期服务器返回的类型。所以,加上 ```java dataType:json 就行了。睡觉😴">
1414
<meta property="og:updated_time" content="2017-09-13T16:22:16.812Z">
1515
<meta name="twitter:card" content="summary">
1616
<meta name="twitter:title" content="前台json获取数据为undefined">
1717
<meta name="twitter:description" content="现在是凌晨17分,好困,不过有个问题刚刚解决。。。 后台传json参数去前台,但前台获取的时候alert的是undefined 原来是ajax的dataType没有写,js代码不认为它是json。dataType的含义是客户端预期服务器返回的类型。所以,加上 ```java dataType:json 就行了。睡觉😴">
1818

19-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
19+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
2020

2121

2222
<link rel="icon" href="/favicon.png">
@@ -37,7 +37,7 @@
3737
<div id="header-outer" class="outer">
3838
<div id="header-title" class="inner">
3939
<h1 id="logo-wrap">
40-
<a href="/" id="logo">Hexo</a>
40+
<a href="/" id="logo">Solar</a>
4141
</h1>
4242

4343
</div>
@@ -91,7 +91,7 @@ <h1 class="article-title" itemprop="name">
9191

9292
</div>
9393
<footer class="article-footer">
94-
<a data-url="http://yoursite.com/2017/09/14/前台json获取数据为undefined/" data-id="cj7pq6um30003z0vvynqlamwx" class="article-share-link">Share</a>
94+
<a data-url="http://yoursite.com/2017/09/14/前台json获取数据为undefined/" data-id="cj7pqkdf700033svv5sqi7kor" class="article-share-link">Share</a>
9595

9696

9797
</footer>
@@ -180,7 +180,7 @@ <h3 class="widget-title">Recent Posts</h3>
180180

181181
<div class="outer">
182182
<div id="footer-info" class="inner">
183-
&copy; 2017 John Doe<br>
183+
&copy; 2017 solar<br>
184184
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
185185
</div>
186186
</div>

2017/09/17/开发中遇到的数据库更新丢失问题/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>开发中遇到的数据库更新丢失问题 | Hexo</title>
6+
<title>开发中遇到的数据库更新丢失问题 | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta name="description" content="我自己测试的时候发现有更新丢失的现象,还是第一次发现这个问题,研究了一下前提:什么是数据库更新丢失?举个栗子,假设有如下情况:  1、小A查询了数据库  2、小B也查询了数据库,两个人不在同一个session中  3、小A修改了数据库中的一行,并提交  4、小B也修改了数据库的一行,但提交晚于小A  这个时候,小B的修改会覆盖小A的修改,就发生了数据库更新丢失的问题 解决方案:">
99
<meta property="og:type" content="article">
1010
<meta property="og:title" content="开发中遇到的数据库更新丢失问题">
1111
<meta property="og:url" content="http://yoursite.com/2017/09/17/开发中遇到的数据库更新丢失问题/index.html">
12-
<meta property="og:site_name" content="Hexo">
12+
<meta property="og:site_name" content="Solar">
1313
<meta property="og:description" content="我自己测试的时候发现有更新丢失的现象,还是第一次发现这个问题,研究了一下前提:什么是数据库更新丢失?举个栗子,假设有如下情况:  1、小A查询了数据库  2、小B也查询了数据库,两个人不在同一个session中  3、小A修改了数据库中的一行,并提交  4、小B也修改了数据库的一行,但提交晚于小A  这个时候,小B的修改会覆盖小A的修改,就发生了数据库更新丢失的问题 解决方案:">
1414
<meta property="og:image" content="http://yoursite.com/2017/09/17/images/success.PNG">
1515
<meta property="og:image" content="http://yoursite.com/2017/09/17/images/errorupdate.png">
@@ -20,7 +20,7 @@
2020
<meta name="twitter:description" content="我自己测试的时候发现有更新丢失的现象,还是第一次发现这个问题,研究了一下前提:什么是数据库更新丢失?举个栗子,假设有如下情况:  1、小A查询了数据库  2、小B也查询了数据库,两个人不在同一个session中  3、小A修改了数据库中的一行,并提交  4、小B也修改了数据库的一行,但提交晚于小A  这个时候,小B的修改会覆盖小A的修改,就发生了数据库更新丢失的问题 解决方案:">
2121
<meta name="twitter:image" content="http://yoursite.com/2017/09/17/images/success.PNG">
2222

23-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
23+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
2424

2525

2626
<link rel="icon" href="/favicon.png">
@@ -41,7 +41,7 @@
4141
<div id="header-outer" class="outer">
4242
<div id="header-title" class="inner">
4343
<h1 id="logo-wrap">
44-
<a href="/" id="logo">Hexo</a>
44+
<a href="/" id="logo">Solar</a>
4545
</h1>
4646

4747
</div>
@@ -95,7 +95,7 @@ <h1 class="article-title" itemprop="name">
9595

9696
</div>
9797
<footer class="article-footer">
98-
<a data-url="http://yoursite.com/2017/09/17/开发中遇到的数据库更新丢失问题/" data-id="cj7pq6um40004z0vvqqi4svhj" class="article-share-link">Share</a>
98+
<a data-url="http://yoursite.com/2017/09/17/开发中遇到的数据库更新丢失问题/" data-id="cj7pqkdfl00043svvw3xfzsmx" class="article-share-link">Share</a>
9999

100100

101101
</footer>
@@ -175,7 +175,7 @@ <h3 class="widget-title">Recent Posts</h3>
175175

176176
<div class="outer">
177177
<div id="footer-info" class="inner">
178-
&copy; 2017 John Doe<br>
178+
&copy; 2017 solar<br>
179179
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
180180
</div>
181181
</div>

archives/2017/09/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>Archives: 2017/9 | Hexo</title>
6+
<title>Archives: 2017/9 | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta property="og:type" content="website">
9-
<meta property="og:title" content="Hexo">
9+
<meta property="og:title" content="Solar">
1010
<meta property="og:url" content="http://yoursite.com/archives/2017/09/index.html">
11-
<meta property="og:site_name" content="Hexo">
11+
<meta property="og:site_name" content="Solar">
1212
<meta name="twitter:card" content="summary">
13-
<meta name="twitter:title" content="Hexo">
13+
<meta name="twitter:title" content="Solar">
1414

15-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
15+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
1616

1717

1818
<link rel="icon" href="/favicon.png">
@@ -33,7 +33,7 @@
3333
<div id="header-outer" class="outer">
3434
<div id="header-title" class="inner">
3535
<h1 id="logo-wrap">
36-
<a href="/" id="logo">Hexo</a>
36+
<a href="/" id="logo">Solar</a>
3737
</h1>
3838

3939
</div>
@@ -229,7 +229,7 @@ <h3 class="widget-title">Recent Posts</h3>
229229

230230
<div class="outer">
231231
<div id="footer-info" class="inner">
232-
&copy; 2017 John Doe<br>
232+
&copy; 2017 solar<br>
233233
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
234234
</div>
235235
</div>

archives/2017/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<title>Archives: 2017 | Hexo</title>
6+
<title>Archives: 2017 | Solar</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88
<meta property="og:type" content="website">
9-
<meta property="og:title" content="Hexo">
9+
<meta property="og:title" content="Solar">
1010
<meta property="og:url" content="http://yoursite.com/archives/2017/index.html">
11-
<meta property="og:site_name" content="Hexo">
11+
<meta property="og:site_name" content="Solar">
1212
<meta name="twitter:card" content="summary">
13-
<meta name="twitter:title" content="Hexo">
13+
<meta name="twitter:title" content="Solar">
1414

15-
<link rel="alternate" href="/atom.xml" title="Hexo" type="application/atom+xml">
15+
<link rel="alternate" href="/atom.xml" title="Solar" type="application/atom+xml">
1616

1717

1818
<link rel="icon" href="/favicon.png">
@@ -33,7 +33,7 @@
3333
<div id="header-outer" class="outer">
3434
<div id="header-title" class="inner">
3535
<h1 id="logo-wrap">
36-
<a href="/" id="logo">Hexo</a>
36+
<a href="/" id="logo">Solar</a>
3737
</h1>
3838

3939
</div>
@@ -229,7 +229,7 @@ <h3 class="widget-title">Recent Posts</h3>
229229

230230
<div class="outer">
231231
<div id="footer-info" class="inner">
232-
&copy; 2017 John Doe<br>
232+
&copy; 2017 solar<br>
233233
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
234234
</div>
235235
</div>

0 commit comments

Comments
 (0)