摘要:
1 package zfc; 2 3 public class ZfcShcq { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 8 ... 阅读全文
摘要:
1 package zfc; 2 3 public class ZfcShcq { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 8 ... 阅读全文
摘要:
1 package zfc; 2 3 public class Zfc { 4 5 public static void main(String[] args) 6 { 7 //判断手机号格式是否合法 8 String text = ... 阅读全文
摘要:
首页|常用正则表达式|正则表达式测试工具正则表达式30分钟入门教程版本:v2.33 (2013-1-10) 作者:deerchao转载请注明来源目录跳过目录本文目标如何使用本教程正则表达式到底是什么东西?入门测试正则表达式元字符字符转义重复字符类分枝条件反义分组后向引用零宽断言负向零宽断言注释贪婪与... 阅读全文
摘要:
1 package zfc; 2 3 public class Zfc { 4 5 public static void main(String[] args) 6 { 7 //九九乘法表 8 for(int x = 1... 阅读全文
摘要:
package shuzu;public class HLHD { public static void main(String[] args) { // TODO Auto-generated method stub int arr[][] = {{1,2,3,},{4,5,6},{7,8,9... 阅读全文
摘要:
package shuzu;import java.util.Arrays;public class TH { public static void main(String[] args) { // TODO Auto-generated method stub String arr[] = {... 阅读全文
摘要:
package shuzu;import java.util.Arrays;public class Min { public static void main(String[] args) { // TODO Auto-generated method stub int arr[] = {4,... 阅读全文
摘要:
1 package shuzu; 2 3 import java.util.Arrays; 4 5 public class SZ { 6 7 public static void main(String[] args) { 8 // TODO Auto-genera... 阅读全文