<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
  <title>xflcx1991 的博客</title>
  <id>http://pipe.b3log.org/blogs/xflcx1991</id>
  <updated></updated>
  <subtitle>记录精彩的程序人生</subtitle>
  <link href="http://pipe.b3log.org/blogs/xflcx1991"></link>
  <entry>
    <title>0.目录导航及相关说明</title>
    <updated>2018-12-23T21:05:10+08:00</updated>
    <id>tag:pipe.b3log.org,2018-12-23:/blogs/xflcx1991/articles/2018/12/23/1545570310429</id>
    <link href="http://pipe.b3log.org/blogs/xflcx1991/articles/2018/12/23/1545570310429" rel="alternate"></link>
    <summary type="html">0.目录导航及相关说明本教程准备持续更新做成一个完整的 Java 学习笔记，主要针对课堂上讲的知识来做课下巩固复习用，故不会完全面向 0 基础者。参考用书（排名不分先后）：《JavaJDK8 学习笔记》《Java 疯狂讲义》（第 3 版）一些说明：虽然教学用的是 JDK8，但是新手不要纠缠于不同版本 JDK 的问题，遇到新老版本差异的时候我会指出的。目录：目录导航变量及运算符 Scanner 的使用及 Ascii 码漫谈选择结构</summary>
    <author>
      <name>xflcx1991</name>
    </author>
  </entry>
  <entry>
    <title>LeetCode-3. 无重复字符的最长子串</title>
    <updated>2018-12-22T08:31:20+08:00</updated>
    <id>tag:pipe.b3log.org,2018-12-22:/blogs/xflcx1991/articles/2018/12/22/1545438679788</id>
    <link href="http://pipe.b3log.org/blogs/xflcx1991/articles/2018/12/22/1545438679788" rel="alternate"></link>
    <summary type="html">给定一个字符串，请你找出其中不含有重复字符的最长子串的长度。示例 1:输入:“abcabcbb”输出:3 解释:因为无重复字符的最长子串是“abc”，所以其长度为 3。示例 2:输入:“bbbbb”输出:1 解释:因为无重复字符的最长子串是“b”，所以其长度为 1。示例 3:输入:“pwwkew”输出:3 解释:因为无重复字符的最长子串是“wke”，所以其长度为 3。请注意，你的答案必须是子串的长度，”pwke”是一</summary>
    <author>
      <name>xflcx1991</name>
    </author>
  </entry>
</feed>