摘要: 在使用javascript更改iframe的链接地址时,请注意如下事项:1、页面上不能有<base target="目标IFRAME">的标记2、IFrame的代码:frames["frmright"].document.body.innerHTML = "正在加载,请等待……";frames["frmright"].location.href = url; 阅读全文
posted @ 2009-08-19 09:09 *王员外* 阅读(487) 评论(0) 推荐(0) 编辑
摘要: oracle10g,客户端 阅读全文
posted @ 2009-08-17 15:09 *王员外* 阅读(690) 评论(4) 推荐(0) 编辑
摘要: 个人知识管理软件 阅读全文
posted @ 2009-07-28 10:17 *王员外* 阅读(586) 评论(2) 推荐(0) 编辑
摘要: 在用UrlRewritingNet处理URL重写时并且与FCKEditor同时使用时,要注意伪URL文件名不能是.html,因为FCKEditor会使用,会导到其出错,请大家务必注意 阅读全文
posted @ 2009-07-24 11:33 *王员外* 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2010 and .NET Framework 4 Beta 1 Visual Studio 2010 Product Highlights 阅读全文
posted @ 2009-06-03 16:08 *王员外* 阅读(135) 评论(0) 推荐(0) 编辑
摘要: google使用技巧 阅读全文
posted @ 2009-05-12 13:20 *王员外* 阅读(676) 评论(1) 推荐(0) 编辑
摘要: 国内知名技术网站网址 阅读全文
posted @ 2009-05-04 15:39 *王员外* 阅读(1073) 评论(3) 推荐(0) 编辑
摘要: 简单读写EXCEL文件的方法 阅读全文
posted @ 2009-04-29 10:09 *王员外* 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 一般情况下,如果无特殊的需要,对于抓去网页数据,可以使用WebClient,也可以使用webrequest/webresponse这对组合,不过我使用webrequest/webresponse的时候比较多一些,所以,自己整理了一个网页抓取类,上代码: Code Code highlighting produced by Actipro CodeHighlighter (freewar... 阅读全文
posted @ 2009-04-28 09:55 *王员外* 阅读(529) 评论(2) 推荐(0) 编辑
摘要: 在用HttpWebRequest抓取信息的时候,请注意编码格式的一致 阅读全文
posted @ 2009-04-21 15:54 *王员外* 阅读(1661) 评论(6) 推荐(0) 编辑