- 博客(18)
- 收藏
- 关注
转载 InstallShield 2010 cracked failed to start
KB2962872 mshtml.dll 11.0.9600.17207 APPCRASH 0xc0000005 做C#开发的都知道,用Visual Studio开发的软件打包部署时需要用到InstallShi...
2015-01-13 23:14:12
220
转载 SQL Server 中文乱码
微软建议SQLServer的排序规则最好使用windows本地的排序规则,而尽量少使用sql排序规则(为了向后兼容才保留)。最后解决办法就是将原来使用char、varchar、text修改为Nchar、Nvarchar、Nt...
2015-01-07 16:38:35
307
转载 Connectionstring of ADODB Connection and SqlConnection
Connectionstring for ADODB Connection is OK.Provider=SQLOLEDB.1;Persist Security Info=False;User ID=DOC2PDFADMIN...
2015-01-07 16:22:48
155
转载 Oracle 生成系统数据导入测试系统及smarteam 连接更改
1. 生产系统exp all data for user pdmadmin. (inlcude table, view, index) to local disk.check oracle NLS_LANG from ...
2014-12-10 13:49:04
142
转载 SQL Server 2008表设计器中无法保存修改
当使用Microsoft SQL Server 2008 Management Studio时,有时在表设计器中对表所做的更改无法保存,具体表现为:点击保存按钮后弹出保存对话框提示:不允许保存修改(Savi...
2014-12-09 10:06:42
286
转载 The certificate must have a private key that is capable of key exchange
To the two above: Use the FindPrivateKey utility located in the WCF samples to find the location of the priva...
2014-12-04 16:05:29
95
转载 IIS7 COM 类工厂中 CLSID 为 {****} 的组件失败,错误: 80040154
在网上搜了半天,都是说某个dll没有注册,最后发现我又没有某个dll是32位,系统是64的iis7,在配置apppool,启用32位支持,如图 ...
2014-12-04 11:38:15
157
转载 IIS - Could not load type System.ServiceModel.Activation.HttpModule
Could not load type System.ServiceModel.Activation.HttpModule 错误解决方案From:http://support.microsoft.com/kb/20...
2014-12-02 13:14:46
261
转载 WIN7 IIS: HTTP Error 500.21 - Internal Server Error
在网上找了一下原因,成果是 原因:在安装Framework v4.0之后,再启用IIS,导致Framework没有完全安装 解决:开端->所有法度->附件->鼠标...
2014-11-14 10:07:31
95
转载 web.config加解密
开始--->运行,输入cmd,接着输入以下内容 加密: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -...
2014-10-30 14:24:41
80
转载 Using MFC in ATL COM project
VC的Atl工程为我们提供了很好的创建COM工程的方法,可是想要在Atl工程里面使用MFC里的对象(如CString,CFile)却并不容易,这对于那些原本熟悉MFC类库的程序员来说实在是一个很大的麻烦.这里就介绍一下...
2014-09-01 16:33:48
140
转载 Oracle 修改sysman, dbsnmp 用户密码
Oracle10g 以上密码失效问题 oracleem无法登录,其中有两个用户可能密码失效 1、 sysman 2、 dbsnmp 首先,以SYS...
2014-09-01 14:35:01
654
转载 Oracle 常用命令
0. sqlplus 登陆 sqlplus username/password 如:普通用户登录 sqlplus scott/tiger sqlplus username/passwo...
2014-08-29 11:52:29
107
转载 Oracle to_date() introduction
Oracle中TO_DATE格式 TO_DATE格式(以时间:2007-11-0213:45:25为例)Year:yy two digits 两位年...
2014-08-29 11:25:07
86
转载 Oracle compress table
Oracle压缩数据的处理基于数据库块,其本质上是通过消除在数据库块中的重复数据来实现空间节约,具体方法如下:比较数据块中包含的所有字段或记录,其中重复的数据只在位于数据块开始部分的记号表(Sym...
2014-08-28 16:52:31
269
转载 Oracle shrink space
shrink_clause: http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_3001.htm#i2192484 ...
2014-08-28 16:37:14
135
转载 Oracle 死锁及等待死锁查询语句
查询死锁:SELECT bs.username "Blocking User", bs.username "DB User", ws.username "Waiting User", bs.SID "...
2014-08-28 15:31:53
124
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人