<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Sunshine</title>
  <icon>http://hudongyang.com/icon.png</icon>
  <subtitle>不积跬步，无以至千里；不积小流，无以成江海</subtitle>
  <link href="/atom.xml" rel="self"/>
  
  <link href="http://hudongyang.com/"/>
  <updated>2025-03-25T12:03:13.228Z</updated>
  <id>http://hudongyang.com/</id>
  
  <author>
    <name>DongyangHu</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>SpringBoot定时任务@Scheduled注解详解</title>
    <link href="http://hudongyang.com/2021/03/01/spring-scheduled/"/>
    <id>http://hudongyang.com/2021/03/01/spring-scheduled/</id>
    <published>2021-03-01T07:51:52.000Z</published>
    <updated>2025-03-25T12:03:13.228Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;SpringBoot定时任务-Scheduled注解详解&quot;&gt;&lt;a href=&quot;#SpringBoot定时任务-Scheduled注解详解&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
    
      <category term="开发框架" scheme="http://hudongyang.com/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6/"/>
    
      <category term="Spring" scheme="http://hudongyang.com/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6/Spring/"/>
    
    
      <category term="Spring" scheme="http://hudongyang.com/tags/Spring/"/>
    
      <category term="Task" scheme="http://hudongyang.com/tags/Task/"/>
    
      <category term="定时任务" scheme="http://hudongyang.com/tags/%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1/"/>
    
  </entry>
  
  <entry>
    <title>大端模式、小端模式解析</title>
    <link href="http://hudongyang.com/2021/02/25/big-little-endian/"/>
    <id>http://hudongyang.com/2021/02/25/big-little-endian/</id>
    <published>2021-02-25T09:41:20.000Z</published>
    <updated>2025-03-25T12:03:13.219Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;大端模式、小端模式&quot;&gt;&lt;a href=&quot;#大端模式、小端模式&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
    
      <category term="计算机基础" scheme="http://hudongyang.com/categories/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/"/>
    
    
      <category term="计算机基础" scheme="http://hudongyang.com/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/"/>
    
      <category term="大端" scheme="http://hudongyang.com/tags/%E5%A4%A7%E7%AB%AF/"/>
    
      <category term="小端" scheme="http://hudongyang.com/tags/%E5%B0%8F%E7%AB%AF/"/>
    
      <category term="字节序" scheme="http://hudongyang.com/tags/%E5%AD%97%E8%8A%82%E5%BA%8F/"/>
    
  </entry>
  
  <entry>
    <title>机器数、原码、反码、补码解析</title>
    <link href="http://hudongyang.com/2021/02/24/machine-code/"/>
    <id>http://hudongyang.com/2021/02/24/machine-code/</id>
    <published>2021-02-24T13:16:17.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;机器数、原码、反码、补码&quot;&gt;&lt;a href=&quot;#机器数、原码、反码、补码&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
    
      <category term="计算机基础" scheme="http://hudongyang.com/categories/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/"/>
    
    
      <category term="计算机基础" scheme="http://hudongyang.com/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/"/>
    
      <category term="机器码" scheme="http://hudongyang.com/tags/%E6%9C%BA%E5%99%A8%E7%A0%81/"/>
    
  </entry>
  
  <entry>
    <title>Spring事件驱动模型实践</title>
    <link href="http://hudongyang.com/2020/01/09/spring-event-driven/"/>
    <id>http://hudongyang.com/2020/01/09/spring-event-driven/</id>
    <published>2020-01-09T06:18:26.000Z</published>
    <updated>2025-03-25T12:03:13.227Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;简介&quot;&gt;&lt;a href=&quot;#简介&quot; class=&quot;headerlink&quot; title=&quot;简介&quot;&gt;&lt;/a&gt;简介&lt;/h2&gt;&lt;p&gt;Spring的事件驱动模型，是发布&amp;#x2F;订阅模式（Publish–subscribe
        
      
    
    </summary>
    
    
      <category term="开发框架" scheme="http://hudongyang.com/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6/"/>
    
      <category term="Spring" scheme="http://hudongyang.com/categories/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6/Spring/"/>
    
    
      <category term="事件驱动" scheme="http://hudongyang.com/tags/%E4%BA%8B%E4%BB%B6%E9%A9%B1%E5%8A%A8/"/>
    
      <category term="Spring" scheme="http://hudongyang.com/tags/Spring/"/>
    
  </entry>
  
  <entry>
    <title>IDEA好用的几款插件</title>
    <link href="http://hudongyang.com/2019/12/14/idea-plugins/"/>
    <id>http://hudongyang.com/2019/12/14/idea-plugins/</id>
    <published>2019-12-14T09:17:06.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;IDEA好用的几款插件&quot;&gt;&lt;a href=&quot;#IDEA好用的几款插件&quot; class=&quot;headerlink&quot; title=&quot;IDEA好用的几款插件&quot;&gt;&lt;/a&gt;IDEA好用的几款插件&lt;/h2&gt;&lt;h3
        
      
    
    </summary>
    
    
      <category term="开发工具" scheme="http://hudongyang.com/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/"/>
    
      <category term="IDEA" scheme="http://hudongyang.com/categories/%E5%BC%80%E5%8F%91%E5%B7%A5%E5%85%B7/IDEA/"/>
    
    
      <category term="工具" scheme="http://hudongyang.com/tags/%E5%B7%A5%E5%85%B7/"/>
    
      <category term="plugin" scheme="http://hudongyang.com/tags/plugin/"/>
    
  </entry>
  
  <entry>
    <title>Linux使用yum安装MySQL详细步骤(CentOS7.3)</title>
    <link href="http://hudongyang.com/2019/11/29/mysql-install-linux/"/>
    <id>http://hudongyang.com/2019/11/29/mysql-install-linux/</id>
    <published>2019-11-29T15:54:32.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;使用yum安装MySQL&quot;&gt;&lt;a href=&quot;#使用yum安装MySQL&quot; class=&quot;headerlink&quot; title=&quot;使用yum安装MySQL&quot;&gt;&lt;/a&gt;使用yum安装MySQL&lt;/h2&gt;&lt;h3 id=&quot;卸载mariadb&quot;&gt;&lt;a
        
      
    
    </summary>
    
    
      <category term="环境搭建" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    
      <category term="数据库" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="MySQL" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/%E6%95%B0%E6%8D%AE%E5%BA%93/MySQL/"/>
    
    
      <category term="MySQL" scheme="http://hudongyang.com/tags/MySQL/"/>
    
      <category term="环境搭建" scheme="http://hudongyang.com/tags/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    
      <category term="Linux" scheme="http://hudongyang.com/tags/Linux/"/>
    
  </entry>
  
  <entry>
    <title>Windows下MySQL解压版安装配置详细步骤</title>
    <link href="http://hudongyang.com/2019/11/29/mysql-install-windows/"/>
    <id>http://hudongyang.com/2019/11/29/mysql-install-windows/</id>
    <published>2019-11-29T15:05:44.000Z</published>
    <updated>2025-03-25T12:03:13.226Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;安装数据库&quot;&gt;&lt;a href=&quot;#安装数据库&quot; class=&quot;headerlink&quot; title=&quot;安装数据库&quot;&gt;&lt;/a&gt;安装数据库&lt;/h2&gt;&lt;h3 id=&quot;一、下载MySQL数据库解压版并解压&quot;&gt;&lt;a href=&quot;#一、下载MySQL数据库解压版并解压&quot;
        
      
    
    </summary>
    
    
      <category term="环境搭建" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    
      <category term="数据库" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="MySQL" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/%E6%95%B0%E6%8D%AE%E5%BA%93/MySQL/"/>
    
    
      <category term="MySQL" scheme="http://hudongyang.com/tags/MySQL/"/>
    
      <category term="环境搭建" scheme="http://hudongyang.com/tags/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    
      <category term="Windows" scheme="http://hudongyang.com/tags/Windows/"/>
    
  </entry>
  
  <entry>
    <title>Java使用JDBC连接SQLServer数据库(二)</title>
    <link href="http://hudongyang.com/2019/11/29/jdbc-sqlserver-2/"/>
    <id>http://hudongyang.com/2019/11/29/jdbc-sqlserver-2/</id>
    <published>2019-11-29T15:00:15.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;将连接数据库、关闭数据库、增删改查数据等对数据库的操作封装成操作数据库的一个类，方便进行数据库的操作。&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;连接： &lt;a
        
      
    
    </summary>
    
    
      <category term="数据库" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="SqlServer" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/SqlServer/"/>
    
      <category term="JDBC" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/JDBC/"/>
    
    
      <category term="JDBC" scheme="http://hudongyang.com/tags/JDBC/"/>
    
      <category term="数据库" scheme="http://hudongyang.com/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="SqlServer" scheme="http://hudongyang.com/tags/SqlServer/"/>
    
  </entry>
  
  <entry>
    <title>Java使用JDBC连接SQLServer数据库(一)</title>
    <link href="http://hudongyang.com/2019/11/29/jdbc-sqlserver-1/"/>
    <id>http://hudongyang.com/2019/11/29/jdbc-sqlserver-1/</id>
    <published>2019-11-29T14:53:44.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;一、连接数据库&quot;&gt;&lt;a href=&quot;#一、连接数据库&quot; class=&quot;headerlink&quot; title=&quot;一、连接数据库&quot;&gt;&lt;/a&gt;一、连接数据库&lt;/h2&gt;&lt;h3 id=&quot;1、下载SQLServer对应的JDBC驱动&quot;&gt;&lt;a
        
      
    
    </summary>
    
    
      <category term="数据库" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="SqlServer" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/SqlServer/"/>
    
      <category term="JDBC" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/JDBC/"/>
    
    
      <category term="JDBC" scheme="http://hudongyang.com/tags/JDBC/"/>
    
      <category term="数据库" scheme="http://hudongyang.com/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="SqlServer" scheme="http://hudongyang.com/tags/SqlServer/"/>
    
  </entry>
  
  <entry>
    <title>Git基本操作整理</title>
    <link href="http://hudongyang.com/2019/11/29/git-command/"/>
    <id>http://hudongyang.com/2019/11/29/git-command/</id>
    <published>2019-11-28T17:01:10.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;Git基本操作整理&quot;&gt;&lt;a href=&quot;#Git基本操作整理&quot; class=&quot;headerlink&quot; title=&quot;Git基本操作整理&quot;&gt;&lt;/a&gt;Git基本操作整理&lt;/h2&gt;&lt;h3 id=&quot;基本命令&quot;&gt;&lt;a href=&quot;#基本命令&quot;
        
      
    
    </summary>
    
    
      <category term="版本控制" scheme="http://hudongyang.com/categories/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6/"/>
    
      <category term="Git" scheme="http://hudongyang.com/categories/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6/Git/"/>
    
    
      <category term="Git" scheme="http://hudongyang.com/tags/Git/"/>
    
      <category term="工具" scheme="http://hudongyang.com/tags/%E5%B7%A5%E5%85%B7/"/>
    
  </entry>
  
  <entry>
    <title>Oracle序列创建和使用</title>
    <link href="http://hudongyang.com/2019/11/29/oracle-sequence/"/>
    <id>http://hudongyang.com/2019/11/29/oracle-sequence/</id>
    <published>2019-11-28T16:48:55.000Z</published>
    <updated>2025-03-25T12:03:13.226Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;Oracle序列创建和使用&quot;&gt;&lt;a href=&quot;#Oracle序列创建和使用&quot; class=&quot;headerlink&quot; title=&quot;Oracle序列创建和使用&quot;&gt;&lt;/a&gt;Oracle序列创建和使用&lt;/h2&gt;&lt;h3 id=&quot;创建序列&quot;&gt;&lt;a
        
      
    
    </summary>
    
    
      <category term="数据库" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="Oracle" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/Oracle/"/>
    
      <category term="序列" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/Oracle/%E5%BA%8F%E5%88%97/"/>
    
    
      <category term="数据库" scheme="http://hudongyang.com/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="Oracle" scheme="http://hudongyang.com/tags/Oracle/"/>
    
      <category term="序列" scheme="http://hudongyang.com/tags/%E5%BA%8F%E5%88%97/"/>
    
  </entry>
  
  <entry>
    <title>Git批量清理本地分支</title>
    <link href="http://hudongyang.com/2019/11/29/git-branch-batch-delete/"/>
    <id>http://hudongyang.com/2019/11/29/git-branch-batch-delete/</id>
    <published>2019-11-28T16:40:16.000Z</published>
    <updated>2025-03-25T12:03:13.222Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;清理方式记录&quot;&gt;&lt;a href=&quot;#清理方式记录&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
    
      <category term="版本控制" scheme="http://hudongyang.com/categories/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6/"/>
    
      <category term="Git" scheme="http://hudongyang.com/categories/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6/Git/"/>
    
    
      <category term="Git" scheme="http://hudongyang.com/tags/Git/"/>
    
      <category term="分支管理" scheme="http://hudongyang.com/tags/%E5%88%86%E6%94%AF%E7%AE%A1%E7%90%86/"/>
    
  </entry>
  
  <entry>
    <title>Statement.RETURN_GENERATED_KEYS获取自增id踩坑记录</title>
    <link href="http://hudongyang.com/2019/11/29/return-generated-key/"/>
    <id>http://hudongyang.com/2019/11/29/return-generated-key/</id>
    <published>2019-11-28T16:33:43.000Z</published>
    <updated>2025-03-25T12:03:13.226Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h4 id=&quot;问题背景&quot;&gt;&lt;a href=&quot;#问题背景&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
    
      <category term="数据库" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="MySQL" scheme="http://hudongyang.com/categories/%E6%95%B0%E6%8D%AE%E5%BA%93/MySQL/"/>
    
    
      <category term="JDBC" scheme="http://hudongyang.com/tags/JDBC/"/>
    
      <category term="数据库" scheme="http://hudongyang.com/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
      <category term="MySQL" scheme="http://hudongyang.com/tags/MySQL/"/>
    
      <category term="问题记录" scheme="http://hudongyang.com/tags/%E9%97%AE%E9%A2%98%E8%AE%B0%E5%BD%95/"/>
    
  </entry>
  
  <entry>
    <title>GitPages+Hexo搭建个人博客</title>
    <link href="http://hudongyang.com/2019/11/28/create-blog-by-hexo/"/>
    <id>http://hudongyang.com/2019/11/28/create-blog-by-hexo/</id>
    <published>2019-11-28T12:27:12.000Z</published>
    <updated>2025-03-25T12:03:13.219Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;&lt;img src=&quot;/hexo1.png&quot;&gt;&lt;/p&gt;
&lt;h2 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
    
      <category term="环境搭建" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    
      <category term="博客" scheme="http://hudongyang.com/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/%E5%8D%9A%E5%AE%A2/"/>
    
    
      <category term="Hexo" scheme="http://hudongyang.com/tags/Hexo/"/>
    
      <category term="博客搭建" scheme="http://hudongyang.com/tags/%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA/"/>
    
      <category term="GitPages" scheme="http://hudongyang.com/tags/GitPages/"/>
    
  </entry>
  
</feed>
