码迷,mamicode.com
首页 >  
搜索关键字:report    ( 2164个结果
HDFS运维
简单记录几个hdfs的运维命令//查看hdfs的状态,是否有missing block,corrupt block等,也可以看datanode的状态hdfs dfsadmin -report//查看hdfs根目录下是否有文件处于missing,currupt状态,而且不是under replica的...
分类:其他好文   时间:2015-07-09 12:59:52    阅读次数:111
Dynamics AX 2012 R2 配置报表服务器
今天Reinhard在使用报表的过程中,发现以下错误: The default Report Server Configuration ID could not be found in the SRSServers table. 根据错误提示信息,Reinhard推断这是由于AX的报表服务器配置不正...
分类:其他好文   时间:2015-07-08 18:41:33    阅读次数:230
error_reporting()
定义和用法error_reporting() 设置 PHP 的报错级别并返回当前级别。语法error_reporting(report_level)如果参数 level 未指定,当前报错级别将被返回。下面几项是 level 可能的值:值常量描述1E_ERRORFatal run-time error...
分类:其他好文   时间:2015-07-08 10:45:20    阅读次数:88
there was no endpoint listening at net.pipe://localhost/PreviewProcessingService/ReportProcessing
当你在开发reporting service报表时,进行报表的preview时报下图中的错误,以下方法可以让你直接跳过这个错误,继续查看报表的运行结果。 直接选择你需要运行查看的报表右击run就可以,完全忽视上面的错误。...
分类:Web程序   时间:2015-07-07 22:46:30    阅读次数:344
Use appropriate component from RM component palette
---------------------------错误---------------------------Opened report contains the following non-plugged components:TRMAsBarCodeViewUse appropriate co...
分类:移动开发   时间:2015-07-07 08:16:34    阅读次数:330
部署Microsoft.ReportViewe
关于下载Microsoft Report Viewer 2010 Redistributable Package:http://www.microsoft.com/en-us/download/details.aspx?id=6442关于版本2010是10,2012是11依次,别装错版本了关于安装直...
分类:其他好文   时间:2015-07-06 13:51:59    阅读次数:88
impdp时卡住,DW等待library cache lock
同事反映impdp时在SCHEMA_REPORT/TYPE/TYPE_SPEC步骤卡住,1个多小时后也没有响应, 查下v$session: select program,sid, event,blocking_session from gv$session  where program like '%DW%'; 结果为: DW01,98,library cache lock,213 DW...
分类:系统相关   时间:2015-07-03 23:30:57    阅读次数:280
Dynamics AX 2012 - Report labels does not show up in report
Sometimes the report labels do not show in reports or the report shows label IDs likeLabels!@SYS2123instead of label values.There are two reasons to t...
分类:其他好文   时间:2015-07-03 18:47:08    阅读次数:109
CListCtrl的Report风格自绘
原文链接:http://jingyan.baidu.com/article/5bbb5a1b38af1113eaa17910.htmlCListCtrl是MFC中运用最广泛的控件之一,很多软件都有CListCtrl的身影,但是对于CListCtrl的自绘,很多朋友都犯了难,网上虽然有很多人讲解怎么自...
分类:其他好文   时间:2015-07-03 15:44:25    阅读次数:116
用Jasper report计算opening balance
来源: http://community.jaspersoft.com/questions/850400/how-create-report-opening-balance-using-jasper-reports 。         根据存取金额计算初期余额时需要进行跨行计算,用Jasper表达式可以实现,但步骤复杂有一定难度,用集算器协助Jasper则可以轻松实现,下面用简化的例子来说明。 ...
分类:Web程序   时间:2015-07-03 10:38:03    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!