接口隔离原则 接口隔离原则的定义 接口分为两种: ● 实例接口(Object Interface),在Java中声明一个类,然后用new关键字产生一个实 例,它是对一个类型的事物的描述,这是一种接口。Java中的类也是一种接口。 ● 类接口(Class Interface),Java中经常使用的in ...
分类:
其他好文 时间:
2017-01-01 00:54:33
阅读次数:
231
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>Swiper demo</title> <meta name="viewport" content="width=device-width, initial-sca ...
分类:
其他好文 时间:
2016-12-30 20:36:35
阅读次数:
270
本系列只讲使用方法和使用中遇到的问题,如果还对dagger2还不了解的童鞋儿可以参考文章: http://www.jianshu.com/p/cd2c1c9f68d4 http://www.jianshu.com/p/94d47da32656 使用Dagger2的前提需要添加一些依赖: 1 在Pro ...
分类:
其他好文 时间:
2016-12-30 20:33:08
阅读次数:
197
Serving Web Content with Spring MVC This guide walks you through the process of creating a "hello world" web site with Spring. What you’ll build You’l ...
分类:
编程语言 时间:
2016-12-30 19:28:34
阅读次数:
497
Linux Disibutaion:Ubuntu 16.04.1 LTS Web Server:Nginx、Kestrel 安装.net core 安装npm,gulp,bower 安装nginx 因为要使用nginx做asp.net core网站的反向代理,我们需要修改nginx的默认配置文件/e ...
分类:
数据库 时间:
2016-12-30 18:40:45
阅读次数:
489
var txt = "Hello World!";document.write("<p>字体变大: " + txt.big() + "</p>");document.write("<p>字体缩小: " + txt.small() + "</p>");document.write("<p>字体加粗: ...
分类:
Web程序 时间:
2016-12-30 15:23:38
阅读次数:
195
JquerySession是一个基于jquery的用来处理session的库,使用它可以简化我们的工作。在使用之前需要引入jquery。 下载JquerySession 添加数据 删除数据 获取数据 清除数据 ...
分类:
Web程序 时间:
2016-12-30 11:50:42
阅读次数:
237
package com.imarce.student.recruit.biz.util;import org.springframework.mail.SimpleMailMessage;import org.springframework.mail.javamail.JavaMailSenderI ...
分类:
编程语言 时间:
2016-12-30 10:14:59
阅读次数:
613
直接上代码 【官方文档请参见http://www.highcharts.com/docs/working-with-data/getting-data-across-domains-jsonp】 【实例http://highcharts-mzm.rhcloud.com/】 1、index.html ...
分类:
数据库 时间:
2016-12-30 02:11:19
阅读次数:
412
时间轴轮播图: http://www.w3cplus.com/w3cplusDemo/demos/timeline.html css3各种图标效果: http://www.w3cplus.com/w3cplusDemo/demos/CSS3Ribbons.html W3CPLUS首页;http:// ...
分类:
其他好文 时间:
2016-12-28 20:54:47
阅读次数:
271