Skip to content

Commit 56bf73d

Browse files
committed
Site updated: 2018-01-07 01:05:47
1 parent ab20216 commit 56bf73d

File tree

70 files changed

+348
-983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+348
-983
lines changed

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta name="keywords" content="数据库,Oracle">
8888
<meta property="og:type" content="article">
8989
<meta property="og:title" content="Oracle中删除重复记录整理">
90-
<meta property="og:url" content="https://www.hyhcoder.xin/2014/03/19/Oracle中删除重复记录整理/index.html">
90+
<meta property="og:url" content="https://blog.hyhcoder.top/2014/03/19/Oracle中删除重复记录整理/index.html">
9191
<meta property="og:site_name" content="hyhcoder的博客">
9292
<meta property="og:description" content="Oracle中删除重复记录整理Oracle中经常会删除一些重复记录,整理一下以备用 举例(建立数据如下): 12345678910create table t_table (id NUMBER, name VARCHAR2(20) );insert into t_table values (1234, &apos;abc&apos;); insert into t_table values (1234, &apos;a">
9393
<meta property="og:updated_time" content="2017-06-18T08:56:40.911Z">
@@ -123,7 +123,7 @@
123123

124124

125125

126-
<link rel="canonical" href="https://www.hyhcoder.xin/2014/03/19/Oracle中删除重复记录整理/"/>
126+
<link rel="canonical" href="https://blog.hyhcoder.top/2014/03/19/Oracle中删除重复记录整理/"/>
127127

128128

129129

@@ -233,16 +233,6 @@
233233
</a>
234234
</li>
235235

236-
237-
<li class="menu-item menu-item-commonweal">
238-
<a href="/404.html" rel="section">
239-
240-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
241-
242-
公益404
243-
</a>
244-
</li>
245-
246236

247237

248238
<li class="menu-item menu-item-search">
@@ -310,7 +300,7 @@
310300

311301

312302
<div class="post-block">
313-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2014/03/19/Oracle中删除重复记录整理/">
303+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2014/03/19/Oracle中删除重复记录整理/">
314304

315305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
316306
<meta itemprop="name" content="hyhcoder">
@@ -633,7 +623,7 @@ <h1 id="Oracle中删除重复记录整理"><a href="#Oracle中删除重复记录
633623

634624

635625

636-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
626+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
637627

638628

639629

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta name="keywords" content="数据库,Oracle">
8888
<meta property="og:type" content="article">
8989
<meta property="og:title" content="Oracle数据库服务总结">
90-
<meta property="og:url" content="https://www.hyhcoder.xin/2014/05/15/Oracle数据库服务总结/index.html">
90+
<meta property="og:url" content="https://blog.hyhcoder.top/2014/05/15/Oracle数据库服务总结/index.html">
9191
<meta property="og:site_name" content="hyhcoder的博客">
9292
<meta property="og:description" content="Oracle数据库服务总结Oracle的数据库服务默认有5个看了几篇文章后,总结其作用如下:1 .OracleServiceORCL:数据库服务,这个服务会自动的启动和停止数据库。ORCL是Oracle的实例标识。此服务被默认的设置为开机启动。 必须启动,这是Oracle数据库的服务。 2 .OracleOraDb11g_home1TNSListener.监听器服务,服务只有在数据库需要远程访">
9393
<meta property="og:updated_time" content="2017-06-18T08:55:42.903Z">
@@ -123,7 +123,7 @@
123123

124124

125125

126-
<link rel="canonical" href="https://www.hyhcoder.xin/2014/05/15/Oracle数据库服务总结/"/>
126+
<link rel="canonical" href="https://blog.hyhcoder.top/2014/05/15/Oracle数据库服务总结/"/>
127127

128128

129129

@@ -233,16 +233,6 @@
233233
</a>
234234
</li>
235235

236-
237-
<li class="menu-item menu-item-commonweal">
238-
<a href="/404.html" rel="section">
239-
240-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
241-
242-
公益404
243-
</a>
244-
</li>
245-
246236

247237

