在Win下使用Quaqua样式LookAndFeel
Posted by Turnip Gray in Java on 2009年09月6日
GUI里,MacOS的Aqua应该是公认的美艳了。
Swing有一套开源的Quaqua Look And Feel,不过,据说是MAC only的。
下了源码看了一下,100%纯Java,官网的页面上,也有个JNLP,能在Win下运行……
能运行就好办,查资料~~~
代码高亮插件测试
Posted by Turnip Gray in WordPress on 2009年09月2日
package turnip.gray.test; public class HelloWorld{ private static final String HELLO; private final String WORLD; static{ HELLO = "Hello"; } public HelloWorld(){ WORLD = "World"; } public String toString(){ return HelloWorld.HELLO + WORLD; } public static void main(String[] args){ HelloWorld test = new HelloWorld(); System.out.println(test); } }
Google果然是王道
Posted by Turnip Gray in 随笔 on 2009年08月10日
在CB上看见一篇文章:摒弃成见 三大搜索引擎黑箱测试。作者的意思好象是要抨击Google Fans的盲目的。
里面给了一个网址:http://blindsearch.fejus.com/
用了一些常用的关键词测试之后,发现果然Google才是王道。
AHCI驱动的安装及优势
Posted by Turnip Gray in 硬件 on 2009年07月24日
前几天装xp sp3(4411S到手第一天),就把SATA模式改成IDE了,后来倒是从本的官网下了驱动了,但是装的时候说没满足最低要求。当时也没深究,就放弃了,这两天申请了个08 SE的key,都说AHCI模式好,于是想再鼓捣一下:
换个地方,重新开张
Posted by Turnip Gray in 随笔 on 2009年07月24日