小諾的沒技術農場

歡迎有空來吃草

Home Archives
2012-09-27
Learn►Octopress

程式碼區塊測試

###標題測試\&C語言測試

test001 - test.c
1
2
3
4
5
6
7
8
9
10
int main()
{
int i;
for(i = 0; i < 10; i++)
{
if(i%2 == 1)
printf("*");
}
return 0;
}

###一般測試

test01
1
2
int i;
test++;


###文內程式碼測試

This is a code test.

Share 留言
  • Octopress
Newer
在Windows下讓Octopress可以顯示漂亮的程式碼區塊
Older
將Octopress source備份至Dropbox

分類

  • Learn8
    • Docker1
    • Octopress5
  • 雜記2

標籤雲

Dev Tools Express Git GitHub Map Octopress OpenLayers Passport Postman Ruby Web API ajax docker javascript nodejs 雜草叢生

最新文章

  • 在 Express 中使用 Passport 進行使用者驗證
  • 使用 Postman 進行 API 測試
  • Docker 學習筆記
  • 轉換~~~
  • 使用XMLHttpRequest執行AJAX跨網域存取

最近回覆

壞朋友們

  • 小助助的精神實驗室
  • Yy's Program
  • Yy's BLOG
Powered by Hexo © 2017 Kainors
Home Archives