码迷,mamicode.com
首页 >  
搜索关键字:pentaho report    ( 2275个结果
oracle 基线与优化(三)
SQL Performance Impact Analyzer Report...
分类:数据库   时间:2014-12-28 18:18:46    阅读次数:316
Gradle Goodness: Profiling Information
If we want to know more about how much time is spent in tasks we can use the --profile command-line option. Gradle will generate a report file in the ...
分类:其他好文   时间:2014-12-27 20:10:44    阅读次数:185
JasperReport 参数与变量
报表固定参数: ?1. REPORT_CONNECTION ? ? ? Connection connection = dataSource.getConnection() ? ? ? parameters.put("REPORT_CONNECTION", connection); 2. REPORT_LOCALE 国际化用到的 3. REPORT_...
分类:Web程序   时间:2014-12-26 18:57:08    阅读次数:1118
【oracle】oracledba25 a list of files that have not been backed up for three days
You executed the following command in Recovery Manager (RMAN) aga inst your Oracle 10g database:   RMAN> REPORT NEED BACKUP days 3;   What would be the output of this command?   A. a list of files...
分类:数据库   时间:2014-12-26 09:40:23    阅读次数:160
function ALV
自我ALV 理解学习,集有 回车事件 ,自定义按钮,ALV网格颜色。REPORT ZALV_TEST.TYPE-POOLS:ZSLIS.DATA:BEGIN OF GT_DATA OCCURS 0, "显示数据内表。 MATNR LIKE MARA-MATNR, "物料 MATK...
分类:其他好文   时间:2014-12-25 20:00:51    阅读次数:291
PHP如何关闭notice级别的错误提示
1、在php.ini文件中改动error_reporting改为: error_reporting=E_ALL & ~E_NOTICE 2、如果你不能操作php.ini文件,你可以使用如下方法 在你想禁止notice错误提示的页面中加入如下代码: /* Report all errors e...
分类:Web程序   时间:2014-12-25 18:53:13    阅读次数:185
Pentaho Cube权限设置
简单的分为两步: 1、Pentaho中配置角色 2、Cube中增加Role   配置角色:         Cube中增加Role         附上官方文档配置中的Cube设计   9.1 Defining a role Roles are defined by  elements, which occur as direct childr...
分类:其他好文   时间:2014-12-23 19:39:02    阅读次数:235
Salesmen - UVa 1424 dp(送给大家)
Traveling salesmen ofnhn. (the prestigious Korean internet company) report their current location to the company on a regular basis. They also have to...
分类:其他好文   时间:2014-12-23 06:38:02    阅读次数:234
MFC ListControl用法
以下未经说明,listctrl默认view风格为report-------------------------------------------------------------------------------1. CListCtrl风格 LVS_ICON:为每个item显示大图标 LVS_...
分类:编程语言   时间:2014-12-22 19:26:32    阅读次数:222
命令行启动应用的几种常见类型
转自:http://www.robotium.cn/archives/799am instrument [flags] -r: print raw results (otherwise decode REPORT_KEY_STREAMRESULT),打印的原始结果。收集有用的原始性能数据。-e :....
分类:其他好文   时间:2014-12-22 16:09:29    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!