上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: windows 2000下regsvr32 /u C:\WINNT\system32\MCScripX.dllregsvr32 /u C:\WINNT\system32\MCPrintX.dllregsvr32 /u C:\WINNT\system32\MCSecMgr.dllregsvr32 /u C:\WINNT\system32\MCMaxiPT.dllwindwos 2003 下re... 阅读全文
posted @ 2010-06-01 20:54 空紫竹 阅读(981) 评论(0) 推荐(0) 编辑
摘要: 配置好IIS后浏览站点提示错误:Active Server Pages 錯誤 "ASP 0131 " 不 运行上层目录 /test/test.asp, 列88 包含了 "http://www.cnblogs.com/aa.asp " 不能包含 ".. " 指出上层目录。解决办法:由于IIS中父路径未启用造成的.开启方式为: 通过 IIS管理器启用父路径 IIS 管理器中... 阅读全文
posted @ 2010-06-01 20:50 空紫竹 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 1、配置水晶报表组件首先,确认服务器上的报表组件的版本是否正确。如果你使用的是VisualStudio SDK 安装, 你可以看到CRRedist2005_x86.msi, 它所在的文件夹:C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\CrystalReports。在机子上运行,确定报表所需... 阅读全文
posted @ 2010-06-01 20:43 空紫竹 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 今天写一个类,在类中使用到了setTimeout函数。1。 this.timerID = setTimeout("showtime()",1000); 提示:showtime is not defined 2。 this.timerID = setTimeout("this.showtime()",1000); 提示:this.showtime is not a function3。 this.t... 阅读全文
posted @ 2010-06-01 13:57 空紫竹 阅读(392) 评论(0) 推荐(0) 编辑
摘要: Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at ViewReport.Page_Load(Object sender, EventArg... 阅读全文
posted @ 2010-05-26 16:36 空紫竹 阅读(606) 评论(0) 推荐(0) 编辑
摘要: select * from sys.database_principalsselect * from sys.schemas select * from sys.server_principals 阅读全文
posted @ 2010-05-25 14:24 空紫竹 阅读(621) 评论(0) 推荐(0) 编辑
摘要: In SQL Server 2005, the security model is divided into three areas namely authentication, authorization, and encryption.Authentication is the process of identifying the logon information of a user w... 阅读全文
posted @ 2010-05-25 14:18 空紫竹 阅读(214) 评论(0) 推荐(0) 编辑
摘要: a.aspx<asp:RadioButtonList ID="Test1" runat="server"><asp:ListItem Value="1">test</asp:ListItem><asp:ListItem Value="2">tttt</asp:ListItem></asp:RadioButtonList> &l... 阅读全文
posted @ 2010-05-20 16:35 空紫竹 阅读(479) 评论(0) 推荐(1) 编辑
摘要: 1, 删除缓存:checkpointsql 语句dbcc dropcleanbuffers2,显示执行计划set showplan_text on;slq 语句set showplan_text off; 阅读全文
posted @ 2010-05-20 15:52 空紫竹 阅读(330) 评论(0) 推荐(1) 编辑
摘要: 内容摘自: http://zznj1123.javaeye.com/blog/341131Microsoft SQL Server 2005 提供了一些工具来监控数据库。方法之一是动态管理视图。动态管理视图 (DMV) 和动态管理函数 (DMF) 返回的服务器状态信息可用于监控服务器实例的运行状况、诊断问题和优化性能。 常规服务器动态管理对象包括: dm_db_*:数据库和数据库对象 dm_... 阅读全文
posted @ 2010-05-19 15:32 空紫竹 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@bldecimal(10,6),@strchar(20),@Tchar(20),@str2char(20),@str3char(20),@zx1intset@bl=1110.37200... 阅读全文
posted @ 2010-05-18 13:22 空紫竹 阅读(795) 评论(0) 推荐(1) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--CREATEFUNCTION[dbo].[FunIsInteger](@strsvarchar(50))RETURNSbitASBEGINdeclare@rbbitifpatindex('%-%',@... 阅读全文
posted @ 2010-05-17 14:07 空紫竹 阅读(1280) 评论(0) 推荐(0) 编辑
摘要: 今天我们的程序发现提示这个错误: 查了相关资料最终弄明白怎么回事:ASP.NET 2.0中增加了一个功能叫做事件验证.当使用javascript修改DropDownList, ListBox 的值时,会出现此错误提示。1,禁用事件验证web.config: <system.web> < pages enableEventValidation = " false " /&... 阅读全文
posted @ 2010-05-17 14:05 空紫竹 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionFunNode(obj){varobjNode=document.getElementById("NodeID");if(objNode!=null){if(obj.checked){... 阅读全文
posted @ 2010-05-15 12:06 空紫竹 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 今天在写程序时,发现我们的项目中有一个关于GridView的样式。不显示border时,还要判断浏览器。我试图找到不用判断浏览器的解决办法。1) 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--.GridView_Main{width:100%;b... 阅读全文
posted @ 2010-04-28 13:44 空紫竹 阅读(499) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页