[其他]SyntaxHighlighter-code編輯風格

教學:
http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html
網站:
http://alexgorbatchev.com/SyntaxHighlighter/

範例:
// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}

留言

這個網誌中的熱門文章

[Arduino]電子秤平 重量感測條+HX711AD模組

cpe練習筆記 UVa401 Palindromes

cpe練習筆記 UVa10019 Funny Encryption Method