摘要:
Get the content of an Iframe in Javascript – crossbrowser solution for both IE and Firefoxhttp://roneiv.wordpress.com/2008/01/18/get-the-content-of-an-iframe-in-javascript-crossbrowser-solution-for-both-ie-and-firefox/Ok, let’s imagine the use case: I have an iframe somewhere on my page, and when I 阅读全文
摘要:
JavaScript is the world's most misunderstood programming language. Some believe that it lacks the property of information hiding because objects cannot have private instance variables and methods. But this is a misunderstanding. JavaScript objects can have private members. Here's how.Objects 阅读全文
摘要:
由于项目里面用eclipse,今天从eclipse官网下载了一个Eclipse IDE For Java EE Developers版本:eclipse-jee-helios-win32 自己电脑上装的jdk版本是:1.6.0_20(jre1.7.0 最新 -- 2010.9.2)http://dlc.sun.com.edgesuite.net/jdk7/binaries/index.html解压后启动,发现弹出提示框 "Failed to create the Java Virtual Machine"解决方法:找到eclipse目录下的eclipse.ini,可以看到如 阅读全文