248238
<li class="menu-item menu-item-search">
@@ -310,7 +300,7 @@
310300

311301

312302
<div class="post-block">
313-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2014/05/15/Oracle数据库服务总结/">
303+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2014/05/15/Oracle数据库服务总结/">
314304

315305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
316306
<meta itemprop="name" content="hyhcoder">
@@ -661,7 +651,7 @@ <h2 id="特别注意"><a href="#特别注意" class="headerlink" title="特别
661651

662652

663653

664-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
654+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
665655

666656

667657

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta name="keywords" content="Java,基础知识">
8888
<meta property="og:type" content="article">
8989
<meta property="og:title" content="关于Java中转换机制整理">
90-
<meta property="og:url" content="https://www.hyhcoder.xin/2014/10/28/关于Java中转换机制整理/index.html">
90+
<meta property="og:url" content="https://blog.hyhcoder.top/2014/10/28/关于Java中转换机制整理/index.html">
9191
<meta property="og:site_name" content="hyhcoder的博客">
9292
<meta property="og:description" content="关于Java中转换机制整理这两天在会看think in java, 顺便整理一些东西; 下面是最基本的数据类型比较: 说明几点:1 . 也可以分为两大类:boolean类型和数值类型(主要为了数据转换时用) 注意boolean不能与其他类型转换,把boolean赋予一个int等类型是不可以的 2 . String字符串并不是基本数据类型,字符串是一个类,就是说是一个引用数据类型。3 . 若还需">
9393
<meta property="og:image" content="http://omwycd607.bkt.clouddn.com/17-3-26/94101325-file_1490513405075_15bf5.gif">
@@ -126,7 +126,7 @@
126126

127127

128128

129-
<link rel="canonical" href="https://www.hyhcoder.xin/2014/10/28/关于Java中转换机制整理/"/>
129+
<link rel="canonical" href="https://blog.hyhcoder.top/2014/10/28/关于Java中转换机制整理/"/>
130130

131131

132132

@@ -236,16 +236,6 @@
236236
</a>
237237
</li>
238238

239-
240-
<li class="menu-item menu-item-commonweal">
241-
<a href="/404.html" rel="section">
242-
243-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
244-
245-
公益404
246-
</a>
247-
</li>
248-
249239

250240

251241
<li class="menu-item menu-item-search">
@@ -313,7 +303,7 @@
313303

314304

315305
<div class="post-block">
316-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2014/10/28/关于Java中转换机制整理/">
306+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2014/10/28/关于Java中转换机制整理/">
317307

318308
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
319309
<meta itemprop="name" content="hyhcoder">
@@ -694,7 +684,7 @@ <h3 id="5-基本数据类型和包装类的转换"><a href="#5-基本数据类
694684

695685

696686

697-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
687+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
698688

699689

700690

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta name="keywords" content="部署">
8888
<meta property="og:type" content="article">
8989
<meta property="og:title" content="win7下安装ubuntu14.04双系统">
90-
<meta property="og:url" content="https://www.hyhcoder.xin/2014/12/09/win7下安装ubuntu14-04双系统/index.html">
90+
<meta property="og:url" content="https://blog.hyhcoder.top/2014/12/09/win7下安装ubuntu14-04双系统/index.html">
9191
<meta property="og:site_name" content="hyhcoder的博客">
9292
<meta property="og:description" content="win7下安装ubuntu14.04双系统之前的ubuntu卸载掉了,最近想组建个linux下的android开发环境,因此把一些内容整理一下。 我们首先需要在win7下把硬盘的一些空间压缩出来,比如选择F盘,进行压缩卷,然后把压缩出来的部分删除卷,使其变成黑色未分配状态,这样就为ubuntu的安装提供了空间,一般需要50G以上比较充足; ubuntu现在是14.04,去官网下载相关的iso文件">
9393
<meta property="og:updated_time" content="2017-11-05T06:46:52.338Z">
@@ -123,7 +123,7 @@
123123

124124

125125

