码迷,mamicode.com
首页 >  
搜索关键字:pentaho report    ( 2275个结果
我常用的VBS方法(QTP)
这些是4年前在HP用QTP做自动化测试时候总结的一些,现在贴出来,说不准以后会不会用到当初花了2天时间写的一个自动生成的Excel ReportPublic Function Report (status, objtype, text) Dim TestName Re...
分类:其他好文   时间:2015-09-21 12:09:10    阅读次数:351
std::tr1::function和bind组件
C++中std::tr1::function和bind组件的使用在C++的TR1中(Technology Report)中包含一个function模板类和bind模板函数,使用它们可以实现类似函数指针的功能,但却却比函数指针更加灵活,特别是函数指向类的非静态成员函数时。可以参考Scott Meyer...
分类:其他好文   时间:2015-09-19 18:08:50    阅读次数:193
OCP-1Z0-051-名称解析-文章12称号
12. You need to produce a report where each customer's credit limit has been incremented by $1000. Inthe output, the customer's last name should have ...
分类:其他好文   时间:2015-09-18 11:42:32    阅读次数:150
Oracle unable to extend temp segment by 128 in tablespace TEMP
Description Error report: SQL Error: ORA-12801: error signaled in parallel query server P010 ORA-01652: unable to extend temp segment by 128 in tab...
分类:数据库   时间:2015-09-18 10:26:24    阅读次数:340
latex:公式的序号
1.排序单位在文类book或report中,行间公式是以章为排序单位的,即每一新章节开始,公式序号计数器equation就被清零。比如第1章第3个公式的序号是(1.3),第2章第1个公式的序号是(2.1)。一章中有若干节,若每节中有很多公式,这种排序方式就很难分清某个公式是属于哪一节的。如希望公式能...
分类:其他好文   时间:2015-09-17 22:56:29    阅读次数:3603
动态选择屏幕
不是自创的,群里大神分享的,应该是QA32,QA16等程序里都有的。*&---------------------------------------------------------------------**& Report ZLYTEST_SCREEN*&*&---------------....
分类:其他好文   时间:2015-09-17 11:29:52    阅读次数:170
hadoop2.6---常用命令
0、查看状态 bin/hdfs dfsadmin -report 1、创建文件目录 bin/hdfs dfs -mkdir /in/input2 2、删除目录 bin/hdfs dfs -rmr /in/input2 删除input2目录及目录下的文件,相当于linux的...
分类:其他好文   时间:2015-09-17 10:04:28    阅读次数:184
Z表数据EXCEL导入
很多项目都有这种需求,虽然别人用的各有不同,不过闲来无事,还是自己搞了一个出来。基于EXCEL的导入。*&---------------------------------------------------------------------**& Report ZLY_UPLOAD_TABLE....
分类:其他好文   时间:2015-09-17 09:59:27    阅读次数:302
(转载)SQL Reporting Services (Expression Examples)
https://msdn.microsoft.com/en-us/library/ms157328(v=SQL.100).aspxExpressions are used frequently in reports to control content and report appearance. ...
分类:数据库   时间:2015-09-16 15:42:43    阅读次数:450
Reverse Linked List 解答
QuestionReverse a singly linked list.Solution 1 -- IterativeRemember to set head.next = null or it will report "memory limit exceeds" error. 1 /** 2 ....
分类:其他好文   时间:2015-09-16 06:23:10    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!