Fork me on GitHub

Hello World

Hello! Friends!

  • 铅笔
  • 上传
  • 下载
  • 下载两倍大
java源站
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<head>
<link rel="stylesheet" type="text/css" href="http://github.jmzhang.top/css/EnlighterJS.min.css" />
<script type="text/javascript" src="http://github.jmzhang.top/js/MooTools.min.js"></script>
<script type="text/javascript" src="http://github.jmzhang.top/js/EnlighterJS.min.js" ></script>
<meta name="EnlighterJS" content="Advanced javascript based syntax highlighting" data-indent="4" data-selector-block="pre" data-selector-inline="code.special" />
</head>
<body>

public class duiliecz { // 队列操作类
/**
* @param args
*/
private int i = 0; // 队列长
private duilie top = new duilie(""); // 队列头
private duilie end = new duilie(""); // 队列尾
public void add(String s) { // 添加队列
duilie m = new duilie(s);
if (i != 0) {
m.setS(top.getS());
top.setS(m);
} else {
top.setS(m);
end.setS(m);
}
i++;
}

</body>

居中
人生乃是一面镜子,
从镜子里认识自己,
我要称之为头等大事,
也只是我们追求的目的!

default

primary

success

info

warning

danger

danger no-icon

default primary success info warning danger

这是选项卡 1 呵呵哈哈哈哈哈哈哈哈……

这是选项卡 2 ei

这是选项卡 3 哇,你找到我了!φ(≧ω≦*)♪~

This is Tab 1.

This is Tab 2.

This is Tab 3.

This is Tab 1.

This is Tab 2.

This is Tab 3.

内容class=”jasonblue”

内容class=”jasongreen”

内容class=”jasonred”

内容class=”jasonyellow”

1.2.
3.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

-------------Ending!Thanks for your reading.-------------
0%
;