01 2019 档案
摘要:泛型三种: [1]ArrayList<T> al=new ArrayList<T>();指定集合元素只能是T类型 [2]ArrayList<?> al=new ArrayList<?>();集合元素可以是任意类型,这种没有意义,一般是方法中,只是为了说明用法 [3]ArrayList<? exten
阅读全文
摘要:cron表达式详解 Cron表达式是一个字符串,字符串以5或6个空格隔开,分为6或7个域,每一个域代表一个含义,Cron有如下两种语法格式: (1) Seconds Minutes Hours DayofMonth Month DayofWeek Year (2)Seconds Minutes Ho
阅读全文
摘要:正则教程:http://deerchao.net/tutorials/regex/regex.htm
阅读全文
摘要:本文内容是对廖雪峰老师 "Git教程" 做的笔记,外加一些自己的学习心得,还抱着学以致用的心态来实践一番 一.本地操作 安装Git Linux: $ git The program 'git' is currently not installed. You can install it by typ
阅读全文

浙公网安备 33010602011771号