<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>my blog</title>
  
  <subtitle>淡夜の博客</subtitle>
  <link href="http://danye0.github.io/atom.xml" rel="self"/>
  
  <link href="http://danye0.github.io/"/>
  <updated>2022-01-10T04:36:33.312Z</updated>
  <id>http://danye0.github.io/</id>
  
  <author>
    <name>淡夜</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>高精度</title>
    <link href="http://danye0.github.io/2022/01/07/acwing3/"/>
    <id>http://danye0.github.io/2022/01/07/acwing3/</id>
    <published>2022-01-07T08:08:37.000Z</published>
    <updated>2022-01-10T04:36:33.312Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;java的高精度比较简单，因为有BigInteger和BigDecimal这两个类，实在是太好用了捏。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;高精度加法：&lt;/p&gt;
&lt;pre class=&quot;line-numbers language-java&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="算法模板 java" scheme="http://danye0.github.io/tags/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF-java/"/>
    
  </entry>
  
  <entry>
    <title>前缀和与差分</title>
    <link href="http://danye0.github.io/2022/01/07/acwing4/"/>
    <id>http://danye0.github.io/2022/01/07/acwing4/</id>
    <published>2022-01-07T08:08:37.000Z</published>
    <updated>2022-01-10T04:37:28.251Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;以下的代码中，统一使用arr表示原数组，sum表示前缀和数组，B表示差分数组&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;前缀和&lt;/p&gt;
&lt;p&gt;某个元素与它之前的所有元素之和。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;一维前缀和：&lt;/p&gt;
&lt;pre class=&quot;line-numbers</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="算法模板 java" scheme="http://danye0.github.io/tags/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF-java/"/>
    
  </entry>
  
  <entry>
    <title>二分</title>
    <link href="http://danye0.github.io/2022/01/06/acwing2/"/>
    <id>http://danye0.github.io/2022/01/06/acwing2/</id>
    <published>2022-01-06T09:11:59.000Z</published>
    <updated>2022-01-10T04:36:08.171Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;整数二分:&lt;/p&gt;
&lt;pre class=&quot;line-numbers language-c++&quot; data-language=&quot;c++&quot;&gt;&lt;code class=&quot;language-c++&quot;&gt;bool check(int x) &amp;#123;&amp;#x2F;*</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="算法模板 java" scheme="http://danye0.github.io/tags/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF-java/"/>
    
  </entry>
  
  <entry>
    <title>排序</title>
    <link href="http://danye0.github.io/2022/01/03/acwing1/"/>
    <id>http://danye0.github.io/2022/01/03/acwing1/</id>
    <published>2022-01-03T03:51:38.000Z</published>
    <updated>2022-01-12T06:23:26.594Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;ul&gt;
&lt;li&gt;&lt;p&gt;快速排序&lt;/p&gt;
&lt;pre class=&quot;line-numbers language-java&quot; data-language=&quot;java&quot;&gt;&lt;code class=&quot;language-java&quot;&gt;&lt;span class=&quot;token</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="算法模板 java" scheme="http://danye0.github.io/tags/%E7%AE%97%E6%B3%95%E6%A8%A1%E6%9D%BF-java/"/>
    
  </entry>
  
  <entry>
    <title>acwing1204</title>
    <link href="http://danye0.github.io/2022/01/02/acwing1204/"/>
    <id>http://danye0.github.io/2022/01/02/acwing1204/</id>
    <published>2022-01-02T07:21:23.000Z</published>
    <updated>2022-01-02T08:34:52.965Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;题解：&lt;/p&gt;
&lt;pre class=&quot;line-numbers language-java&quot; data-language=&quot;java&quot;&gt;&lt;code class=&quot;language-java&quot;&gt;

&lt;span class=&quot;token</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="算法 java" scheme="http://danye0.github.io/tags/%E7%AE%97%E6%B3%95-java/"/>
    
  </entry>
  
  <entry>
    <title>Git笔记</title>
    <link href="http://danye0.github.io/2021/12/28/learngit/"/>
    <id>http://danye0.github.io/2021/12/28/learngit/</id>
    <published>2021-12-28T12:24:43.000Z</published>
    <updated>2021-12-30T12:41:17.974Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 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;/h1&gt;&lt;p&gt;Git是目前世界上最先进的分布式版本控制系统。&lt;/p&gt;
