<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Shown的部落阁</title>
  
  
  <link href="/atom.xml" rel="self"/>
  
  <link href="/"/>
  <updated>2022-02-22T12:59:47.951Z</updated>
  <id>/</id>
  
  <author>
    <name>Shown Feng</name>
    
  </author>
  
  <generator uri="http://hexo.io/">Hexo</generator>
  
  <entry>
    <title>集群内并发LVS</title>
    <link href="/null/%E9%9B%86%E7%BE%A4%E5%86%85%E5%B9%B6%E5%8F%91LVS/"/>
    <id>/null/集群内并发LVS/</id>
    <published>2022-02-22T12:49:28.000Z</published>
    <updated>2022-02-22T12:59:47.951Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;http协议&quot;&gt;&lt;a href=&quot;#http协议&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="网络" scheme="/tags/%E7%BD%91%E7%BB%9C/"/>
    
      <category term="系统底层" scheme="/tags/%E7%B3%BB%E7%BB%9F%E5%BA%95%E5%B1%82/"/>
    
  </entry>
  
  <entry>
    <title>小和问题</title>
    <link href="/null/%E5%B0%8F%E5%92%8C%E9%97%AE%E9%A2%98/"/>
    <id>/null/小和问题/</id>
    <published>2022-02-20T14:31:56.000Z</published>
    <updated>2022-02-20T14:33:06.540Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;小和问题–逆向思维-使用归并思想&quot;&gt;&lt;a href=&quot;#小和问题–逆向思维-使用归并思想&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>刻在骨子里面的算法</title>
    <link href="/null/%E5%88%BB%E5%9C%A8%E9%AA%A8%E5%AD%90%E9%87%8C%E9%9D%A2%E7%9A%84%E7%AE%97%E6%B3%95/"/>
    <id>/null/刻在骨子里面的算法/</id>
    <published>2022-02-19T16:17:18.000Z</published>
    <updated>2022-02-19T16:20:05.683Z</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-归并排序–利用了递归和辅助数组值拷贝&quot;&gt;&lt;a href=&quot;#1-归并排序–利用了递归和辅助数组值拷贝&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
  </entry>
  
  <entry>
    <title>栈和队列互相转换</title>
    <link href="/null/%E6%A0%88%E5%92%8C%E9%98%9F%E5%88%97%E4%BA%92%E7%9B%B8%E8%BD%AC%E6%8D%A2/"/>
    <id>/null/栈和队列互相转换/</id>
    <published>2022-02-19T09:02:36.000Z</published>
    <updated>2022-02-19T14:52:26.330Z</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;pre&gt;&lt;code&gt;public class TwoStarkQueue {
   
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
      <category term="数据结构" scheme="/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>链表相关coding</title>
    <link href="/null/%E9%93%BE%E8%A1%A8%E7%9B%B8%E5%85%B3coding/"/>
    <id>/null/链表相关coding/</id>
    <published>2022-02-19T03:27:10.000Z</published>
    <updated>2022-02-19T08:44:29.928Z</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
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
      <category term="数据结构" scheme="/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>位运算的妙用</title>
    <link href="/null/%E4%BD%8D%E8%BF%90%E7%AE%97%E7%9A%84%E5%A6%99%E7%94%A8/"/>
    <id>/null/位运算的妙用/</id>
    <published>2022-02-18T12:45:45.000Z</published>
    <updated>2022-02-18T14:53:27.493Z</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、性质&quot;&gt;&lt;a href=&quot;#1、性质&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
      <category term="底层" scheme="/tags/%E5%BA%95%E5%B1%82/"/>
    
  </entry>
  
  <entry>
    <title>二叉树退化成链表</title>
    <link href="/null/%E4%BA%8C%E5%8F%89%E6%A0%91%E9%80%80%E5%8C%96%E6%88%90%E9%93%BE%E8%A1%A8/"/>
    <id>/null/二叉树退化成链表/</id>
    <published>2022-02-12T03:54:48.000Z</published>
    <updated>2022-02-12T03:57:28.521Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;二叉树根据深度优先遍历变成一个链表形式&quot;&gt;&lt;a href=&quot;#二叉树根据深度优先遍历变成一个链表形式&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>算法小技巧</title>
    <link href="/null/%E7%AE%97%E6%B3%95%E5%B0%8F%E6%8A%80%E5%B7%A7/"/>
    <id>/null/算法小技巧/</id>
    <published>2022-02-11T14:18:51.000Z</published>
    <updated>2022-02-20T03:26:18.235Z</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;leetcode 103
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="阅读" scheme="/tags/%E9%98%85%E8%AF%BB/"/>
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>小白算法记</title>
    <link href="/null/%E5%B0%8F%E7%99%BD%E7%AE%97%E6%B3%95%E8%AE%B0/"/>
    <id>/null/小白算法记/</id>
    <published>2022-02-10T14:56:34.000Z</published>
    <updated>2022-02-10T15:57:06.219Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;h2 id=&quot;算法记（一）&quot;&gt;&lt;a href=&quot;#算法记（一）&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="阅读" scheme="/tags/%E9%98%85%E8%AF%BB/"/>
    
      <category term="算法" scheme="/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>设计模式-动态代理</title>
    <link href="/sjms/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F-%E5%8A%A8%E6%80%81%E4%BB%A3%E7%90%86/"/>
    <id>/sjms/设计模式-动态代理/</id>
    <published>2020-05-22T04:54:50.000Z</published>
    <updated>2020-05-22T05:54:35.171Z</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;简介&quot;&gt;&lt;a href=&quot;#简介&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="技术" scheme="/tags/%E6%8A%80%E6%9C%AF/"/>
    
      <category term="设计模式" scheme="/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"/>
    
  </entry>
  
  <entry>
    <title>springboot初体验</title>
    <link href="/springboot/springboot%E5%88%9D%E4%BD%93%E9%AA%8C/"/>
    <id>/springboot/springboot初体验/</id>
    <published>2020-05-19T11:27:44.000Z</published>
    <updated>2020-05-19T13:30:42.000Z</updated>
    
    <summary type="html">
    
      springboot初体验
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="web" scheme="/tags/web/"/>
    
      <category term="springboot" scheme="/tags/springboot/"/>
    
      <category term="框架" scheme="/tags/%E6%A1%86%E6%9E%B6/"/>
    
  </entry>
  
  <entry>
    <title>hyrobort的使用</title>
    <link href="/hyrobort/hyrobort%E7%9A%84%E4%BD%BF%E7%94%A8/"/>
    <id>/hyrobort/hyrobort的使用/</id>
    <published>2020-05-17T07:32:35.000Z</published>
    <updated>2020-05-17T08:03:12.527Z</updated>
    
    <summary type="html">
    
      自动化测试框架
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="python" scheme="/tags/python/"/>
    
      <category term="自动化" scheme="/tags/%E8%87%AA%E5%8A%A8%E5%8C%96/"/>
    
  </entry>
  
  <entry>
    <title>selenium快速使用</title>
    <link href="/selenium/selenium%E5%BF%AB%E9%80%9F%E4%BD%BF%E7%94%A8/"/>
    <id>/selenium/selenium快速使用/</id>
    <published>2020-05-17T07:13:16.000Z</published>
    <updated>2020-05-17T07:23:45.472Z</updated>
    
    <summary type="html">
    
      selenium
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="python" scheme="/tags/python/"/>
    
      <category term="自动化测试" scheme="/tags/%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B5%8B%E8%AF%95/"/>
    
  </entry>
  
  <entry>
    <title>web开发中用到的工具类</title>
    <link href="/webtools/web%E5%BC%80%E5%8F%91%E4%B8%AD%E7%94%A8%E5%88%B0%E7%9A%84%E5%B7%A5%E5%85%B7%E7%B1%BB/"/>
    <id>/webtools/web开发中用到的工具类/</id>
    <published>2020-05-17T06:56:58.000Z</published>
    <updated>2020-05-17T07:08:21.066Z</updated>
    
    <summary type="html">
    
      web项目工具类合集
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="web" scheme="/tags/web/"/>
    
      <category term="资源" scheme="/tags/%E8%B5%84%E6%BA%90/"/>
    
  </entry>
  
  <entry>
    <title>web前后端数据传输json格式的优雅编写</title>
    <link href="/null/json%E6%95%B0%E6%8D%AE%E4%BC%A0%E8%BE%93%E4%B8%ADpojo%E7%9A%84%E5%8C%85%E8%A3%85%E6%96%B9%E5%BC%8F/"/>
    <id>/null/json数据传输中pojo的包装方式/</id>
    <published>2020-05-16T02:38:22.000Z</published>
    <updated>2020-05-17T01:44:20.387Z</updated>
    
    <summary type="html">
    
      前后端数据格式化传输
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="web" scheme="/tags/web/"/>
    
      <category term="技术" scheme="/tags/%E6%8A%80%E6%9C%AF/"/>
    
      <category term="悦读" scheme="/tags/%E6%82%A6%E8%AF%BB/"/>
    
  </entry>
  
  <entry>
    <title>淘淘商城web项目复盘及改进</title>
    <link href="/taotao/%E6%B7%98%E6%B7%98%E5%95%86%E5%9F%8Eweb%E9%A1%B9%E7%9B%AE%E5%A4%8D%E7%9B%98%E5%8F%8A%E6%94%B9%E8%BF%9B/"/>
    <id>/taotao/淘淘商城web项目复盘及改进/</id>
    <published>2020-05-15T06:21:14.000Z</published>
    <updated>2020-05-17T01:48:26.905Z</updated>
    
    <summary type="html">
    
      web项目
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="web" scheme="/tags/web/"/>
    
      <category term="悦读" scheme="/tags/%E6%82%A6%E8%AF%BB/"/>
    
  </entry>
  
  <entry>
    <title>冒险岛游戏设计实现和GUI工具</title>
    <link href="/game/%E5%86%92%E9%99%A9%E5%B2%9B%E6%B8%B8%E6%88%8F/"/>
    <id>/game/冒险岛游戏/</id>
    <published>2020-05-13T12:26:52.000Z</published>
    <updated>2020-05-16T01:16:01.246Z</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;游戏界面简介&quot;&gt;&lt;a href=&quot;#游戏界面简介&quot; class=&quot;headerlink&quot;
        
      
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="技术" scheme="/tags/%E6%8A%80%E6%9C%AF/"/>
    
      <category term="java" scheme="/tags/java/"/>
    
      <category term="游戏" scheme="/tags/%E6%B8%B8%E6%88%8F/"/>
    
  </entry>
  
  <entry>
    <title>java基础进阶细节</title>
    <link href="/basic/java%E5%9F%BA%E7%A1%80%E8%BF%9B%E9%98%B6%E7%BB%86%E8%8A%82/"/>
    <id>/basic/java基础进阶细节/</id>
    <published>2020-05-12T12:20:36.000Z</published>
    <updated>2020-05-13T12:20:41.422Z</updated>
    
    <summary type="html">
    
      java升天基础
    
    </summary>
    
      <category term="技术" scheme="/categories/%E6%8A%80%E6%9C%AF/"/>
    
    
      <category term="web" scheme="/tags/web/"/>
    
      <category term="阅读" scheme="/tags/%E9%98%85%E8%AF%BB/"/>
    
  </entry>
  
  <entry>
    <title>人总是在变，但是影视和音乐不变，资源分享。</title>
    <link href="/life/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87blog/"/>
    <id>/life/我的第一篇blog/</id>
    <published>2020-05-12T03:45:38.000Z</published>
    <updated>2020-05-13T02:33:05.264Z</updated>
    
    <summary type="html">
    
      这是第一篇blog
    
    </summary>
    
      <category term="生活" scheme="/categories/%E7%94%9F%E6%B4%BB/"/>
    
    
      <category term="web" scheme="/tags/web/"/>
    
      <category term="阅读" scheme="/tags/%E9%98%85%E8%AF%BB/"/>
    
  </entry>
  
</feed>
