随笔分类 -  Java

摘要:在java doc里有String[] java.lang.String.split(String regex)Splits this string around matches of the given regular expression.This method works as if by i... 阅读全文
posted @ 2014-11-06 23:10 123木头人啊 阅读(632) 评论(0) 推荐(0)
摘要:螺旋矩阵是指一个呈螺旋状的矩阵,它的数字由第一行开始到右边不断变大,向下变大,向左变大,向上变大,如此循环。 1 import java.io.*; 2 public class demo1 3 { 4 public static void main(String[] args) 5 ... 阅读全文
posted @ 2014-07-18 14:08 123木头人啊 阅读(353) 评论(0) 推荐(0)