码迷,mamicode.com
首页 >  
搜索关键字:jasper report    ( 2364个结果
ireport开发报表,Java和JSP端如何集成
Java端:@RequestMapping("/report") public String report() { return "/credit/report/report"; } @RequestMapping("/reportOut") @ResponseBody public void r....
分类:编程语言   时间:2014-12-31 16:12:32    阅读次数:141
Android 自动化测试—robotium(七) 使用Junit_report测试报告
使用Robotium进行测试的时候,要想可以导出明了的测试结果,可以使用junitreport来实现junit-report下载地址:https://github.com/jsankey/android-junit-report1、建立一个Android的测试工程,导入Robotium包,并建立好测...
分类:移动开发   时间:2014-12-31 14:30:05    阅读次数:323
Sharepoint2012 Report权限
在主文件夹下,点击“文件夹设置”,如下图:在打开的界面中,点击“新建角色分配”,如下图:在打开的界面中,录入window组名,或是AD域账号,选择以下的角色,点击确定即可。
分类:其他好文   时间:2014-12-29 15:00:40    阅读次数:131
sharepoint Report使用共享数据源部署报错
在VS中做了一下报表,把数据源设置成为共享数据源,部署时发生以下错误:解决方法:在VS中解决方案窗口,选择共享数据源中的用到的数据源名称,右键点击,选择“部署”,部署成功后,再部署报表即可。
分类:其他好文   时间:2014-12-29 14:56:57    阅读次数:155
oracle 基线与优化(三)
SQL Performance Impact Analyzer Report...
分类:数据库   时间:2014-12-28 18:18:46    阅读次数:316
Gradle Goodness: Profiling Information
If we want to know more about how much time is spent in tasks we can use the --profile command-line option. Gradle will generate a report file in the ...
分类:其他好文   时间:2014-12-27 20:10:44    阅读次数:185
JasperReport 参数与变量
报表固定参数: ?1. REPORT_CONNECTION ? ? ? Connection connection = dataSource.getConnection() ? ? ? parameters.put("REPORT_CONNECTION", connection); 2. REPORT_LOCALE 国际化用到的 3. REPORT_...
分类:Web程序   时间:2014-12-26 18:57:08    阅读次数:1118
【oracle】oracledba25 a list of files that have not been backed up for three days
You executed the following command in Recovery Manager (RMAN) aga inst your Oracle 10g database:   RMAN> REPORT NEED BACKUP days 3;   What would be the output of this command?   A. a list of files...
分类:数据库   时间:2014-12-26 09:40:23    阅读次数:160
function ALV
自我ALV 理解学习,集有 回车事件 ,自定义按钮,ALV网格颜色。REPORT ZALV_TEST.TYPE-POOLS:ZSLIS.DATA:BEGIN OF GT_DATA OCCURS 0, "显示数据内表。 MATNR LIKE MARA-MATNR, "物料 MATK...
分类:其他好文   时间:2014-12-25 20:00:51    阅读次数:291
PHP如何关闭notice级别的错误提示
1、在php.ini文件中改动error_reporting改为: error_reporting=E_ALL & ~E_NOTICE 2、如果你不能操作php.ini文件,你可以使用如下方法 在你想禁止notice错误提示的页面中加入如下代码: /* Report all errors e...
分类:Web程序   时间:2014-12-25 18:53:13    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!