<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Lenvon的博客</title>
  <icon>https://lenvon2012.github.io/icon.png</icon>
  <subtitle>不畏將來，不念過往，執著前行...</subtitle>
  <link href="/atom.xml" rel="self"/>
  
  <link href="https://lenvon2012.github.io/"/>
  <updated>2019-12-29T16:13:12.396Z</updated>
  <id>https://lenvon2012.github.io/</id>
  
  <author>
    <name>Lenvon</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Java 13 新特性概述</title>
    <link href="https://lenvon2012.github.io/2019/12/29/new-features-of-Java-13/"/>
    <id>https://lenvon2012.github.io/2019/12/29/new-features-of-Java-13/</id>
    <published>2019-12-29T15:38:01.000Z</published>
    <updated>2019-12-29T16:13:12.396Z</updated>
    
    <summary type="html">
    
      这是一篇加密文章, 内容访问受限, 请输入密码查看.如果你确实想看, 请与作者联系!
    
    </summary>
    
    
      <category term="program-language" scheme="https://lenvon2012.github.io/categories/program-language/"/>
    
    
      <category term="Java" scheme="https://lenvon2012.github.io/tags/Java/"/>
    
      <category term="Java 13" scheme="https://lenvon2012.github.io/tags/Java-13/"/>
    
  </entry>
  
  <entry>
    <title>Java Hashcode 小探</title>
    <link href="https://lenvon2012.github.io/2019/12/21/java-hashcode/"/>
    <id>https://lenvon2012.github.io/2019/12/21/java-hashcode/</id>
    <published>2019-12-21T09:33:35.000Z</published>
    <updated>2019-12-29T16:13:12.392Z</updated>
    
    <summary type="html">
    
      这是一篇加密文章, 内容访问受限, 请输入密码查看.如果你确实想看, 请与作者联系!
    
    </summary>
    
    
      <category term="program-language" scheme="https://lenvon2012.github.io/categories/program-language/"/>
    
    
      <category term="Java" scheme="https://lenvon2012.github.io/tags/Java/"/>
    
      <category term="Hashcode" scheme="https://lenvon2012.github.io/tags/Hashcode/"/>
    
  </entry>
  
  <entry>
    <title>Java多线程编程总结笔记——02多线程基础知识</title>
    <link href="https://lenvon2012.github.io/2019/12/04/java-multi-thread-02/"/>
    <id>https://lenvon2012.github.io/2019/12/04/java-multi-thread-02/</id>
    <published>2019-12-04T10:59:02.000Z</published>
    <updated>2019-12-29T16:13:12.392Z</updated>
    
    <summary type="html">
    
      这是一篇加密文章, 内容访问受限, 请输入密码查看.如果你确实想看, 请与作者联系!
    
    </summary>
    
    
      <category term="program-language" scheme="https://lenvon2012.github.io/categories/program-language/"/>
    
    
      <category term="Java" scheme="https://lenvon2012.github.io/tags/Java/"/>
    
      <category term="Thread" scheme="https://lenvon2012.github.io/tags/Thread/"/>
    
  </entry>
  
  <entry>
    <title>Java多线程编程总结笔记——01 Java语言的线程</title>
    <link href="https://lenvon2012.github.io/2019/12/04/java-multi-thread-01/"/>
    <id>https://lenvon2012.github.io/2019/12/04/java-multi-thread-01/</id>
    <published>2019-12-04T08:55:48.000Z</published>
    <updated>2019-12-29T16:13:12.392Z</updated>
    
    <summary type="html">
    
      &lt;h2 id=&quot;比较花费时间的I-O操作&quot;&gt;&lt;a href=&quot;#比较花费时间的I-O操作&quot; class=&quot;headerlink&quot; title=&quot;比较花费时间的I/O操作&quot;&gt;&lt;/a&gt;比较花费时间的I/O操作&lt;/h2&gt;&lt;h3 id=&quot;多个客户端&quot;&gt;&lt;a href=&quot;#多个客户端&quot; class=&quot;headerlink&quot; title=&quot;多个客户端&quot;&gt;&lt;/a&gt;多个客户端&lt;/h3&gt;&lt;p&gt;基本上网络上的服务器必须同时处理一个以上的客户端，不过，一定要在服务器这边的程序设计加入一个以上客户端的概念的话，程序会变得更复杂。此时，不妨准备一个当有客户端连接到服务器的时候，会自动出来迎接这个客户点的线程，这样一来，服务器的程序就可以设计成好像只服务一个客户端&lt;/p&gt;
&lt;h3 id=&quot;并发与并行&quot;&gt;&lt;a href=&quot;#并发与并行&quot; class=&quot;headerlink&quot; title=&quot;并发与并行&quot;&gt;&lt;/a&gt;并发与并行&lt;/h3&gt;&lt;p&gt;当有一个以上的线程的线程来操作时，若计算机只有一个中央处理器，根本不可能进行一个以上的处理。&lt;/p&gt;
&lt;p&gt;如果在有一个以上的中央处理器的计算机上跑程序，则线程的程序可能是并行（parallel）而非并发，就可以同时运行一个以上的处理。&lt;/p&gt;
    
    </summary>
    
    
      <category term="program-language" scheme="https://lenvon2012.github.io/categories/program-language/"/>
    
    
      <category term="Java" scheme="https://lenvon2012.github.io/tags/Java/"/>
    
      <category term="Thread" scheme="https://lenvon2012.github.io/tags/Thread/"/>
    
  </entry>
  
  <entry>
    <title>第一篇文章</title>
    <link href="https://lenvon2012.github.io/2019/12/04/welcome/"/>
    <id>https://lenvon2012.github.io/2019/12/04/welcome/</id>
    <published>2019-12-04T08:55:48.000Z</published>
    <updated>2019-12-29T16:13:12.396Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;div id=&quot;vip-container&quot;&gt;&lt;p&gt;人生不只眼前的苟且，还有诗和远方。&lt;/p&gt;
&lt;/div&gt;

			&lt;script src=&quot;https://my.openwrite.cn/js/readmore.js&quot;
        
      
    
    </summary>
    
    
      <category term="front-end" scheme="https://lenvon2012.github.io/categories/front-end/"/>
    
    
      <category term="生活" scheme="https://lenvon2012.github.io/tags/%E7%94%9F%E6%B4%BB/"/>
    
      <category term="诗和远方" scheme="https://lenvon2012.github.io/tags/%E8%AF%97%E5%92%8C%E8%BF%9C%E6%96%B9/"/>
    
  </entry>
  
</feed>
