堆栈跟踪: [CryptographicException: 密钥集不存在。] System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer) +4.....
分类:
Web程序 时间:
2014-12-16 11:16:51
阅读次数:
344
今天上班来发现收到新的报错邮件,里面出现一个新的报错.“Method(Int32, Int32, Int32, Int32, Int32, Int32, System.String, System.String)”的不可以为 null 的类型“System.Int32”的参数“param””我这个方...
分类:
其他好文 时间:
2014-12-15 11:57:22
阅读次数:
469
有些电脑装上系统时是日文106键盘,输入"\"却显示"]",可作如下修改:命令行->regedit->HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->i8042prt->parameters修改下面几项:1,"LayerDriver ...
分类:
其他好文 时间:
2014-12-12 18:41:43
阅读次数:
264
public class HttpConnect {
public static String getNews(String url,List parameters) {
StringBuilder sb = new StringBuilder();
HttpClient client = new DefaultHttpClient();
HttpPost post=new Http...
分类:
Web程序 时间:
2014-12-12 16:44:05
阅读次数:
196
泛型(generic)是C#语言2.0和通用语言运行时(CLR)的一个新特性。泛型为.NET框架引入了类型参数(type parameters)的概念。类型参数使得设计类和方法时,不必确定一个或多个具体参数,其的具体参数可延迟到客户代码中声明、实现。这意味着使用泛型的类型参数T,写一个类MyList...
分类:
其他好文 时间:
2014-12-11 18:46:12
阅读次数:
150
APPLIES TO:
Oracle EBS Applications Performance - Version 11.5.10.2 to 12.2 [Release 11.5.10 to 12.2]
Oracle Shipping Execution - Version 11.5.10.2 to 11.5.10.2 [Release 11.5.10]
Information in thi...
分类:
其他好文 时间:
2014-12-10 18:08:14
阅读次数:
275
In This Document
Section 1: Common Database Initialization Parameters For All ReleasesSection 2: Release-Specific Database Initialization Parameters For Oracle
10g Release 2Section 3: Release-Spe...
分类:
数据库 时间:
2014-12-10 12:34:36
阅读次数:
399
ini文件是一种常见的配置文件。它以简单的文字与简单的结构组成.INI文件会以不同的扩展名,如".ini.",".cfg",".conf"等。INI文件的格式INI文件由3个重要的部分组成:参数(parameters),段(sections)和注释(comments).其格式如下:段(section...
分类:
其他好文 时间:
2014-12-10 12:20:05
阅读次数:
127
function getURLParameter(name) { return decodeURIComponent((new RegExp('[?|&]' + name + '=' + '([^&;]+?)(&|#|;|$)').exec(location.search)||[,""])[1].....
分类:
编程语言 时间:
2014-12-09 19:29:13
阅读次数:
132
原文:用C语言操纵Mysql以下代码块是用来连接数据库的通讯过程,要连接MYSQL,必须建立MYSQL实例,通过mysql_init初始化方能开始进行连接.
typedef struct st_mysql { NET net; /* Communication parameters */ gptr ...
分类:
数据库 时间:
2014-12-09 09:15:51
阅读次数:
210