今天安装了在我的机器上(WIN7 64位)安装了COGNOS 10.2, 然后进入configuration各种测试都通过了,但是启动服务的时候一直不成功(具体错误没有记录下来。。。)后来我按网上帖子的意见,把以前安装的JAVA全卸载了,然后重装了一遍Cognos BI Server 10.2 64...
分类:
其他好文 时间:
2015-01-04 01:05:37
阅读次数:
283
在App_Code文件中添加TGModule.csusing System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:
Web程序 时间:
2015-01-02 18:40:22
阅读次数:
179
1 错误描述
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initial...
分类:
系统相关 时间:
2015-01-02 14:44:43
阅读次数:
2122
# /etc/profileexport TSLIB_ROOT=/export TSLIB_TSDEVICE=/dev/input/event0export TSLIB_CALIBFILE=/etc/pointercalexport TSLIB_CONFFILE=$TSLIB_ROOT/etc/ts...
分类:
系统相关 时间:
2015-01-02 10:57:12
阅读次数:
276
2014-08-08 Created By BaoXinjian
分类:
其他好文 时间:
2015-01-01 10:02:39
阅读次数:
161
MVC下载文件方式方式一:public FileStreamResult DownFile(string filePath, string fileName){string absoluFilePath = Server.MapPath(System.Configuration.Configurat...
分类:
Web程序 时间:
2014-12-31 21:29:50
阅读次数:
189
10G RAC安装时遇到Failed to upgrade Oracle Cluster Registry configuration,原因为使用DMM多路径软件device-mapper-multipath,触发此BUG。
关于DMM多路径软件device-mapper-multipath上安装RAC,参考文档Configuring raw devices (multipath) for Or...
分类:
数据库 时间:
2014-12-31 16:19:58
阅读次数:
258
当执行service nagios start启动nagios时,报错:Error: Cannot open main configuration file '//start' for reading!此问题是修改了nagios安装源文件导致的报错。如报此问题,请执行如下命令,便可解决:/usr/....
分类:
其他好文 时间:
2014-12-31 15:53:38
阅读次数:
192
在虚拟机上安装Ubuntu14.04 后安装ibus输入法,万万没想到在切换输入法的时候居然出错了!无语了,再网上查了一下,这个错误出现的还是比较少的。先说Ubuntu输入法(ibus)安装的一般步骤吧。一、安装语言包System Settings-->Language Support-->Inst...
分类:
其他好文 时间:
2014-12-31 06:18:38
阅读次数:
716
首先看两个例子来比较一下
(1)在用Query方法查询的时候,通过HQL语句来得到Query对象,并对Query对象进行操作,首先是用list方法获取到Query的List集合并输出
public void listQuery() {
Configuration configuration = new Configuration().configure();
Sessi...
分类:
其他好文 时间:
2014-12-31 01:06:46
阅读次数:
171