存档

‘Weblogs’ 分类的存档

空间被墙了

2010年7月22日 Jarod Lee 没有评论

Mark一下, 最近发现我的blog打不开了,google了一下才知道被墙了,只能用代理访问了,幸亏代理的速度还不错, 可恶

I 服了 zf。

Mark:今天好像又可以访问啦,hoho。。。。。。。。。。。

分类: Webhosting, Weblogs 标签:

How to use CodeColorer

2009年5月7日 Jarod Lee 没有评论

Syntax

To insert code snippet into your post (or comment) you should use <code lang=”lang”>code</cc> syntax.  Starting from version 0.6.0 you could specify additional CodeColorer options inside [cc] tag:

<cc lang="php" tab_size="2" lines="40" no_cc = 1>
// some code  here
</cc>

Note: You should always use double quotes or single quotes around the parameter value. Boolean values could be passed using string true or false, number 1 or 0.

阅读全文…

分类: Web, Weblogs 标签:

使用插件CodeColorer后的效果【Code Sample】

2009年5月7日 Jarod Lee 没有评论
1
2
3
4
5
int main()
{
    print ("%s", "hello world!");
    return 0;
}
分类: Web, Weblogs 标签: