`
eastPoint
  • 浏览: 53387 次
  • 性别: Icon_minigender_1
  • 来自: 湖北武汉
社区版块
存档分类
最新评论
文章列表

eclipse帮助调试js

    博客分类:
  • js
今天的问题得以解决全赖eclispe的js调试功能 找到了获取iframe内容的方法

iframe取值

    博客分类:
  • js
http://www.phpx.com/man/dhtmlcn/objects/IFRAME.html    这个是DHTML中说明iframe的文档 iframe中的数据 使用飞鱼时ewebedit获取编辑器中的文字 js 代码 var localIFrame = document.frames("eWebEditor1").document.frames("eWebEditor");    alert(localIFrame.document.body.innerText);   说明下:用 getElement....获 ...

Field

...

Guice

java 代码 google 的新Ioc容器 号称快spring100倍       小例子:       public interface Service {    void go();    }       ===       public class ServiceImpl implements Service {    public void go() {       System.out.println("go go go a le a le a le"); ...
下载castor http://www.castor.org/ 建立工程: 导入包: castor-1.1M3-xml.jar         commons-logging.jar             xerces-J_1.4.0.jar  程序: Marshaller:         Log log = LogFactory.getLog(TestMain.class);         List<Course> list = new ArrayList<Course>();         Course course1 = new Course();   ...
Resume execution; runs to next breakpoint or end of program Terminate debug process Step Into next execut ...
Welcome->Overview->MyEclipseEnterpriseService->弹出一个很夸张的help->Ajax web 2.0 tools 具体做法: Setting breakpoints in an HTML file and its included JavaScript source file Launching the HTML file as a JavaScript Application that will execute and halt at JavaScript breakpoints Stepping from a Java ...
看到了javascript上的一片文章后马上去弄了个Aptana,真的很有意思,而且通过它的referrence学到了不少eclipse的使用技巧. 1. F3,java里面有效,javascript无效:  鼠标放在函数上,按F3就可以到生命函数的地方去了 2. 加入外部应用,包括工程于工程之间的引用:  反键选择targetProject的Properties->project refference->然后构选你需要应用的project或包. 3. Creating a working set of projects: 这个直接copy算了, http://www.aptana. ...
Global site tag (gtag.js) - Google Analytics