最新文章列表

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

使用java中replaceAll去除字符串中包含的问号 String str = "aaa??bbb"; str = str.replaceAll("%3f", "").replaceAll("[?]", ""); System.err.println(str);  问号?在正则表达式中是 ...
TimerBin 评论(0) 有3081人浏览 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) 有1067人浏览 2011-11-18 08:47

最近博客热门TAG

Java(141746) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics