摘要: 用C#抓取AJAX页面的内容[转] 现在的网页有相当一部分是采用了AJAX技术,不管是采用C#中的WebClient还是HttpRequest都得不到正确的结果,因为这些脚本是在服务器发送完毕后才执行的! 但我们用IE浏览页面时是正常的,所以解决方法只有1个就是采用WebBrowser控件 但是使用Webbrowser你会发现,在DownloadComplete事件中,你根本无法知道页面何时才算是... 阅读全文
posted @ 2009-07-29 10:14 ike_li 阅读(1769) 评论(3) 推荐(0) 编辑
摘要: 1.在英文版本的ORACLE中默认日期格式为'DD-MON-YY',例如'01-JAN-98' 在汉化的中文版本中ORACLE默认日期格式为'日-月-年',例如'21-8月-2003'或'21-8月-03'2.转换字符串为日期(to_date)to_date(string_value , date_format)string_value :为字符串直接值(字符串本身)、字符串列(数据库中定义的某个... 阅读全文
posted @ 2009-07-28 09:16 ike_li 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 1.Sql server 2005 提供了一个新的函数Row_Number()来产生行号,可以用来删除重复数据,分页数据 产生行号 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHigh 阅读全文
posted @ 2009-07-28 09:11 ike_li 阅读(462) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.InteropServices; using System.Text; na 阅读全文
posted @ 2009-07-23 14:15 ike_li 阅读(479) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-21 10:47 ike_li 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Javascript刷新页面的几种方法: 1 history.go(0) 2 location.reload() 3 location=location 4 location.assign(location) 5 document.execCommand('Refresh') 6 window.na 阅读全文
posted @ 2009-07-08 16:58 ike_li 阅读(328) 评论(0) 推荐(0) 编辑
摘要: C#反编译工具Reflector(支持VB、Delphi等)1.下载安装Reflector。2.反编译存放源代码组件,下载组件Reflector.FileDisassembler.zip,解压后得到一些文件,其中 Reflector.FileDisassembler.dll是已经编译好的,其它是它源码;3.打开安装好Reflector,在view菜单下的Add-Ins,将Reflector.Fil... 阅读全文
posted @ 2009-06-26 10:59 ike_li 阅读(13309) 评论(3) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-23 14:44 ike_li 阅读(11) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2009-06-19 13:41 ike_li 阅读(16) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-05-06 15:56 ike_li 阅读(225) 评论(0) 推荐(0) 编辑