摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package job; import java.io.FileWriter; import java.io.IOException; import java.util.Date; import jav... 阅读全文
posted @ 2009-03-21 22:16 angushine 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 弹出应用程序: 服务控制管理器 : 在系统启动时至少有一个服务或驱动程序产生错误。详细信息,请使用事件查看器查看事件日志 解决方法: 将如下信息保存为*.reg,导入如下注册信息即可: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows] "NoPopU... 阅读全文
posted @ 2009-03-11 08:50 angushine 阅读(1461) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->import java.sql.*; public class db { public static void main(String [] args) { try ... 阅读全文
posted @ 2009-03-09 13:07 angushine 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 安装AspNetMVC1-RC2出错,错误提示如下: Microsoft ASP.NET MVC 1.0 RC2 Setup Wizard ended prematurely Microsoft ASP.NET MVC 1.0 RC2 Setup Wizard ended prematurely because of an error. Your system has not been modif... 阅读全文
posted @ 2009-03-05 18:12 angushine 阅读(402) 评论(0) 推荐(0) 编辑
摘要: http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module/ 阅读全文
posted @ 2009-02-17 17:52 angushine 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Runtime.InteropServices; using System.Text; namespace Win.Cfg { /// ... 阅读全文
posted @ 2009-01-24 08:51 angushine 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 使用如下语句 RESTORE DATABASE dbname FROM DISK='c:\db.bak' with replace 频繁还原数据库时,出现如下错误: 在向服务器发送请求时发生传输级错误。 (provider: TCP 提供程序, error: 0 - 远程主机强迫关闭了一个现有的连接。) 解决方法: 在调用之前加SqlConnection.ClearAllPools()即可 阅读全文
posted @ 2009-01-05 14:35 angushine 阅读(440) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Test Demo Test Demo Home About Us Help & FAQ ... 阅读全文
posted @ 2008-12-30 15:22 angushine 阅读(224) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using ... 阅读全文
posted @ 2008-12-29 17:23 angushine 阅读(202) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Login Form Username ... 阅读全文
posted @ 2008-12-25 20:20 angushine 阅读(982) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.... 阅读全文
posted @ 2008-12-25 20:08 angushine 阅读(497) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> First Name ... 阅读全文
posted @ 2008-12-25 20:07 angushine 阅读(937) 评论(0) 推荐(0) 编辑
摘要: union 与union all都是合并结果集,不过它们之间是有区别的,union会自动过滤重复的记录值,union all则不会过滤 阅读全文
posted @ 2008-12-20 16:49 angushine 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Loading 其它内容 using System; using System.Collections.Gener... 阅读全文
posted @ 2008-12-12 16:08 angushine 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 如取出TabId和TabName不重复的。 DataTable dt; dt.DefaultView.ToTable(true, new string[] { "TabId", "TabName" }); 阅读全文
posted @ 2008-12-07 15:12 angushine 阅读(269) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /// /// Summary description for BaseBLL. /// public class BaseBLL { private string connectionSt... 阅读全文
posted @ 2008-12-06 06:28 angushine 阅读(380) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->使用jquery来使ID为tdMain的DIV的高度自动适应窗口高度 阅读全文
posted @ 2008-12-03 08:38 angushine 阅读(1306) 评论(3) 推荐(1) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 用户名: ... 阅读全文
posted @ 2008-11-28 18:00 angushine 阅读(1160) 评论(0) 推荐(0) 编辑
摘要: 菜单->Rules->Customize Rules,打开CustomizeRules.js文件 在文件头部引用 import System.IO; 找到函数static function OnBeforeRequest(oSession: Session) 在该函数开始部分添加如下代码: var url = oSession.url.toLowerCase(); var str = Path.G... 阅读全文
posted @ 2008-11-27 09:45 angushine 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> PVII CSS Express Menu Trigger One Sub 1... 阅读全文
posted @ 2008-11-14 13:14 angushine 阅读(258) 评论(0) 推荐(0) 编辑