码迷,mamicode.com
首页 >  
搜索关键字:pentaho report    ( 2275个结果
openerp report image
webkit : 再mako 文件中插入以下代码, 标签用于再mako中定义代码或者函数。 然后 ${ embed_image('图片类型', 图片字段 , 宽度,高度) } 即可, 本质上是使用html中显示 base64格式的图片标签 '%( width, ...
分类:其他好文   时间:2014-09-18 20:36:04    阅读次数:228
研究gatling 的性能测试报告图表
gatling report是基于highchart的一个很好看的chart, 非常适合在性能测试报告中描述request/response等随时间、并发数变化的趋势,这一点在jmeter中我还没有找到对应的方法gatling report中使用的chart比原生的chart功能要强一些,大概是作者...
分类:其他好文   时间:2014-09-16 12:15:41    阅读次数:808
Oracle Report(Report 6i/RDF)使用全局变量fnd_global, fnd_frofile
注:本文为原创,作为学习交流使用,转载请标明作者及出处,作者保留追究法律责任的权力。Lumen Sulzsu1989#gmail.com(#=@)www.cnblogs.com/lzsu1989-----------------------------------------------------...
分类:数据库   时间:2014-09-15 02:12:28    阅读次数:340
Python的Internet标准库2-urllib组件
访问不需要验证的远程资源下载数据,使用urlretrieve() 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 import urllib 5 6 def report(blocks_read,block_size,total_siz.....
分类:编程语言   时间:2014-09-13 18:28:35    阅读次数:183
Pentaho Report Designer连接HSQLDB问题
《Pentaho Reporting 3.5 for Java Developers》第三章中连接hsqldb错误,以及正确连接方式的说明,是学习Pentaho Reporting 的学习笔记,供参考。...
分类:数据库   时间:2014-09-12 15:10:43    阅读次数:230
java pojo实体类做birt报表数据源
环境要求:到http://www.eclipse.org/downloads/下载 Eclipse IDE for Java and Report Developers 工具 第一步:创建一java项目ReportJava; 第二步:创建包yss.com并编写一实体类User 作为报表中的数据对象 pa...
分类:编程语言   时间:2014-09-10 17:58:01    阅读次数:387
Index Fragmentation Report in SQL Server 2005 and 2008
ProblemWhile indexes can speed up execution of queries several fold as they can make the querying process faster, there is overhead associated with th...
分类:数据库   时间:2014-09-09 15:23:08    阅读次数:376
mysql慢查询分析
mysql慢查询分析Posted: 29. 08. 2014 |Author:zdz |Category:mysqlMySQL 慢查询日志分析1. pt-query-digest分析慢查询日志pt-query-digest –report slow.log2. 报告最近半个小时的慢查询:pt-que...
分类:数据库   时间:2014-09-07 21:01:45    阅读次数:363
linux包之procps之pmap命令
名称: pmap - report memory map of a process(查看进程的内存映像信息)用法 pmap [ -x | -d ] [ -q ] pids... pmap -V选项含义 -x extended Show the extended format. 显示扩展格式 -d d...
分类:系统相关   时间:2014-09-06 21:14:53    阅读次数:401
SQL Server 2012 The report server cannot open a connection to the report server database
案例环境: 操作系统版本: Windows Server 2012 R2 Standard 数据库版本 : SQL SERVER 2012 SP2 案例介绍: 今天进入一台新安装的SQL Server服务器的Reporting Service管理界面时,出现如下错误信息 The report ser...
分类:数据库   时间:2014-09-05 18:04:01    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!