环境:Version Cognos10.2 单机 非集群运行报表的时候经常遇到:错误信息为:The secondary request failed. The requested session does not exist and the secondary request does not co...
分类:
其他好文 时间:
2015-06-23 22:51:04
阅读次数:
530
1.Issue:Server requested plaintext password but 'client plaintext auth' is disabled session setup failed: SUCCESS - 0I tried 'smbclient -s foo.conf //...
分类:
其他好文 时间:
2015-06-18 01:51:54
阅读次数:
128
如何判断一个请求为ajax请求?
1、我们可以通过http协议头信息里的X-Requested-With进行判断
2、如果是使用jquery完成的ajax请求时,$_SERVER里会存在一个HTTP-X-REQUESTED-WITH键值,可以通过这个来判断
如:
if($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest'){...
分类:
Web程序 时间:
2015-06-16 16:54:58
阅读次数:
121
变成入门的时候可能经常遇到的错误:
this application has requested the runtime to terminate it in an unusual way. Please contact the application's support team for more information这是由于程序在运行时发生了未知的错误,例如:打开不存在的文件,爆栈,除数为...
分类:
编程语言 时间:
2015-06-15 09:19:44
阅读次数:
120
首先我们有一个概念,那就是“同源准则",也就是same-origin policy,它要求一个网站(协议+主机+端口号)来确定的脚本、XMLHttpRequest和Websocket无权去访问另一个网站的内容。
如果设置不正确,它通常会报错如下:No 'Access-Control-Allow-Origin' header is present on the requested re...
分类:
其他好文 时间:
2015-06-10 06:36:14
阅读次数:
121
public static T GetInstance(ExplicitArguments args); // // Summary: // Creates a new instance of the requested type T...
分类:
其他好文 时间:
2015-06-08 13:09:05
阅读次数:
111
windows server2003无法访问win7共享重启一下ok;参考地址:http://lesca.me/archives/windows-7-share-issue-the-specified-server-cannot-perform-the-requested-operation.htm...
問題狀況@VS2013開啟 SSDT 連資料庫時,跳出了以下訊息@SSMS編輯 Table 時出現例外,如下圖:詳細訊息如下:===================================Exception has been thrown by the target of an invoca...
分类:
Web程序 时间:
2015-06-02 19:46:00
阅读次数:
196
ORA-01460: unimplemented or unreasonable conversion requested,这个错误经常出现在数据类型转换时,本文遇到了一个很诡异的类型转换:Varchar2(NVarchar2)类型的中文内容转换到 Char 类型时出错!
分类:
数据库 时间:
2015-06-02 09:14:34
阅读次数:
200
第一次启用VTX技术支持启动android的虚拟机,启动时提示如下错误:Starting emulator for AVD 'AVD_for_Android_TV_1080p_by_Google'emulator: WARNING: Requested RAM size of 2048MB is t...
分类:
移动开发 时间:
2015-05-25 00:47:41
阅读次数:
265