
problem
abcdfe123465
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Display tag报错问题,commons-lang-2.1,NoSuchMethodError
环境:eclipse3.3+tomcat5.0.28 将examples工程在eclipse中搭建好后,由eclipse启动tomcat,这种方式会报2种错误: 1、common-lang包不兼容错误: type Exception report message description The server encountered an internal error ()...2009-06-21 01:25:52 · 200 阅读 · 0 评论 -
用js改变框架网页的location有2种方法
js框架网页,改变框架的location有2种方法: 方法一: top.mainFrame.location.href = url; 方法二: var doc = parent.document; doc.getElementsByTagName("frame")["mainFrame"].src=url; 比较: 当框架网页mainFrame调用了其他系统的纯flash页面,然后再通...2009-12-16 09:55:08 · 611 阅读 · 0 评论