Chinaunix首页 | 论坛 | 博客
  • 博客访问: 498821
  • 博文数量: 184
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1172
  • 用 户 组: 普通用户
  • 注册时间: 2016-06-21 13:40
个人简介

技术改变命运

文章分类

全部博文(184)

文章存档

2020年(16)

2017年(12)

2016年(156)

我的朋友

发布时间:2017-07-20 22:03:43

点击(此处)折叠或打开interface command{    public abstract int process(int[] a);}public class CommandTest{    int[] target = {1,2,3,4};&nbs.........【阅读全文】

阅读(1505) | 评论(0) | 转发(0)

发布时间:2017-07-17 21:58:41

单例类:如果一个类始终只能创建一个实例,则这个类被称为单例类。错误代码:点击(此处)折叠或打开class Singleton{    private static Singleton instance;    private Singleton(){}   &.........【阅读全文】

阅读(1492) | 评论(0) | 转发(0)

发布时间:2017-07-15 21:09:49

点击(此处)折叠或打开class Root{    static{        System.out.println("Root的静态初始化块");    }     .........【阅读全文】

阅读(1257) | 评论(0) | 转发(0)

发布时间:2017-04-06 23:42:05

......【阅读全文】

阅读(1608) | 评论(0) | 转发(0)

发布时间:2017-03-04 13:58:19

......【阅读全文】

阅读(1380) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册