码迷,mamicode.com
首页 >  
搜索关键字:jasper report    ( 2364个结果
python模块-optparse
1.简单示例如下: from?optparse?import?OptionParser [...] parser?=?OptionParser() parser.add_option("-f",?"--file",?dest="filename", ??????????????????help="write?report?...
分类:编程语言   时间:2014-12-17 13:08:30    阅读次数:157
【转载】JPEG2000
这是一篇会议论文,由JPEG-2000的官方推荐软件Jasper的作者Michael D. Adams所作的一篇综述性的文章(The JPEG-2000 Still Image Compression Standard)。原文请到www.ece.uvic.ca/?mdadams去寻找下载。个人认为....
分类:其他好文   时间:2014-12-15 21:42:17    阅读次数:296
windows下安装UNO,配置AEROO_REPORT (Openoffice4已经升级为Python2.7.5版)
来自:http://shine-it.net/index.php?topic=8019.msg22007 最近单位要上一个OE,但OE7一天一个新更新,不知何年到头。 闲着没事写一点心得,不敢称为教程。 ubuntu是开源的,系统也稳定的,但对新手来说,liunix内核有很多不适应,又要学OE又要学...
分类:编程语言   时间:2014-12-15 10:26:39    阅读次数:201
org.apache.jasper.JasperException: Unable to compile class for JSP
org.apache.jasper.JasperException: Unable to compile class for JSP
分类:Web程序   时间:2014-12-14 18:25:43    阅读次数:204
9.2.2 使用接口对象类型
9.2.2 使用接口对象类型   就像记录和差别联合一样,接口类型使用 type 构造来声明。清单 9.8 显示了把以前的检查记录类型,转换为接口类型。   清单 9.8 用接口表示客户检查 (F#) type ClientTest =   abstract Check : Client –> bool   abstract Report : Client -> unit   在...
分类:其他好文   时间:2014-12-11 12:28:30    阅读次数:128
Excel Add-In for Olap Cubes/Analysis Services & PowerPivot
几个月前偶然发现一个用于SSAS OLAP数据分析的Excel插件SmartPivot,都是非常实用的功能,如果你的BI解决方案是采用SSAS,那么请看看这个东西,一定会对你有很多启发,如果你的BI Report客户端采用的是Excel,那么这简直就是居家必备的绝配工具,最近几个月我用零碎的时间模仿...
分类:其他好文   时间:2014-12-11 11:47:36    阅读次数:228
使用org.apache.jasper.JspC编译jsp文件--转载
JspC可以通过jspc.setArgs(args);设置所需参数,和使用指令进行编译相同,使用指令编译范例:java -cp jasper.jar;servlet-api.jar;Fcatalina.jar;F:\server\tomcat.6\bin\tomcat-juli.jar;ant.ja...
分类:Web程序   时间:2014-12-11 00:12:54    阅读次数:304
9.2.1 使用保存的函数记录
9.2.1 使用保存的函数记录   使用记录保存函数,是 OCaml 中的常用方法,在 F# 中有所扩展。在看到可能的改进之前,清单 9.7 为第八章的原始解决方案提供了提醒功能。   清单 9.7 用函数的记录检查客户 (F#) type ClientTest =     { Check : Client –> bool       Report : Client-> unit...
分类:其他好文   时间:2014-12-10 16:26:50    阅读次数:136
php的error_reporting设置
// Turn off all error reportingerror_reporting(0);// Report simple running errorserror_reporting(E_ERROR | E_WARNING | E_PARSE);// Reporting E_NOTICE ...
分类:Web程序   时间:2014-12-10 12:17:19    阅读次数:154
【外文】XSSer automatic tool for pentesting XSS attacks against different applications
原文http://xsser.sourceforge.net/IntroductionCross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabili...
分类:移动开发   时间:2014-12-10 07:02:06    阅读次数:598
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!