上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 33 下一页

2018年4月13日

摘要: 通过使用 position 属性,我们可以选择 4 种不同类型的定位,这会影响元素框生成的方式。 position 属性值的含义: 阅读全文
posted @ 2018-04-13 11:39 卖肾割阑尾 阅读(90) 评论(0) 推荐(0)

2018年3月29日

摘要: The java.lang.Object.wait() causes current thread to wait until another thread invokes the notify() method or the notifyAll() method for this object. 阅读全文
posted @ 2018-03-29 14:05 卖肾割阑尾 阅读(148) 评论(0) 推荐(0)

2018年3月28日

摘要: 什么是函数式接口(Functional Interface) 其实之前在讲Lambda表达式的时候提到过,所谓的函数式接口,当然首先是一个接口,然后就是在这个接口里面只能有一个抽象方法 (可以有default, static方法)。 这种类型的接口也称为SAM接口,即Single Abstract 阅读全文
posted @ 2018-03-28 18:15 卖肾割阑尾 阅读(215) 评论(0) 推荐(0)
摘要: 必须要有PipedInputStream ,PipedOutputStream 在不同线程,不然死锁 Java.io.PipedOutputStream and java.io.PipedInputStream has been introduced in JDK 1.0. PipedOutputS 阅读全文
posted @ 2018-03-28 16:55 卖肾割阑尾 阅读(101) 评论(0) 推荐(0)
摘要: 非捕获组:格式:(?:xxxx), 如:(?:aaa)\\w+(bbb)\\1,\\1 代表重复捕获的第一组即是(bbb) public static void main(String[] args) { String str = "fooccccbarbarbarfo"; Pattern p = 阅读全文
posted @ 2018-03-28 14:53 卖肾割阑尾 阅读(178) 评论(0) 推荐(0)
摘要: Matches according to the following rules:A backslash that precedes a non-special character indicates that the next character is special and is not to 阅读全文
posted @ 2018-03-28 14:40 卖肾割阑尾 阅读(131) 评论(0) 推荐(0)

2018年3月23日

摘要: java 9之前(java 9可以定义private方法: ) 1. 接口: 首先你要弄清接口的含义.接口就是提供一种统一的’协议’,而接口中的属性也属于’协议’中的成员.它们是公共的,静态的,最终的常量.相当于全局常量. 在interface里面的变量都是public static final 的 阅读全文
posted @ 2018-03-23 14:05 卖肾割阑尾 阅读(116) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-03-23 12:14 卖肾割阑尾 阅读(71) 评论(0) 推荐(0)

2018年3月9日

摘要: 方法一: 对于一致svn地址,本地没有的项目,直接eclipse中svn检出即可。 若本地有项目,但想导入到另一个工作空间(即拷贝一份,不想再从svn拉),则需要用export方法。 方法二(export) 选中要导出的项目-->torsvn->export->勾选export unversione 阅读全文
posted @ 2018-03-09 10:10 卖肾割阑尾 阅读(645) 评论(0) 推荐(0)

2018年1月12日

摘要: Xml配置 <action path="/product/product/validateCurrencyDecimalSupport" type="com.neulion.iptv.ui.struts.AdvancedAction" parameter="validateCurrencyDecim 阅读全文
posted @ 2018-01-12 18:31 卖肾割阑尾 阅读(141) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 33 下一页

导航