码迷,mamicode.com
首页 >  
搜索关键字:pentaho report    ( 2275个结果
pytest 使用
pytest 生成测试报告1.JunitXML格式的测试报告 :命令 : --junitxml=path2.生成result log 格式测测试报告: 命令: --resultlog=report\log.txt3.生成Html格式的测试报告: 命令: --html=跟生成报告所在的文件路径 rep ...
分类:其他好文   时间:2019-04-11 01:43:27    阅读次数:459
Tomcat 提示 HTTP Status 500 – Internal Server ErrorTomcat 提示 HTTP Status 500 – Internal Server Error
错误信息: 一开始没有细看,以为是tomcat目录结构错误,网上搜了各种方法都没能解决 后来仔细一看Root Cause,是Java Runtime版本引起的。想了想,我安装的 是jdk10,默认的编译版本也是10,应该是编译版本过高。 解决方案:将编译等级调低即可 ...
分类:Web程序   时间:2019-04-10 13:22:34    阅读次数:399
allure报告定制(pytest+jenkins)
环境及安装可查看 pytest+jenkins安装+allure导出报告 要让allure报告更漂亮,更直观,需要在脚本中写入allure特性 一开始allure调用step()、story()、feature()等总是报错,提示不存在这些方法。 通过查找allure安装位置,发现pytest_pl ...
分类:其他好文   时间:2019-04-09 18:14:51    阅读次数:702
/cart.jsp (line: [32], column: [45]) The JSP specification requires that an attribute name is preceded by whitespace
出现的错误: Type Exception Report Message /cart.jsp (line: [32], column: [45]) The JSP specification requires that an attribute name is preceded by whitesp ...
分类:Web程序   时间:2019-04-07 21:44:37    阅读次数:167
MTH5001: Introduction to Computer Programming
projectMarch 14, 20191 MTH5001: Introduction to Computer Programming 2018/191.1 Final Report Project: "Networks"1.1.1 Instructions:First, please type ...
分类:其他好文   时间:2019-04-07 19:20:52    阅读次数:161
ajax请求返回Json字符串运用highcharts数据图表展现数据
[1].[图片] Json字符串和highcharts数据图表展现.jpg 跳至 [1] [2] [2].[代码] Json字符串和highcharts数据图表展现 跳至[1] [2] 001 /* 002 * Filename: OQtyOrPriceReport.js 003 * Descrip ...
分类:Web程序   时间:2019-04-04 12:38:13    阅读次数:239
sqlserver 存储过程分页
USE [HK_ERP_Report] GO /****** Object: StoredProcedure [dbo].[spPF_AppRpt_Tupu_CommonPage] Script Date: 2019/4/4 12:00:23 ******/ SET ANSI_NULLS ON GO... ...
分类:数据库   时间:2019-04-04 12:30:09    阅读次数:156
结对项目开发(石家庄地铁乘车系统)
结对项目开发(石家庄地铁乘车系统) 结对成员:高宇,刘津鑫 Personal Software Process Stages 时间百分比(%) 实际花费的时间 (分钟) 原来估计的时间 (分钟) Planning 计划 70 40 · Estimate · 估计这个任务需要多少时间,把工作细化并大致 ...
分类:其他好文   时间:2019-04-03 14:08:29    阅读次数:174
jmeter3.1 压测
压测目标:error 为0,线程起到250,服务器配置达到最大 一.Jmeter3.1 压测 JMeter3.1提供一个用于生成HTML页面格式图形化报告的扩展模块。该模块支持通过两种方式生成多维度图形化测试报告: 其默认提供的度量维度包括: 类似于UI上的Aggregate Report 展示不同 ...
分类:其他好文   时间:2019-04-02 21:01:36    阅读次数:183
字符编码几个缩写 ACR CCS CEF CES TES
摘自https://zhuanlan.zhihu.com/p/27012967 5. 在Unicode Technical Report (UTR统一码技术报告) #17《UNICODE CHARACTER ENCODING MODEL》中,现代字符编码模型分为了5个层次,并引入了更多的概念术语来描 ...
分类:其他好文   时间:2019-04-02 18:25:23    阅读次数:184
2275条   上一页 1 ... 45 46 47 48 49 ... 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!