<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Bigshans&#39; Blog</title>
    <link>https://bigshans.github.io/tags/java/</link>
    <description>Recent content in Java on Bigshans&#39; Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>bigshans</copyright>
    <lastBuildDate>Fri, 04 Oct 2019 22:32:30 +0000</lastBuildDate>
    <atom:link href="https://bigshans.github.io/tags/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Java 源码阅读之 HashMap</title>
      <link>https://bigshans.github.io/post/src-java-hashmap/</link>
      <pubDate>Fri, 04 Oct 2019 22:32:30 +0000</pubDate>
      <guid>https://bigshans.github.io/post/src-java-hashmap/</guid>
      <description>&lt;p&gt;对以下一段代码进行 Debug，阅读建议边 Debug 边看。&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;import java.util.HashMap;&#xA;&#xA;public class Collec {&#xA;    public static void main(String[] args) {&#xA;        HashMap a = new HashMap();&#xA;        a.put(&amp;quot;sd&amp;quot;, &amp;quot;54&amp;quot;);&#xA;        a.put(&amp;quot;sd&amp;quot;, &amp;quot;125&amp;quot;);&#xA;    }&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>spring 初步（一）</title>
      <link>https://bigshans.github.io/post/spring-tutorial/</link>
      <pubDate>Thu, 27 Dec 2018 21:06:32 +0000</pubDate>
      <guid>https://bigshans.github.io/post/spring-tutorial/</guid>
      <description>&lt;p&gt;今天学习了一下 spring 。现在 spring 这一个系列的框架都挺火的，不管怎样都值得了解一番。不过，虽然如此，但我在网上查找的时候，看了半天基本没有找到一个好的切入口去学习。所以这个稍微学习一下也变得很「稍微」了。在此，我在这里写下一点学习 spring 的一点总结，希望能帮到后来者吧！&lt;/p&gt;</description>
    </item>
    <item>
      <title>openjdk 11 配置 struts 2.5 &#43; hibernate 5.3 环境</title>
      <link>https://bigshans.github.io/post/java-hibernate-struts/</link>
      <pubDate>Sun, 02 Dec 2018 13:12:22 +0000</pubDate>
      <guid>https://bigshans.github.io/post/java-hibernate-struts/</guid>
      <description>&lt;p&gt;从昨天开始配置这个环境配到吐血，今天终于解决了，采用 idea 默认的配置无法使用，以前的项目可以用现在新建的不行了，我也不是很懂。 struts 一直报找不到 action ，我猜可能生成的目录变了，但改来改去着实难受，我也没耐心去猜，不如重新搞一个，所以本着折腾的精神搞出来了。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在 idea 中布置 struts 2.5</title>
      <link>https://bigshans.github.io/post/java-struts-idea/</link>
      <pubDate>Thu, 06 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://bigshans.github.io/post/java-struts-idea/</guid>
      <description>&lt;p&gt;不得不说百度跟谷歌比还差的远啊。我从官网上下载 struts 的最小包，布置到 idea 上不能正常使用，百度不行上谷歌，终于解决了。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
