Hello github pages. copy from fannheyward

写自己,写给自己,写作技能上力图为读者负责,写作态度上只求为自己负责。

via Kdr2

Markdown jekyll support test

python simple server `python -m SimpleHTTPServer 8000`

Header 1

Header 2

  1. Text 1
  2. Text 2
  3. Text 3

Java

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.demo);
    listView = (ListView) findViewById(R.id.download_list);
    listView.setOnItemClickListener(this);
}

Ruby

1
2
3
4
5
6
7
def show
  @widget = Widget(params[:id])
  respond_to do |format|
    format.html # show.html.erb
    format.json { render json: @widget }
  end
end

Emoji

I give this plugin two :+1:! :heart_eyes: :cat: :100:

Zhuixinjian

Posted in General