码迷,mamicode.com
首页 >  
搜索关键字:jasper report    ( 2364个结果
The MATLAB Profiler
1 function a = myFunc(a,b,c,d,e)2 for idx = 1 : 1003 a = a-b + c^d*log(e);4 end5 end6 7 >> profile on; myFunc(a,b,c,d,e); profile report
分类:其他好文   时间:2015-05-12 01:28:37    阅读次数:132
Caused by: org.springframework.beans.factory.BeanCreationException
1、错误原因2014-7-13 17:36:57 org.apache.jasper.compiler.TldLocationsCache tldScanJar信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enabl...
分类:编程语言   时间:2015-05-10 22:17:36    阅读次数:176
listview control messages
CTreeCtrl是在OnNMCustomdraw中自绘的,不要设定其他属性 CListCtrl是在DrawItem中自绘的,要设定属性LVS_OWNERDRAWFIXED|LVS_REPORT CButton是在DrawItem中自绘的,要设定属性BS_OWNERDRAW CMenu是在...
分类:其他好文   时间:2015-05-10 11:09:38    阅读次数:540
Active Report 导出功能
在网上查了不少资料,有个讲解比较完整的方案,我在系统中一试,发现并不好用,在使用导出功能,必须是引用几个命名空间 接下来,导出功能就变得更加简单                 Dim xlsExport1 As New DataDynamics.ActiveReports.Export.Xls.XlsExport()                 Dim saveDlg As N...
分类:其他好文   时间:2015-05-09 16:36:30    阅读次数:154
dinamica v3.4.5 (dynamic v3.4.5) changelog
05/04/2015 v3.4.5 * Improved dinamica.AbstractPDFOutput to use the CI pdf-file-name in config.xml or by default if the configuration report.pdf name does not exist. * Using dinamica.encoding syste...
分类:其他好文   时间:2015-05-08 22:08:04    阅读次数:178
获取RSS的XML内容然后整形输出(Windows Patch)
$report = [pscustomobject]@{'Date' = $null; 'MSRC' = $null; 'KB' = $null; 'Severity' = $null; 'Version' = $null; 'Summary' = $null; 'ThreatType' = $nu...
分类:Windows程序   时间:2015-05-08 17:59:35    阅读次数:158
将组策略中的内容导出至CSV格式
#将组策略首选项中的"本地用户和组"下的所有条目导出$xml = Get-GPOReport -ReportType Xml -Name "China Desktop Policy"$report = New-Item -ItemType file -Path C:\Toolkits\GPOAdmi...
分类:其他好文   时间:2015-05-08 17:52:40    阅读次数:221
关于cognos的HTML项目工具与富文本工具的分别
在cognos的report studio的工具箱里面,有两个控件HTML项目和富文本项目,如下图这两个东西,估计有一定经验cognos的人都知道,是用来丰富cognos报表页面,可以实现更多cognos没带的功能或样式等等(如冻结表头之类)我之前也用过,但一直都没搞清楚他们具体有什么大的分别今天做...
分类:Web程序   时间:2015-05-08 12:56:05    阅读次数:200
error_reporting() 设置 PHP 的报错级别并返回当前级别
error_reporting() 设置 PHP 的报错级别并返回当前级别。 语法 error_reporting(report_level) 如果参数 level 未指定,当前报错级别将被返回。下面几项是 level 可能的值: 1 E_ERROR 2 E_WARNING 4 E_PARSE 8 ...
分类:Web程序   时间:2015-05-07 13:56:07    阅读次数:134
robotium+ant+android-junit-report
根据此链接的步骤为现有的robotium项目自动生成ant的build.xml文件:http://xiaomaozi.blog.51cto.com/925779/932284/ 根据此链接的步骤将android-junit-report.jar导入项目并根据链接上的内容操作:http://ww...
分类:移动开发   时间:2015-05-06 15:29:36    阅读次数:552
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!