Skip to content

Commit d1dd1a0

Browse files
committed
Site updated: 2019-05-27 08:16:41
1 parent d321953 commit d1dd1a0

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

2014/03/19/Oracle中删除重复记录整理/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ <h1 id="Oracle中删除重复记录整理"><a href="#Oracle中删除重复记录
791791
<script type="text/javascript">
792792
function renderGitment(){
793793
var gitment = new Gitment({
794-
id: window.location.pathname,
794+
id: decodeURI(window.location.pathname),
795795
owner: 'hyhcoder',
796796
repo: 'hyhcoder.github.io',
797797

2014/05/15/Oracle数据库服务总结/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ <h2 id="特别注意"><a href="#特别注意" class="headerlink" title="特别
819819
<script type="text/javascript">
820820
function renderGitment(){
821821
var gitment = new Gitment({
822-
id: window.location.pathname,
822+
id: decodeURI(window.location.pathname),
823823
owner: 'hyhcoder',
824824
repo: 'hyhcoder.github.io',
825825

2014/10/28/关于Java中转换机制整理/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ <h3 id="5-基本数据类型和包装类的转换"><a href="#5-基本数据类
852852
<script type="text/javascript">
853853
function renderGitment(){
854854
var gitment = new Gitment({
855-
id: window.location.pathname,
855+
id: decodeURI(window.location.pathname),
856856
owner: 'hyhcoder',
857857
repo: 'hyhcoder.github.io',
858858

2014/12/09/win7下安装ubuntu14-04双系统/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ <h1 id="win7下安装ubuntu14-04双系统"><a href="#win7下安装ubuntu14-04双
803803
<script type="text/javascript">
804804
function renderGitment(){
805805
var gitment = new Gitment({
806-
id: window.location.pathname,
806+
id: decodeURI(window.location.pathname),
807807
owner: 'hyhcoder',
808808
repo: 'hyhcoder.github.io',
809809

2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ <h1 id="win7下安装ubuntu14-04双系统"><a href="#win7下安装ubuntu14-04双
803803
<script type="text/javascript">
804804
function renderGitment(){
805805
var gitment = new Gitment({
806-
id: window.location.pathname,
806+
id: decodeURI(window.location.pathname),
807807
owner: 'hyhcoder',
808808
repo: 'hyhcoder.github.io',
809809

2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ <h1 id="关于android环境搭建时sdk和adt下载慢的解决方法"><a href="
785785
<script type="text/javascript">
786786
function renderGitment(){
787787
var gitment = new Gitment({
788-
id: window.location.pathname,
788+
id: decodeURI(window.location.pathname),
789789
owner: 'hyhcoder',
790790
repo: 'hyhcoder.github.io',
791791

2015/02/09/mysqldump命令一点总结/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ <h3 id="支持的选项"><a href="#支持的选项" class="headerlink" title="
815815
<script type="text/javascript">
816816
function renderGitment(){
817817
var gitment = new Gitment({
818-
id: window.location.pathname,
818+
id: decodeURI(window.location.pathname),
819819
owner: 'hyhcoder',
820820
repo: 'hyhcoder.github.io',
821821

2015/03/03/Java与C++在面向对象基本概念上的区分/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ <h2 id="其他方面的区别"><a href="#其他方面的区别" class="headerlin
807807
<script type="text/javascript">
808808
function renderGitment(){
809809
var gitment = new Gitment({
810-
id: window.location.pathname,
810+
id: decodeURI(window.location.pathname),
811811
owner: 'hyhcoder',
812812
repo: 'hyhcoder.github.io',
813813

2015/03/16/Android 随记/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ <h1 id="Android-随记"><a href="#Android-随记" class="headerlink" title="Andr
877877
<script type="text/javascript">
878878
function renderGitment(){
879879
var gitment = new Gitment({
880-
id: window.location.pathname,
880+
id: decodeURI(window.location.pathname),
881881
owner: 'hyhcoder',
882882
repo: 'hyhcoder.github.io',
883883

2015/05/20/oracle11g导出一些表缺失问题/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ <h3 id="下面是终极方法:"><a href="#下面是终极方法:" class="hea
788788
<script type="text/javascript">
789789
function renderGitment(){
790790
var gitment = new Gitment({
791-
id: window.location.pathname,
791+
id: decodeURI(window.location.pathname),
792792
owner: 'hyhcoder',
793793
repo: 'hyhcoder.github.io',
794794

2015/09/09/解决-bin-bash-M-bad-interpreter-No-such-file-or-directory/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ <h3 id="从根本解决"><a href="#从根本解决" class="headerlink" title="
798798
<script type="text/javascript">
799799
function renderGitment(){
800800
var gitment = new Gitment({
801-
id: window.location.pathname,
801+
id: decodeURI(window.location.pathname),
802802
owner: 'hyhcoder',
803803
repo: 'hyhcoder.github.io',
804804

2016/01/09/JSON-JSONArray-Map一些总结/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ <h3 id="总结"><a href="#总结" class="headerlink" title="总结"></a>总结</
801801
<script type="text/javascript">
802802
function renderGitment(){
803803
var gitment = new Gitment({
804-
id: window.location.pathname,
804+
id: decodeURI(window.location.pathname),
805805
owner: 'hyhcoder',
806806
repo: 'hyhcoder.github.io',
807807

2016/04/15/Git代理设置,加速clone/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ <h1 id="Git代理设置,加速clone"><a href="#Git代理设置,加速clone"
784784
<script type="text/javascript">
785785
function renderGitment(){
786786
var gitment = new Gitment({
787-
id: window.location.pathname,
787+
id: decodeURI(window.location.pathname),
788788
owner: 'hyhcoder',
789789
repo: 'hyhcoder.github.io',
790790

2016/05/27/记录一些markdown的使用技巧/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ <h1 id="记录一些markdown的使用技巧"><a href="#记录一些markdown的
785785
<script type="text/javascript">
786786
function renderGitment(){
787787
var gitment = new Gitment({
788-
id: window.location.pathname,
788+
id: decodeURI(window.location.pathname),
789789
owner: 'hyhcoder',
790790
repo: 'hyhcoder.github.io',
791791

2016/07/22/CRON表达式详解/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ <h3 id="相关网站"><a href="#相关网站" class="headerlink" title="相关
813813
<script type="text/javascript">
814814
function renderGitment(){
815815
var gitment = new Gitment({
816-
id: window.location.pathname,
816+
id: decodeURI(window.location.pathname),
817817
owner: 'hyhcoder',
818818
repo: 'hyhcoder.github.io',
819819

2016/10/26/Mysql的主从备份搭建/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ <h3 id="打开防火墙"><a href="#打开防火墙" class="headerlink" title="
816816
<script type="text/javascript">
817817
function renderGitment(){
818818
var gitment = new Gitment({
819-
id: window.location.pathname,
819+
id: decodeURI(window.location.pathname),
820820
owner: 'hyhcoder',
821821
repo: 'hyhcoder.github.io',
822822

2016/10/26/samba服务器可以访问-无法写入故障/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ <h2 id="SELINUX"><a href="#SELINUX" class="headerlink" title="SELINUX"></a>SELIN
790790
<script type="text/javascript">
791791
function renderGitment(){
792792
var gitment = new Gitment({
793-
id: window.location.pathname,
793+
id: decodeURI(window.location.pathname),
794794
owner: 'hyhcoder',
795795
repo: 'hyhcoder.github.io',
796796

2016/11/05/编译安装nginx-使其支持sticky模块/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ <h2 id="Session-Sticky配置"><a href="#Session-Sticky配置" class="headerlink"
795795
<script type="text/javascript">
796796
function renderGitment(){
797797
var gitment = new Gitment({
798-
id: window.location.pathname,
798+
id: decodeURI(window.location.pathname),
799799
owner: 'hyhcoder',
800800
repo: 'hyhcoder.github.io',
801801

2016/11/05/解决getpwnam-“nginx”-failed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ <h3 id="原因及解决"><a href="#原因及解决" class="headerlink" title="
784784
<script type="text/javascript">
785785
function renderGitment(){
786786
var gitment = new Gitment({
787-
id: window.location.pathname,
787+
id: decodeURI(window.location.pathname),
788788
owner: 'hyhcoder',
789789
repo: 'hyhcoder.github.io',
790790

2017/01/25/让Github Pages自定义域名开启HTTPS/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ <h2 id="结尾"><a href="#结尾" class="headerlink" title="结尾"></a>结尾</
816816
<script type="text/javascript">
817817
function renderGitment(){
818818
var gitment = new Gitment({
819-
id: window.location.pathname,
819+
id: decodeURI(window.location.pathname),
820820
owner: 'hyhcoder',
821821
repo: 'hyhcoder.github.io',
822822

2017/01/26/如何申请免费的HTTPS证书/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ <h3 id="自动更新"><a href="#自动更新" class="headerlink" title="自动
821821
<script type="text/javascript">
822822
function renderGitment(){
823823
var gitment = new Gitment({
824-
id: window.location.pathname,
824+
id: decodeURI(window.location.pathname),
825825
owner: 'hyhcoder',
826826
repo: 'hyhcoder.github.io',
827827

2017/02/26/一个奇怪的bug-tomcat卡在deploying/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ <h3 id="相关文章"><a href="#相关文章" class="headerlink" title="相关
785785
<script type="text/javascript">
786786
function renderGitment(){
787787
var gitment = new Gitment({
788-
id: window.location.pathname,
788+
id: decodeURI(window.location.pathname),
789789
owner: 'hyhcoder',
790790
repo: 'hyhcoder.github.io',
791791

2017/03/20/最近折腾的redis的总结/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ <h4 id="jedis的实现"><a href="#jedis的实现" class="headerlink" title="jedi
810810
<script type="text/javascript">
811811
function renderGitment(){
812812
var gitment = new Gitment({
813-
id: window.location.pathname,
813+
id: decodeURI(window.location.pathname),
814814
owner: 'hyhcoder',
815815
repo: 'hyhcoder.github.io',
816816

2017/04/01/小程序wx-uploadFile踩坑/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ <h3 id="真机无法通过问题"><a href="#真机无法通过问题" class="hea
796796
<script type="text/javascript">
797797
function renderGitment(){
798798
var gitment = new Gitment({
799-
id: window.location.pathname,
799+
id: decodeURI(window.location.pathname),
800800
owner: 'hyhcoder',
801801
repo: 'hyhcoder.github.io',
802802

2018/01/07/2018新年开始第一篇/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ <h3 id="下面是之前看到关于此不错的书籍:"><a href="#下面是之
811811
<script type="text/javascript">
812812
function renderGitment(){
813813
var gitment = new Gitment({
814-
id: window.location.pathname,
814+
id: decodeURI(window.location.pathname),
815815
owner: 'hyhcoder',
816816
repo: 'hyhcoder.github.io',
817817

2018/01/21/JavaWeb(一)网络分层结构及HTTP协议/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ <h3 id="总结:"><a href="#总结:" class="headerlink" title="总结:"></a
830830
<script type="text/javascript">
831831
function renderGitment(){
832832
var gitment = new Gitment({
833-
id: window.location.pathname,
833+
id: decodeURI(window.location.pathname),
834834
owner: 'hyhcoder',
835835
repo: 'hyhcoder.github.io',
836836

2018/02/20/Maven的一些知识点/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ <h4 id="聚合和继承POM-父子"><a href="#聚合和继承POM-父子" class="h
863863
<script type="text/javascript">
864864
function renderGitment(){
865865
var gitment = new Gitment({
866-
id: window.location.pathname,
866+
id: decodeURI(window.location.pathname),
867867
owner: 'hyhcoder',
868868
repo: 'hyhcoder.github.io',
869869

2019/05/26/各种计算机编码的区别/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ <h4 id="11-ISO-8859-1"><a href="#11-ISO-8859-1" class="headerlink" title="11.ISO
812812
<script type="text/javascript">
813813
function renderGitment(){
814814
var gitment = new Gitment({
815-
id: window.location.pathname,
815+
id: decodeURI(window.location.pathname),
816816
owner: 'hyhcoder',
817817
repo: 'hyhcoder.github.io',
818818

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ <h1 class="post-title" itemprop="name headline"></h1>
645645
<script type="text/javascript">
646646
function renderGitment(){
647647
var gitment = new Gitment({
648-
id: window.location.pathname,
648+
id: decodeURI(window.location.pathname),
649649
owner: 'hyhcoder',
650650
repo: 'hyhcoder.github.io',
651651

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ <h1 class="post-title" itemprop="name headline">关于</h1>
633633
<script type="text/javascript">
634634
function renderGitment(){
635635
var gitment = new Gitment({
636-
id: window.location.pathname,
636+
id: decodeURI(window.location.pathname),
637637
owner: 'hyhcoder',
638638
repo: 'hyhcoder.github.io',
639639

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ pre .javascript .function {
18371837
width: 4px;
18381838
height: 4px;
18391839
border-radius: 50%;
1840-
background: #ebecff;
1840+
background: #0d6579;
18411841
}
18421842
.links-of-blogroll {
18431843
font-size: 13px;

0 commit comments

Comments
 (0)