`
qq.jiang
  • 浏览: 626 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
1.生成不重复随机数 long now = System.currentTimeMillis(); now = now << 16; System.out.println(now | new Random().nextInt(0xffff)); 2.正则表达式替换字符串 Pattern pattern = Pattern.compile("cat"); Matcher matcher = pattern.matcher("one cat two cats in the cat's yard"); StringBuffer ...
Global site tag (gtag.js) - Google Analytics