Skip to content

Commit 70a2986

Browse files
committed
Site updated: 2018-09-05 23:38:46
1 parent 6feff4d commit 70a2986

File tree

78 files changed

+208
-588
lines changed

Some content is hidden

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

78 files changed

+208
-588
lines changed

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

Lines changed: 3 additions & 8 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://blog.hyhcoder.top/2014/03/19/Oracle中删除重复记录整理/index.html">
90+
<meta property="og:url" content="https://www.hyhcoder.com/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://blog.hyhcoder.top/2014/03/19/Oracle中删除重复记录整理/"/>
126+
<link rel="canonical" href="https://www.hyhcoder.com/2014/03/19/Oracle中删除重复记录整理/"/>
127127

128128

129129

@@ -300,7 +300,7 @@
300300

301301

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

305305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
306306
<meta itemprop="name" content="hyhcoder">
@@ -609,11 +609,6 @@ <h1 id="Oracle中删除重复记录整理"><a href="#Oracle中删除重复记录
609609

610610

611611
</div>
612-
613-
<div class="sidebar-inner">
614-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
615-
</iframe>
616-
</div>
617612
</aside>
618613

619614

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

Lines changed: 3 additions & 8 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://blog.hyhcoder.top/2014/05/15/Oracle数据库服务总结/index.html">
90+
<meta property="og:url" content="https://www.hyhcoder.com/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://blog.hyhcoder.top/2014/05/15/Oracle数据库服务总结/"/>
126+
<link rel="canonical" href="https://www.hyhcoder.com/2014/05/15/Oracle数据库服务总结/"/>
127127

128128

129129

@@ -300,7 +300,7 @@
300300

301301

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

305305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
306306
<meta itemprop="name" content="hyhcoder">
@@ -637,11 +637,6 @@ <h2 id="特别注意"><a href="#特别注意" class="headerlink" title="特别
637637

638638

639639
</div>
640-
641-
<div class="sidebar-inner">
642-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
643-
</iframe>
644-
</div>
645640
</aside>
646641

647642

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

Lines changed: 3 additions & 8 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://blog.hyhcoder.top/2014/10/28/关于Java中转换机制整理/index.html">
90+
<meta property="og:url" content="https://www.hyhcoder.com/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://img.hyhcoder.top/17-3-26/94101325-file_1490513405075_15bf5.gif">
@@ -126,7 +126,7 @@
126126

127127

128128

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

131131

132132

@@ -303,7 +303,7 @@
303303

304304

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

308308
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
309309
<meta itemprop="name" content="hyhcoder">
@@ -670,11 +670,6 @@ <h3 id="5-基本数据类型和包装类的转换"><a href="#5-基本数据类
670670

671671

672672
</div>
673-
674-
<div class="sidebar-inner">
675-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
676-
</iframe>
677-
</div>
678673
</aside>
679674

680675

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

Lines changed: 3 additions & 8 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://blog.hyhcoder.top/2014/12/09/win7下安装ubuntu14-04双系统/index.html">
90+
<meta property="og:url" content="https://www.hyhcoder.com/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://blog.hyhcoder.top/2014/12/09/win7下安装ubuntu14-04双系统/"/>
126+
<link rel="canonical" href="https://www.hyhcoder.com/2014/12/09/win7下安装ubuntu14-04双系统/"/>
127127

128128

129129

@@ -300,7 +300,7 @@
300300

301301

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

305305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
306306
<meta itemprop="name" content="hyhcoder">
@@ -621,11 +621,6 @@ <h1 id="win7下安装ubuntu14-04双系统"><a href="#win7下安装ubuntu14-04双
621621

622622

623623
</div>
624-
625-
<div class="sidebar-inner">
626-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
627-
</iframe>
628-
</div>
629624
</aside>
630625

631626

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

Lines changed: 3 additions & 8 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://blog.hyhcoder.top/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/index.html">
90+
<meta property="og:url" content="https://www.hyhcoder.com/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://blog.hyhcoder.top/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/"/>
126+
<link rel="canonical" href="https://www.hyhcoder.com/2014/12/10/ubuntu安装后鼠标闪烁和卡顿问题/"/>
127127

128128

129129

@@ -300,7 +300,7 @@
300300

301301

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

305305
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
306306
<meta itemprop="name" content="hyhcoder">
@@ -621,11 +621,6 @@ <h1 id="win7下安装ubuntu14-04双系统"><a href="#win7下安装ubuntu14-04双
621621

622622

623623
</div>
624-
625-
<div class="sidebar-inner">
626-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
627-
</iframe>
628-
</div>
629624
</aside>
630625

631626

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

Lines changed: 3 additions & 8 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://blog.hyhcoder.top/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/index.html">
90+
<meta property="og:url" content="https://www.hyhcoder.com/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://blog.hyhcoder.top/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/"/>
126+
<link rel="canonical" href="https://www.hyhcoder.com/2014/12/11/关于android环境搭建时sdk和adt下载慢的解决方法/"/>
127127

128128

129129

@@ -300,7 +300,7 @@
300300

301301

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

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

604604

605605
</div>
606-
607-
<div class="sidebar-inner">
608-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
609-
</iframe>
610-
</div>
611606
</aside>
612607

613608

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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://blog.hyhcoder.top/2015/02/09/mysqldump命令一点总结/index.html">
89+
<meta property="og:url" content="https://www.hyhcoder.com/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://blog.hyhcoder.top/2015/02/09/mysqldump命令一点总结/"/>
125+
<link rel="canonical" href="https://www.hyhcoder.com/2015/02/09/mysqldump命令一点总结/"/>
126126