&lt;h2 id=&quot;集中式和分布式版本控制系统的区别&quot;&gt;&lt;a</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Git" scheme="http://danye0.github.io/tags/Git/"/>
    
  </entry>
  
  <entry>
    <title>dao</title>
    <link href="http://danye0.github.io/2021/12/16/dao/"/>
    <id>http://danye0.github.io/2021/12/16/dao/</id>
    <published>2021-12-16T07:02:01.000Z</published>
    <updated>2022-01-02T07:57:39.610Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;JDBC&quot;&gt;&lt;a href=&quot;#JDBC&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="spring" scheme="http://danye0.github.io/categories/spring/"/>
    
    
    <category term="java spring 数据库" scheme="http://danye0.github.io/tags/java-spring-%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>注解</title>
    <link href="http://danye0.github.io/2021/08/21/annotation/"/>
    <id>http://danye0.github.io/2021/08/21/annotation/</id>
    <published>2021-08-21T00:50:09.000Z</published>
    <updated>2021-08-21T03:21:45.836Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;使用注解&quot;&gt;&lt;a href=&quot;#使用注解&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>反射</title>
    <link href="http://danye0.github.io/2021/08/13/reflection/"/>
    <id>http://danye0.github.io/2021/08/13/reflection/</id>
    <published>2021-08-13T07:06:38.000Z</published>
    <updated>2021-11-29T02:44:46.294Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;反射&quot;&gt;&lt;a href=&quot;#反射&quot; class=&quot;headerlink&quot; title=&quot;反射&quot;&gt;&lt;/a&gt;反射&lt;/h1&gt;&lt;p&gt;Java的反射是指程序在运行期可以拿到一个对象的所有信息。&lt;/p&gt;
&lt;h2 id=&quot;Class类&quot;&gt;&lt;a href=&quot;#Class类&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>IO流</title>
    <link href="http://danye0.github.io/2021/08/08/io/"/>
    <id>http://danye0.github.io/2021/08/08/io/</id>
    <published>2021-08-08T07:36:01.000Z</published>
    <updated>2021-08-12T10:53:26.530Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;在廖雪峰的网站上学习了IO流，做了一些笔记，仅作学习记录。&lt;/p&gt;
&lt;h1 id=&quot;IO&quot;&gt;&lt;a href=&quot;#IO&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>Servlet入门</title>
    <link href="http://danye0.github.io/2021/07/30/servlet01/"/>
    <id>http://danye0.github.io/2021/07/30/servlet01/</id>
    <published>2021-07-30T09:04:48.000Z</published>
    <updated>2021-08-08T06:50:36.621Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;Servlet概念&quot;&gt;&lt;a href=&quot;#Servlet概念&quot; class=&quot;headerlink&quot; title=&quot;Servlet概念&quot;&gt;&lt;/a&gt;Servlet概念&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;Servlet&lt;/strong&gt;（Server</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Servlet" scheme="http://danye0.github.io/tags/Servlet/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第十四章</title>
    <link href="http://danye0.github.io/2021/06/03/article14/"/>
    <id>http://danye0.github.io/2021/06/03/article14/</id>
    <published>2021-06-03T12:14:54.000Z</published>
    <updated>2021-07-11T14:57:06.122Z</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;ol&gt;
