public static boolean checkChinese(String sequence) { final String format = "[\\u4E00-\\u9FA5\\uF900-\\uFA2D]"; boolean result = false; ...
分类:
其他好文 时间:
2014-11-08 00:45:40
阅读次数:
203
第五部分请看这里终于到了最后一个部分了!这里使用SimpleJudge类来实现Judge接口。首先是SimpleJudge需要的实例变量:0、final LinkedList tmp; // 记录Obstacle返回的柱子列表1、Pillar now; // 标记当前柱子2、private int ...
分类:
移动开发 时间:
2014-11-07 23:21:55
阅读次数:
265
Mistwald
Time Limit: 2 Seconds Memory Limit: 65536 KB
In chapter 4 of the game Trails in the Sky SC, Estelle Bright and her friends are crossing Mistwald to meet their final enemy, Lucciola...
分类:
其他好文 时间:
2014-11-07 20:56:09
阅读次数:
225
public class SDCardTest extends Activity{ final String FILE_NAME = "/crazyit.bin"; @Override public void onCreate(Bundle savedInstanceState) ...
分类:
移动开发 时间:
2014-11-07 16:37:03
阅读次数:
201
一.安装[root@demo~]#yuminstalltigervnc-server[root@demo~]#yuminstall-ytigervnc*二.设置密码[root@demo~]#vncserverYouwillrequireapasswordtoaccessyourdesktops.Password:Verify:xauth:creatingnewauthorityfile/root/.XauthorityNew‘demo:1(root)‘desktopisdemo:1Creati..
分类:
其他好文 时间:
2014-11-07 15:07:21
阅读次数:
177
1.关键字:final用来定义类和方法的一个重要关键字,当定义类的时候该类将不能被继承,当用来定义方法的时候该方法将不能被重载2.关键字:self用来用类访问当前类中的内容的关键字,类似与$this关键字,但$this是需要类实例化以后才可以使用,self可以直接访问当前类中的内部成员注意:因为没有...
分类:
Web程序 时间:
2014-11-06 21:43:30
阅读次数:
230
1:首先找到hibernate-release-4.1.9.Final.zip\hibernate-release-4.1.9.Final\lib\required ,把required里的所有jar包copy到Web-Inf下的lib包里,再把访问数据库的ODBC.jar包也放进lib里。2:添加...
分类:
Web程序 时间:
2014-11-06 19:22:59
阅读次数:
157
public interface BaseColumns ?{ ??public static final String _ID = "_id"; ??public static final String _COUNT = "_count"; ?} ? protected interface ContactsColumns ? { ??????? public...
分类:
移动开发 时间:
2014-11-06 11:09:10
阅读次数:
267
java对象Integer不能引用传递 /** * The value of the Integer. * * @serial */ private final int value; /** * Constructs a ne...
分类:
编程语言 时间:
2014-11-06 10:44:59
阅读次数:
168