摘要: Optional:http://www.cnblogs.com/peida/archive/2013/06/14/Guava_Optional.html 阅读全文
posted @ 2017-04-19 15:52 发福大叔 阅读(121) 评论(0) 推荐(0) 编辑
摘要: var PinYin = function() { var _PinYin = {"a":"\u554a\u963f\u9515","ai":"\u57c3\u6328\u54ce\u5509\u54c0\u7691\u764c\u853c\u77ee\u827e\u788d\u7231\u9698 阅读全文
posted @ 2017-04-19 14:13 发福大叔 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 详细参考http://www.cnblogs.com/cheerful-queen/p/4971484.html 鼠标没有移动到blockqoute上的时候: 鼠标移动到blockqoute上的时候: 阅读全文
posted @ 2017-04-18 09:54 发福大叔 阅读(387) 评论(0) 推荐(0) 编辑
摘要: line-height:属性设置行之间的距离(行高)。 display:这个属性用于定义建立布局时元素生成的显示框类型 可以改变元素的块级元素或者是行级元素 border-radius:向 div 元素添加圆角边框 cursor:一些不同的光标效果 box-shadow:向框添加一个或多个阴影 op 阅读全文
posted @ 2017-04-17 11:34 发福大叔 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Service.java import com.google.inject.Inject; import com.google.inject.name.Named; public class Service { @Inject //@Named("login timeout seconds") pu 阅读全文
posted @ 2017-04-13 13:43 发福大叔 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Service.java public interface Service { public void test(); } AService.java public class AService implements Service { public void test(){ System.out. 阅读全文
posted @ 2017-04-13 11:23 发福大叔 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Service.java public interface Service { public void test(); } AService.java public class AService implements Service { public void test(){ System.out. 阅读全文
posted @ 2017-04-13 10:00 发福大叔 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1.nexus 使用 http://blog.csdn.net/liujiahan629629/article/details/39272321 2.修改nexus架包的保存位置 http://jingyan.baidu.com/article/76a7e409c9fe21fc3b6e15d1.ht 阅读全文
posted @ 2017-04-07 15:08 发福大叔 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 首先看一下目录结构(编译器用的 IntelliJ IDEA) 一共两种写法: 区别在于/js文件夹下的内容不一样 以下是共有部分 index.html bookList.html hello.html app.js 第一种写法: /js下有bookList-ctrl.js,hello-ctrl.js 阅读全文
posted @ 2017-04-05 10:16 发福大叔 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 教程1 start GitHub for Windows使用教程(一) http://youngxhui.github.io/2016/05/03/GitHub-for-Windows%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B(%E4%B8%80)/ GitHub fo 阅读全文
posted @ 2017-04-01 09:11 发福大叔 阅读(411) 评论(0) 推荐(0) 编辑