Java开发
摘要: 首先我们了解一下:window.location.href、location.href、self.location.href、parent.location.href、top.location.href他们的区别与联系,简单的说:几种location.href的区别 js实现网页被iframe框架功... 阅读全文
posted @ 2014-09-02 15:17 King Bruce 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 静态块,在项目启动的时候就执行,是主动执行的。静态方法, 是被动执行的,需要被调用才执行。static{try{Stringpath=Config.class.getResource("/").toURI().getPath();is=newFileInputStream(path+"config.... 阅读全文
posted @ 2014-09-02 10:56 King Bruce 阅读(120) 评论(0) 推荐(0) 编辑