11 2013 档案
摘要:在SWT程序中使用table展示数据时,如果数据过多,执行起来会比较慢,不过,我们可以借助VirtualTable来解决这一问题。Eclipse官网中关于VirtualTable的说明见:http://www.eclipse.org/articles/Article-SWT-Virtual/Virtual-in-SWT.html先来看一个不用VirtualTable的demo:import org.eclipse.swt.SWT;import org.eclipse.swt.widgets.Display;import org.eclipse.swt.widgets.Shell;import
阅读全文
摘要:Mozilla有一个C++版的自动字符集探测算法代码,然后sourceforge上有人将其改成java版的~~主页:http://jchardet.sourceforge.net/jchardet is a java port of the source from mozilla's automatic charset detection algorithm.The original author is Frank Tang. What is available here is the java port of that code.The original source in C++
阅读全文