摘要:
在 master 数据库中,添加 数据库主密钥: USE master; CREATE MASTER KEY ENCRYPTION BY PASSWORD = '$$test$$'; 在 master 数据库中,添加 加密数据库用的证书: USE master; CREATE CERTIFICATE 阅读全文
摘要:
检索 COM 类工厂中 CLSID 为 {00024500-0000-0000-C000-000000000046} 的组件时失败,原因是出现以下错误: 80070005。 解决办法“ 1:在服务器上安装office的Excel软件. 2:在"开始"->"运行"中输入dcomcnfg.exe启动"组 阅读全文
摘要:
前台 <script type="text/javascript"> function userdel(id) {alert("dd"); if (confirm('确定删除编号为' + id + '管理员吗')) { $.ajax({ type: "get", url: "WebForm1.asp 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlCon... 阅读全文
摘要:
错误为:为应用程序池“XXXXXX”提供服务的进程在与“Windows Process Activation Service”通信时出现严重错误。该进程 ID 为"XXX"。数据字段包含错误号。 这个是win2008 R2 X64的安全特性.一些核心系统组件只能允许本地帐号,TrustedInsta 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文