最新文章列表

去除字符串中的(?)问号

使用java中replaceAll去除字符串中包含的问号 String str = "aaa??bbb"; str = str.replaceAll("%3f", "").replaceAll("[?]", ""); System.err.println(str);  问号?在正则表达式中是 ...
TimerBin 评论(0) 有3093人浏览 2016-08-22 10:02

java 字符串搜索

private void caculateKeysCount(Map<String,Integer> keyMap,String textLine) { Iterator<Entry<String, Integer>> iter =keyMap.entrySet().iterator(); while (iter.hasNext()) { Map ...
xuehua1987 评论(0) 有1075人浏览 2011-11-18 08:47

最近博客热门TAG

Java(141741) C(73643) C++(68602) SQL(64557) C#(59604) XML(59131) HTML(59042) JavaScript(54916) .net(54782) Web(54511) 工作(54116) Linux(50906) Oracle(49861) 应用服务器(43285) Spring(40811) 编程(39452) Windows(39380) JSP(37540) MySQL(37266) 数据结构(36420)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics