2017-02-13
静态网页

一、添加categories、tags和about

在直接利用hexo和freemind生成博客之后,点击categories、tags和about三个都是404的,

  1. categories和tags的生成方法是(参考categories和tags页面生成方法):

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    1.manually create source/categories/index.html and paste the following contents:

    title: Categories
    layout: categories
    ---
    2.manually create source/tags/index.html and paste the following contents:

    title: Tags
    layout: tags
    ---
    3.restart hexo and refresh the browser
    继续阅读

2017-02-11
Hibernate初体验

一、Hibernate的操作流程

在一个测试类中表示如下所示:

继续阅读

2011-05-20
上帝的本意:二值系统

昨天突然有这么一个想法,觉得,大自然赋予我们最原始的数制是二进制的:0和1,而我们人类一开始没有体会到上帝的本意最先创造了十进制。

继续阅读