随笔- 254
文章- 1
评论- 10
阅读-
34万
04 2009 档案
CSS border-style
摘要:边框风格属性(border-style) 这个属性用来设定上下左右边框的风格,它的值如下: none (没有边框,无论边框宽度设为多大) dotted (点线式边框) dashed (破折线式边框) solid (直线式边框) double (双线式边框) groove (槽线式边框) ridge(脊线式边框) inset (内嵌效果的边框) outset (突起效果的边框) 演示...
阅读全文
javascript 进度条
摘要:链接Loading效果...-www.51windows.Net 请稍候... 点一下链接;会出来了个进度条,只是一个例子,不会进入链接,因为在链接上加了onclick="return false"http://www.51windows.Net
阅读全文
ClassLoader getResource
摘要:try { ClassLoader classLoader = Thread.currentThread() .getContextClassLoader(); url = classLoader.g...
阅读全文
Class.forName Method invoke
摘要:Class manager = null; try { manager = Class.forName(name); } catch (ClassNotFoundException e) { return; } Method oMetho...
阅读全文