代码高亮geshi测试

发布: 2014-05-27 21:24

[code type="php"]
echo $a = "123";
?>
[/code]

[code type="cpp"]
void test(int a, char *b)
{
return;
}

[/code]

[code type="bash"]
#!/bin/sh

action=$1

if [ x$action == x"server" ] ; then
/usr/bin/synergys -f --no-tray --debug NOTE --name myarchbox -c ./synergy_server.conf --address :24800
else
synergyc -f 10.207.27.143:24800
fi

xrandr --newmode "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 +Hsync -Vsync
xrandr --addmode LVDS1 1680x1050
xrandr --output LVDS1 --mode "1680x1050"
[/code]


原文: http://qtchina.tk/?q=node/814

Powered by zexport