摘要: 今天练手的时候判断取出字符串中的汉字,想到Word通配符中,用[一-龥]代表所有汉字,在Java中测试也能用。第二个字用五笔打出来非常方便:wgkm。如果打不出此汉字,请将输入法设置改为输出GBK汉字。代码如下:package King.exercise;import java.util.regex... 阅读全文
posted @ 2014-12-23 18:50 包清骏 阅读(1062) 评论(0) 推荐(0) 编辑
摘要: 来源:http://blog.csdn.net/phpdata/article/details/6654658首先进入首选项:窗口(windows)->首选项(preferences...)1. windows=》preferences=》general=》editors=》text editors... 阅读全文
posted @ 2014-12-23 16:22 包清骏 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 刚整理出来,写代码统计关键字用String[] keywords = {"abstract", "assert", "boolean", "break", "byte", "case", "catch", "char", "class", "const", "continue", "... 阅读全文
posted @ 2014-12-23 10:11 包清骏 阅读(1362) 评论(0) 推荐(1) 编辑