码迷,mamicode.com
首页 >  
搜索关键字:jasper report    ( 2364个结果
jetty8 中的异常 There is an error in invoking javac. A full JDK (not just JRE) is required...
在jetty文件夹下的start.ini文件里有这么一行"-Dorg.apache.jasper.compiler.disablejsr199=true"注释,把这个注释去掉,再启动就不会出现错误了。(把这一行最前面的“#”删除即可) 这个错误用eclipse启动jetty时不会出现,而用命令行启....
分类:编程语言   时间:2014-07-06 21:33:46    阅读次数:211
也来一篇关于Infragistics WPF Report的使用教程 (一)
前言 Infragistics Report 也称为NetAdvantage Report, 该报表工具比微软的rdlc功能更加强大的一款(至少就自定义纸张打印方面来说.), 该报表工具支持Web, WinForm, WPF平台的使用. 我这里以WPF C/S端为例, 做一下记录, 防止自己以后忘掉. 工具介绍 1. 我这里使用的是Infragistics Ultimate 2014.1...
分类:其他好文   时间:2014-07-06 10:13:00    阅读次数:210
解决:insert Vodafone sim card,open the mms read report,when receive the read report,cann't download..
insert Vodafone sim card,open the mms read report,when receive the read report,cann't download the message Test steps: 1.insert Vodafone sim card 2.open the mms read report 3.send the mms successf...
分类:其他好文   时间:2014-07-06 08:36:10    阅读次数:292
CALL TRANSFORMATION 的方法生成XML文件
*&---------------------------------------------------------------------**& Report Z_BARRY_XML_CALL*&*&------------------------------------------------...
分类:其他好文   时间:2014-07-05 18:41:39    阅读次数:209
ABAP内表数据做层次XML输出
*&---------------------------------------------------------------------**& Report Z_BARRY_TEST_XML*&--------------------------------------------------...
分类:其他好文   时间:2014-07-05 18:26:02    阅读次数:244
rdlc 格式设置
在用vs2013开发rdlc报表时,发现好多报表样式问题:1、导出的pdf偶数页总是空白页。2、导出的Excel打印时,内容显示不全。3、word内容显示不全。查了好多资料终于找到解决方案了,如下:1、点击项目下需要修改的rdlc文件,发现工具栏会出现"REPORT"按钮,选择“Report Pro...
分类:其他好文   时间:2014-07-05 18:18:16    阅读次数:371
.net快速开发架构
由微软高级工程师进行培训,小班授课,主讲内容:1、基于消息总线的企业应用快速开发架构,插件架构2、WCF服务容器+IoC容器3、基于PetaPOCO (ORM) 的数据服务4、StimuSoft Report 报表开发5、Devexpress 6、一套完整的企业架构,在此架构上用项目实例进行讲解,要...
分类:Web程序   时间:2014-07-02 21:02:50    阅读次数:231
MariaDB 10之并行复制--延迟测试结果
测试参数:sysbench--test=/root/sysbench0.5/sysbench/tests/db/insert.lua --mysql-table-engine=innodb--oltp-table-size=1000000 --max-requests=0--max-time=300--num-threads=16 --oltp-tables-count=10--report-interval=10 --mysql-host=10.8.8.100--mysql-port=3312--..
分类:数据库   时间:2014-07-02 06:44:36    阅读次数:280
解析xml文件
package com.pasc.ams.report.util;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;impo...
分类:其他好文   时间:2014-07-01 22:49:34    阅读次数:230
PHP如何关闭notice级别的错误提示
1、在php.ini文件中改动error_reporting改为:error_reporting=E_ALL & ~E_NOTICE2、如果你不能操作php.ini文件,你可以使用如下方法在你想禁止notice错误提示的页面中加入如下代码:/* Report all errors except E_...
分类:Web程序   时间:2014-07-01 19:20:22    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!