&lt;li&gt;&lt;p&gt;扩展thread类&lt;/p&gt;
&lt;pre class=&quot;line-numbers</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第七章</title>
    <link href="http://danye0.github.io/2021/05/31/article7/"/>
    <id>http://danye0.github.io/2021/05/31/article7/</id>
    <published>2021-05-31T08:03:16.000Z</published>
    <updated>2021-07-29T08:45:37.238Z</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="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第九章</title>
    <link href="http://danye0.github.io/2021/05/26/article9/"/>
    <id>http://danye0.github.io/2021/05/26/article9/</id>
    <published>2021-05-26T11:13:54.000Z</published>
    <updated>2021-07-11T14:54:09.485Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;Java集合框架&quot;&gt;&lt;a href=&quot;#Java集合框架&quot; class=&quot;headerlink&quot; title=&quot;Java集合框架&quot;&gt;&lt;/a&gt;Java集合框架&lt;/h2&gt;&lt;h3 id=&quot;集合的接口与实现&quot;&gt;&lt;a href=&quot;#集合的接口与实现&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第十三章笔记</title>
    <link href="http://danye0.github.io/2021/05/26/article13/"/>
    <id>http://danye0.github.io/2021/05/26/article13/</id>
    <published>2021-05-26T02:00:18.000Z</published>
    <updated>2021-07-11T14:55:42.799Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;jar-包&quot;&gt;&lt;a href=&quot;#jar-包&quot; class=&quot;headerlink&quot; title=&quot;jar 包&quot;&gt;&lt;/a&gt;jar 包&lt;/h2&gt;&lt;h3 id=&quot;创建jar包&quot;&gt;&lt;a href=&quot;#创建jar包&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第八章</title>
    <link href="http://danye0.github.io/2021/05/25/article8/"/>
    <id>http://danye0.github.io/2021/05/25/article8/</id>
    <published>2021-05-25T07:32:11.000Z</published>
    <updated>2021-11-30T08:26:36.800Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;定义泛型类&quot;&gt;&lt;a href=&quot;#定义泛型类&quot; class=&quot;headerlink&quot; title=&quot;定义泛型类&quot;&gt;&lt;/a&gt;定义泛型类&lt;/h1&gt;&lt;pre class=&quot;line-numbers language-java&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第六章笔记</title>
    <link href="http://danye0.github.io/2021/05/23/article6/"/>
    <id>http://danye0.github.io/2021/05/23/article6/</id>
    <published>2021-05-23T06:55:18.000Z</published>
    <updated>2021-07-28T02:39:45.536Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;lambda表达式后面再学（逃&lt;/p&gt;
&lt;h1 id=&quot;接口&quot;&gt;&lt;a href=&quot;#接口&quot; class=&quot;headerlink&quot; title=&quot;接口&quot;&gt;&lt;/a&gt;接口&lt;/h1&gt;&lt;h2 id=&quot;概念&quot;&gt;&lt;a href=&quot;#概念&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第五章笔记</title>
    <link href="http://danye0.github.io/2021/05/15/article5/"/>
    <id>http://danye0.github.io/2021/05/15/article5/</id>
    <published>2021-05-15T08:36:28.000Z</published>
    <updated>2021-11-29T02:11:39.211Z</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;在设计类的时候，应该将通用的方法放在超类中，将特殊用途的方法放在子类中。&lt;/p&gt;
&lt;h3</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第四章笔记</title>
    <link href="http://danye0.github.io/2021/05/12/article4/"/>
    <id>http://danye0.github.io/2021/05/12/article4/</id>
    <published>2021-05-12T09:01:50.000Z</published>
    <updated>2021-11-29T01:21:30.933Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;识别类&quot;&gt;&lt;a href=&quot;#识别类&quot; class=&quot;headerlink&quot; title=&quot;识别类&quot;&gt;&lt;/a&gt;识别类&lt;/h1&gt;&lt;p&gt;“找名词与动词的原则”：识别类的简单规则是在分析问题的过程中寻找名词，而方法对应着动词。&lt;/p&gt;
&lt;h1</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
  <entry>
    <title>《Java核心技术卷1》第三章笔记</title>
    <link href="http://danye0.github.io/2021/05/12/article3/"/>
    <id>http://danye0.github.io/2021/05/12/article3/</id>
    <published>2021-05-12T07:12:49.000Z</published>
    <updated>2021-07-28T02:20:21.957Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;命令行窗口&quot;&gt;&lt;a href=&quot;#命令行窗口&quot; class=&quot;headerlink&quot; title=&quot;命令行窗口&quot;&gt;&lt;/a&gt;命令行窗口&lt;/h1&gt;&lt;p&gt;​                      1.javac</summary>
        
      
    
    
    
    <category term="学习笔记" scheme="http://danye0.github.io/categories/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="Java" scheme="http://danye0.github.io/tags/Java/"/>
    
  </entry>
  
</feed>
