2009年12月24日

摘要: 无意中将JS代码中的iframe.Document改为了iframe.document(小写D),结果也面的iframe高度自动控制的就失效了,iframe高度变的很高,后来比较TFS上文件历史才发现是由于修改了上述部分code所导致,放狗找了找得到的结果是:iframe.Document指是iframe内部文档的对象而iframe.document指的是iframe所在文档的对象乖乖~~原文见h... 阅读全文
posted @ 2009-12-24 13:20 米粮二斗 阅读(240) 评论(0) 推荐(0) 编辑
 
摘要: C++常见错误:1. C2146错误通常原因是变量定义前的类型说明符找不到,可能因为拼写错误或未加入需要的头文件引用导致2. Error1fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your... 阅读全文
posted @ 2009-12-24 00:41 米粮二斗 阅读(213) 评论(0) 推荐(0) 编辑