Chinaunix首页 | 论坛 | 博客
  • 博客访问: 159093
  • 博文数量: 50
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 470
  • 用 户 组: 普通用户
  • 注册时间: 2013-01-10 10:46
文章分类

全部博文(50)

文章存档

2019年(3)

2018年(3)

2017年(2)

2016年(5)

2015年(3)

2014年(1)

2013年(33)

我的朋友

发布时间:2016-06-02 10:31:14

1、跨时区问题2、前后段日期统一处理工具3、前后端文件上传统一处理方案4、前段提示信息格式封装,统一提示信息规格标准......【阅读全文】

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

发布时间:2015-02-26 15:07:08

1、Identify the  aspects of your application that vary and separate them from what stays  the same2、Program to an interface,not an implementation3、Favor composition over inheritance......【阅读全文】

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

发布时间:2013-10-30 11:01:55

外部类或外部接口:类修饰符只有public、默认。即public class A、class A、public interface B、interface B内部类:类修饰符可以为任意。即public class Inner、class Inner、protected class Inner、private class Inner内部接口:1、外部接口中定义的内部接口修饰符只有public,若不写public则默认的也为public。inte.........【阅读全文】

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

登录 注册