my sample title

This is my first heading

This is the content of my sample blog post.

This my second heading

I will end my example here.

1
2
3
def foo():
    print "Love Python, Love FreeDome"
    print "E文标点,.0123456789,中文标点,. "
1
2
def example():
    print 'Hello World'
1
2
3
4
5
6
7
8
/**
 * 判断是否启动acl
 *
 * @return
 */
private boolean isAclEnable() {
    return null != accountLoginProperties && accountLoginProperties.isAclEnable();
}