126-
<link rel="canonical" href="https://www.hyhcoder.xin/2014/12/09/win7下安装ubuntu14-04双系统/"/>
126+
<link rel="canonical" href="https://blog.hyhcoder.top/2014/12/09/win7下安装ubuntu14-04双系统/"/>
127127

128128

129129

@@ -233,16 +233,6 @@
233233
</a>
234234
</li>
235235

236-
237-
<li class="menu-item menu-item-commonweal">
238-
<a href="/404.html" rel="section">
239-
240-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
241-
242-
公益404
243-
</a>
244-
</li>
245-
246236

247237

248238
<li class="menu-item menu-item-search">
@@ -310,7 +300,7 @@
310300

311301

312302
<div class="post-block">
313-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2014/12/09/win7下安装ubuntu14-04双系统/">
303+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2014/12/09/win7下安装ubuntu14-04双系统/">
314304

315305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
316306
<meta itemprop="name" content="hyhcoder">
@@ -645,7 +635,7 @@ <h1 id="win7下安装ubuntu14-04双系统"><a href="#win7下安装ubuntu14-04双
645635

646636

647637

648-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
638+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
649639

650640

651641

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta name="keywords" content="部署">
8888
<meta property="og:type" content="article">
8989
<meta property="og:title" content="ubuntu安装后鼠标闪烁和卡顿问题">
90-
<meta property="og:url" content="https://www.hyhcoder.xin/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/index.html">
90+
<meta property="og:url" content="https://blog.hyhcoder.top/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/index.html">
9191
<meta property="og:site_name" content="hyhcoder的博客">
9292
<meta property="og:description" content="win7下安装ubuntu14.04双系统之前的ubuntu卸载掉了,最近想组建个linux下的android开发环境,因此把一些内容整理一下。 我们首先需要在win7下把硬盘的一些空间压缩出来,比如选择F盘,进行压缩卷,然后把压缩出来的部分删除卷,使其变成黑色未分配状态,这样就为ubuntu的安装提供了空间,一般需要50G以上比较充足; ubuntu现在是14.04,去官网下载相关的iso文件">
9393
<meta property="og:updated_time" content="2017-11-05T06:49:18.197Z">
@@ -123,7 +123,7 @@
123123

124124

125125

126-
<link rel="canonical" href="https://www.hyhcoder.xin/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/"/>
126+
<link rel="canonical" href="https://blog.hyhcoder.top/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/"/>
127127

128128

129129

@@ -233,16 +233,6 @@
233233
</a>
234234
</li>
235235

236-
237-
<li class="menu-item menu-item-commonweal">
238-
<a href="/404.html" rel="section">
239-
240-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
241-
242-
公益404
243-
</a>
244-
</li>
245-
246236

247237

248238
<li class="menu-item menu-item-search">
@@ -310,7 +300,7 @@
310300

311301

312302
<div class="post-block">
313-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/">
303+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/">
314304

315305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
316306
<meta itemprop="name" content="hyhcoder">
@@ -645,7 +635,7 @@ <h1 id="win7下安装ubuntu14-04双系统"><a href="#win7下安装ubuntu14-04双
645635

646636

647637

648-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
638+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
649639

650640

651641

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<meta name="keywords" content="android">
8888
<meta property="og:type" content="article">
8989
<meta property="og:title" content="关于android环境搭建时sdk和adt下载慢的解决方法">
90-
<meta property="og:url" content="https://www.hyhcoder.xin/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/index.html">
90+
<meta property="og:url" content="https://blog.hyhcoder.top/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/index.html">
9191
<meta property="og:site_name" content="hyhcoder的博客">
9292
<meta property="og:description" content="关于android环境搭建时sdk和adt下载慢的解决方法在下载sdk或adt插件时有时可能无法下载或者慢,因为各种我们知道的原因。 我们可以通过修改hosts文件来解决。 在Ubuntu中,输入下面的命令:1sudo gedit /etc/hosts 然后在里面加入:12203.208.46.146 dl.google.com 203.208.46.146 dl-ssl.google.com">
9393
<meta property="og:updated_time" content="2017-11-05T06:50:03.750Z">
@@ -123,7 +123,7 @@
123123

