LOGFILE="$fank/"`date +"%Y%m%d"`"data"#每日文件from="abc@123.com"#发件人recipients="fank@123.com"#收件人subject="[REPORT]every day check" #主题content="$(cat ${LO...
分类:
系统相关 时间:
2015-10-26 15:33:57
阅读次数:
192
1、报告(report)---》new report2、3、双击之后,节点到右边,此时就是要生成的全部元素,可以根据情况删除项,只保留要生成在文档里的项4、然后右键留下的项,弹出对话框5、此时选择数据表要导出文档的列的属性6、然后 报告-----》general html(general rtf)就...
分类:
数据库 时间:
2015-10-22 18:59:19
阅读次数:
285
提要今天开会主要是讨论一下北航MOOC客户端的具体要求和每个人的大致分工。会议后来还简单商讨了一下我们app的大致界面框架。会议地点:大运村KFC会议时间:2015年10月17日,15:00-17:30任务和分工我们将开发工作大致分为如下几块: 课程详情(含视频播放,下载,讨论区) 用户部分(含.....
分类:
其他好文 时间:
2015-10-19 23:51:55
阅读次数:
251
QUESTION NO: 506
Examine the section of the Health Check report given below:DBMS_HM.GET_RUN_REPORT(‘HM_RUN_1061’)
Run Name : HM_RUN_1061 Run Id : 1061 Check Name : Data Block Integrity Check Mode : R...
分类:
其他好文 时间:
2015-10-19 09:31:26
阅读次数:
179
$("#exportBtn").click(function () { location.href = "${pageContext.request.contextPath}/report/export?" + $("form").serialize() });...
分类:
编程语言 时间:
2015-10-16 16:59:35
阅读次数:
256
官网连接:http://wiki.pentaho.com/display/EAI/Pan+User+DocumentationPanPan 是一个可以执行使用Spoon编辑的transformation的程序。解压缩PDI Software.zip就得到了Pan.bat命令行使用Pan执行Trans...
分类:
其他好文 时间:
2015-10-15 20:18:07
阅读次数:
212
官网连接:http://wiki.pentaho.com/display/EAI/Call+DB+Procedure描述 调用数据库存储过程步骤允许用户执行一个数据库存储过程,并且得到结果。存储过程或者方法只能通过他们的参数返回数据,并且输出参数必须定义在数据库存储过程Parameters中。F&....
分类:
其他好文 时间:
2015-10-15 20:12:10
阅读次数:
147
QUESTION NO: 402
Examine the following PL/SQL block:
SET SERVEROUTPUT ON
SET LONG 10000
DECLARE report clob;
BEGIN
report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE();DBMS_OUTPUT.PUT_LINE(report);
END...
分类:
其他好文 时间:
2015-10-15 10:07:31
阅读次数:
263
上一篇:Pentaho Data Integration笔记 (一):安装介绍Spoon Intoduction site: http://wiki.pentaho.com/display/EAI/.01+Introduction+to+SpoonSpoon 是一个图形化用户界面,用户可以通过Spo...
分类:
其他好文 时间:
2015-10-14 17:49:56
阅读次数:
165
QUESTION NO: 390
You executed the following command in the Recovery Manager (RMAN):RMAN> REPORT NEED BACKUP days 3;
What is the output of this command?
A. A list of files that require a backup with...
分类:
其他好文 时间:
2015-10-14 00:25:55
阅读次数:
228