127127

128128

@@ -299,7 +299,7 @@
299299

300300

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

304304
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
305305
<meta itemprop="name" content="hyhcoder">
@@ -633,11 +633,6 @@ <h3 id="支持的选项"><a href="#支持的选项" class="headerlink" title="
633633

634634

635635
</div>
636-
637-
<div class="sidebar-inner">
638-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
639-
</iframe>
640-
</div>
641636
</aside>
642637

643638

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<meta name="description" content="Java与C++在面向对象基本概念上的区分今天在面试的时候,被问到了Java和C++在面向对象上的区别, 居然一时不知道怎么回到, 平时一般都只知道面向对象, 然后了解到C是面向结构的, C++和Java是面向对象, 都没怎么去留意两者之间的差别;特此回来整理下, 然后以此备忘; 最基本区别 Java是一个完全面向对象的语言, C++是一个面向对象和面向过程的杂合体; 这是为了兼容C而导致的; J">
8787
<meta property="og:type" content="article">
8888
<meta property="og:title" content="Java与C++在面向对象基本概念上的区分">
89-
<meta property="og:url" content="https://blog.hyhcoder.top/2015/03/03/Java与C++在面向对象基本概念上的区分/index.html">
89+
<meta property="og:url" content="https://www.hyhcoder.com/2015/03/03/Java与C++在面向对象基本概念上的区分/index.html">
9090
<meta property="og:site_name" content="hyhcoder的博客">
9191
<meta property="og:description" content="Java与C++在面向对象基本概念上的区分今天在面试的时候,被问到了Java和C++在面向对象上的区别, 居然一时不知道怎么回到, 平时一般都只知道面向对象, 然后了解到C是面向结构的, C++和Java是面向对象, 都没怎么去留意两者之间的差别;特此回来整理下, 然后以此备忘; 最基本区别 Java是一个完全面向对象的语言, C++是一个面向对象和面向过程的杂合体; 这是为了兼容C而导致的; J">
9292
<meta property="og:updated_time" content="2017-11-05T06:58:15.242Z">
@@ -122,7 +122,7 @@
122122

123123

124124

125-
<link rel="canonical" href="https://blog.hyhcoder.top/2015/03/03/Java与C++在面向对象基本概念上的区分/"/>
125+
<link rel="canonical" href="https://www.hyhcoder.com/2015/03/03/Java与C++在面向对象基本概念上的区分/"/>
126126

127127

128128

@@ -299,7 +299,7 @@
299299

300300

301301
<div class="post-block">
302-
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2015/03/03/Java与C++在面向对象基本概念上的区分/">
302+
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.com/2015/03/03/Java与C++在面向对象基本概念上的区分/">
303303

304304
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
305305
<meta itemprop="name" content="hyhcoder">
@@ -625,11 +625,6 @@ <h2 id="其他方面的区别"><a href="#其他方面的区别" class="headerlin
625625

626626

627627
</div>
628-
629-
<div class="sidebar-inner">
630-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
631-
</iframe>
632-
</div>
633628
</aside>
634629

635630

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<meta name="description" content="Android 随记1 . Android 四大组件 活动(Activity) 服务(Service) 广播接收器(Broadcast Receiver) 内容提供器(Context Provider) 2 . Android 分成五层架构 (硬件层) Linux 内核层 (提供底层驱动) 系统运行库层(通过 C/C++库)(Sqlite , webkit)(虚拟机) 应用框架层 (API)">
8787
<meta property="og:type" content="article">
8888
<meta property="og:title" content="随记">
89-
<meta property="og:url" content="https://blog.hyhcoder.top/2015/03/16/Android 随记/index.html">
89+
<meta property="og:url" content="https://www.hyhcoder.com/2015/03/16/Android 随记/index.html">
9090
<meta property="og:site_name" content="hyhcoder的博客">
9191
<meta property="og:description" content="Android 随记1 . Android 四大组件 活动(Activity) 服务(Service) 广播接收器(Broadcast Receiver) 内容提供器(Context Provider) 2 . Android 分成五层架构 (硬件层) Linux 内核层 (提供底层驱动) 系统运行库层(通过 C/C++库)(Sqlite , webkit)(虚拟机) 应用框架层 (API)">
9292
<meta property="og:updated_time" content="2017-11-05T06:58:55.593Z">
@@ -122,7 +122,7 @@
122122

123123

124124

125-
<link rel="canonical" href="https://blog.hyhcoder.top/2015/03/16/Android 随记/"/>
125+
<link rel="canonical" href="https://www.hyhcoder.com/2015/03/16/Android 随记/"/>
126126

127127

128128

@@ -299,7 +299,7 @@
299299

300300

301301
<div class="post-block">
302-
<link itemprop="mainEntityOfPage" href="https://blog.hyhcoder.top/2015/03/16/Android 随记/">
302+
<link itemprop="mainEntityOfPage" href="https://www.hyhcoder.com/2015/03/16/Android 随记/">
303303

304304
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
305305
<meta itemprop="name" content="hyhcoder">
@@ -695,11 +695,6 @@ <h1 id="Android-随记"><a href="#Android-随记" class="headerlink" title="Andr
695695

696696

697697
</div>
698-
699-
<div class="sidebar-inner">
700-
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=26648238&auto=0&height=66">
701-
</iframe>
702-
</div>
703698
</aside>
704699

705700

0 commit comments

Comments
 (0)