JavaSE

     摘要: export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'  阅读全文

posted @ 2010-07-11 23:51 祝嘉 阅读(591) | 评论 (0)  编辑 |

     摘要: ubuntu下的java中文字体文件名为uming.ttc,而不是通用的uming.ttf,解决方法就是为uming.ttc建一个软链接。
$cd /usr/share/fonts/truetype/arphic/
$sudo ln -s uming.ttc uming.ttf  阅读全文

posted @ 2010-07-10 09:35 祝嘉 阅读(491) | 评论 (0)  编辑 |

     摘要: the approach of writing clone method is:
1.Implements Cloneable interface
2.Override the clone method
2.1 Make the clone method to public method
2.2 Call super.clone() to produce the new object
2.3 Clone members  阅读全文

posted @ 2010-04-21 10:51 祝嘉 阅读(356) | 评论 (0)  编辑 |

posted @ 2009-11-15 10:18 祝嘉 阅读(3490) | 评论 (0)  编辑 |

posted @ 2009-10-09 22:52 祝嘉 阅读(232) | 评论 (0)  编辑 |

posted @ 2009-10-07 10:13 祝嘉 阅读(186) | 评论 (0)  编辑 |

posted @ 2009-10-06 09:31 祝嘉 阅读(667) | 评论 (0)  编辑 |