码迷,mamicode.com
首页 >  
搜索关键字:pentaho report    ( 2275个结果
Java程序生成linechart report的方法
iReport通常是一个设计阶段的工具,用来设计出报表的排版和内容,报表的动态生成需要程序来实现(毕竟报表的数据是动态的,数量是很多的,不可能用iReport Preview的方式一个个手工去生成)。利用上一篇iReport5.6.0linechart 制作方法(http://blog.csdn.net/hbsong75/article/details/39992475)生成.jasper文档后...
分类:编程语言   时间:2014-10-11 22:02:06    阅读次数:243
Report Machine(RM)报表控件简单用法-delphi
RM(Report Machine)是一个功能强大的Delphi报表控件包。使用它可以制作出非常复杂的报表。下面讲述最简单的用法:在Form上放上两个数据库控件:ADOConnection和ADOQuery设置好ADOConnection的ConnectionString。LoginPrompt=F...
分类:Windows程序   时间:2014-10-11 00:40:14    阅读次数:552
python命令行参数处理模块 optparse 使用参考
from optparse import OptionParser parser = OptionParser()parser.add_option( '-f', '--file', dest='filename', help='write report to FILE', metavar='F.....
分类:编程语言   时间:2014-10-10 23:47:45    阅读次数:319
Step by step Install a Local Report Server and Remote Report Server Database
原创地址:http://www.cnblogs.com/jfzhu/p/4012097.html转载请注明出处前面的文章《Step by step SQL Server 2012的安装 》中,介绍过如何安装SQL Server 2012,其中的Database Engine Services和Rep...
分类:数据库   时间:2014-10-09 01:13:57    阅读次数:308
AWR Report 关键参数详细分析
WORKLOAD REPOSITORY report forDB NameDB IdInstanceInst numStartup TimeReleaseRACCALLDB1251068085calldb1107-Dec-12 21:1211.2.0.3.0YESHost NamePlatformC...
分类:其他好文   时间:2014-10-07 21:04:35    阅读次数:5128
Fix to "Error Value: Error: rpmdb open failed"
"An internal system error has occuredA problem that we were not expecting has occured.Please report this bug in your distribution bugtracker withthe e...
分类:数据库   时间:2014-10-07 00:51:22    阅读次数:325
Hadoop on Mac with IntelliJ IDEA - 7 解决failed to report status for 600 seconds. Killing!问题
本文讲述作业在Hadoop 1.2.1完成map后ruduce阶段遇到failed to report status for 600 seconds. Killing!问题的解决过程。环境:Mac OS X 10.9.5, IntelliJ IDEA 13.1.4, Hadoop 1.2.1Hado...
分类:其他好文   时间:2014-10-02 03:59:22    阅读次数:211
访问网站时,出现400错误
400 Bad RequestRequest header or cookie too large. Sorry for the inconvenience.Please report this message and include the following information to us....
分类:Web程序   时间:2014-09-30 19:46:19    阅读次数:228
二十六、【开源框架】EFW框架Winform前端开发之Grid++Report报表、条形码、Excel导出、图表控件
回《【开源】EFW框架系列文章索引》 EFW框架源代码下载V1.2:http://pan.baidu.com/s/1hcnuAEFW框架实例源代码下载:http://pan.baidu.com/s/1o6MAKCa 前言:本章介绍除DotNetBar2控件套件之外的另外一些常用控件,包括Gr...
分类:Windows程序   时间:2014-09-29 02:05:16    阅读次数:547
SQL Server 2000 “用户XX已经存在” 处理方法
-- 目前遇到这个问题都是在切换服务器时发生的。 旧服务器备份的数据库还原到新服务器,都会遇到这种问题--切决方案如下:-- 查找孤立用户列表EXECUTE sp_change_users_login 'REPORT'--修复这些孤立用户也就是将这些用户与恢复的数据库关联起来EXECUTE sp_c...
分类:数据库   时间:2014-09-29 00:45:06    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!