124124

125125

126-
<link rel="canonical" href="https://www.hyhcoder.xin/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/"/>
126+
<link rel="canonical" href="https://blog.hyhcoder.top/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/"/>
127127

128128

129129

@@ -233,16 +233,6 @@
233233
</a>
234234
</li>
235235

236-
237-
<li class="menu-item menu-item-commonweal">
238-
<a href="/404.html" rel="section">
239-
240-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
241-
242-
公益404
243-
</a>
244-
</li>
245-
246236

247237

248238
<li class="menu-item menu-item-search">
@@ -310,7 +300,7 @@
310300

311301

312302
<div class="post-block">
313-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/">
303+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/">
314304

315305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
316306
<meta itemprop="name" content="hyhcoder">
@@ -627,7 +617,7 @@ <h1 id="关于android环境搭建时sdk和adt下载慢的解决方法"><a href="
627617

628618

629619

630-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
620+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
631621

632622

633623

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

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373

7474

75-
<meta name="keywords" content="Hexo, NexT" />
75+
<meta name="keywords" content="hyhcoder, java, Spring, linux" />
7676

7777

7878

@@ -86,7 +86,7 @@
8686
<meta name="description" content="mysqldump命令一点总结常见的几种导出方式 导出结构不导出数据 1mysqldump -d 数据库名 -uroot -p &amp;gt; xxx.sql 导出数据不导出结构 1mysqldump -t 数据库名 -uroot -p &amp;gt; xxx.sql 导出数据和表结构 1mysqldump 数据库名 -uroot -p &amp;gt; xxx.sql 导出特定表的结构 1mysqldump">
8787
<meta property="og:type" content="article">
8888
<meta property="og:title" content="mysqldump命令一点总结">
89-
<meta property="og:url" content="https://www.hyhcoder.xin/2015/02/09/mysqldump命令一点总结/index.html">
89+
<meta property="og:url" content="https://blog.hyhcoder.top/2015/02/09/mysqldump命令一点总结/index.html">
9090
<meta property="og:site_name" content="hyhcoder的博客">
9191
<meta property="og:description" content="mysqldump命令一点总结常见的几种导出方式 导出结构不导出数据 1mysqldump -d 数据库名 -uroot -p &amp;gt; xxx.sql 导出数据不导出结构 1mysqldump -t 数据库名 -uroot -p &amp;gt; xxx.sql 导出数据和表结构 1mysqldump 数据库名 -uroot -p &amp;gt; xxx.sql 导出特定表的结构 1mysqldump">
9292
<meta property="og:updated_time" content="2017-11-05T06:57:26.872Z">
@@ -122,7 +122,7 @@
122122

123123

124124

125-
<link rel="canonical" href="https://www.hyhcoder.xin/2015/02/09/mysqldump命令一点总结/"/>
125+
<link rel="canonical" href="https://blog.hyhcoder.top/2015/02/09/mysqldump命令一点总结/"/>
126126

127127

128128

@@ -232,16 +232,6 @@
232232
</a>
233233
</li>
234234

235-
236-
<li class="menu-item menu-item-commonweal">
237-
<a href="/404.html" rel="section">
238-
239-
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
240-
241-
公益404
242-
</a>
243-
</li>
244-
245235

246236

247237
<li class="menu-item menu-item-search">
@@ -309,7 +299,7 @@
309299

310300

311301
<div class="post-block">
312-
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.xin/2015/02/09/mysqldump命令一点总结/">
302+
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2015/02/09/mysqldump命令一点总结/">
313303

314304
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
315305
<meta itemprop="name" content="hyhcoder">
@@ -657,7 +647,7 @@ <h3 id="支持的选项"><a href="#支持的选项" class="headerlink" title="
657647

658648

659649

660-
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a> v5.1.3</div>
650+
<div class="theme-info">主题 &mdash; <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Gemini</a></div>
661651

662652

663653

0 commit comments

Comments
 (0)