摘要: 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 阅读(470) 评论(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 阅读(320) 评论(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 阅读(13189) 评论(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 阅读(224) 评论(0) 推荐(0) 编辑
摘要: [代码]axWindowsMediaPlayer方法循环播放[代码] 阅读全文
posted @ 2009-05-05 21:17 ike_li 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 字体 Font-family使用Arial, Hei, San-serif。 a56爆大奖在线娱乐信息来源的文字,使用#008000字色;基本链接文字,使用默认字色#0000CC;a56爆大奖在线娱乐次级/不重要链接的文字,使用#7777CC字色。 所有的灰色文字均使用#666666字色。 不要使用斜体字。 几套实用而简单的fon 阅读全文
posted @ 2009-03-11 16:42 ike_li 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 记录Errorlog //获得程序运行目录 using System.IO;using System.Diagnostics; string runExeDir = Path.GetDirectoryName(Process.GetCurrentProcess().MainModule.FileNa 阅读全文
posted @ 2009-02-18 15:33 ike_li 阅读(336) 评论(0) 推荐(0) 编辑