摘要: 自定义异常类 阅读全文
posted @ 2017-08-03 16:42 海豚汪洋 阅读(114) 评论(0) 推荐(0)
摘要: 1 package org.wang.hello; 2 3 public class StringExDemo { 4 5 /** 6 * 匹配电话号码正则表达式 7 * @param args 8 */ 9 10 public static void main(String[] args) { 1 阅读全文
posted @ 2017-08-03 15:39 海豚汪洋 阅读(71) 评论(0) 推荐(0)
摘要: Java中常用类: String类、Random类、Date类、还包括:Scanner类、Math类、等 一、 String类 1 package org.wanglei.hello; 2 3 //import com.sun.org.apache.xpath.internal.operations 阅读全文
posted @ 2017-08-03 14:19 海豚汪洋 阅读(155) 评论(0) 推荐(0)