摘要: /** * Created by aixiaofeng on 17/2/6. */ public class FedroadSpider extends ExpressSpider { private static final SimpleDateFormat FMT_COL_DATE = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); ... 阅读全文
posted @ 2017-06-23 20:59 令狐る侠 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 代码实列 阅读全文
posted @ 2017-06-23 20:47 令狐る侠 阅读(171) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { int []numbers = {1,2,5,4,3,46,66,36,6}; Random random = new Random(); int index = random.nextInt(numbers.length); System.out.println(numbers[index... 阅读全文
posted @ 2017-06-23 09:34 令狐る侠 阅读(2856) 评论(0) 推荐(0) 编辑