HTMLTestRunner.py """A TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance.The simples ...
分类:
其他好文 时间:
2020-01-19 00:05:51
阅读次数:
141
问题 G: AtCoDeer and Election Report 时间限制: 1 Sec 内存限制: 128 MB[提交] [状态] 题目描述 AtCoDeer the deer is seeing a quick report of election results on TV. Two ca ...
分类:
其他好文 时间:
2020-01-18 19:45:21
阅读次数:
120
场景:优化打包后的代码,提高性能。 1.方式一:report-json。 1.1 package.json文件里加入以下命令, 1.2 然后控制台运行 npm run report 1.3 结果:会在dist文件夹里生成 report.json。里面有打包后每个文件的来源。 2.方式二:使用 sta ...
分类:
其他好文 时间:
2020-01-17 11:48:32
阅读次数:
356
什么是标签 <a> 官方定义是这样的: The HTML <a> element (or anchor element) creates a hyperlink to other web pages, files, locations within the same page, email addr ...
分类:
其他好文 时间:
2020-01-16 12:53:35
阅读次数:
92
1.1 设计报表模板 1.1.1 新建模板DemoReport5.jrxml,去掉不需要的Band,保留Title,Page Header,Detail 1 , PageFooter。将组件Table拖入到Detail1 中,跳出Dataset窗口。选择 Create .. ,然后Next 1.1. ...
分类:
Web程序 时间:
2020-01-14 16:23:45
阅读次数:
452
一、插件目标(goal) 1、analyze:分析项目依赖,确定哪些是已使用已声明的,哪些是已使用未声明的,哪些是未使用已声明的 2、analyze-dep-mgt:分析项目依赖,列出已解析的依赖项与dependencyManagement中定义的依赖项不匹配的部分 3、analyze-report ...
分类:
其他好文 时间:
2020-01-13 23:27:21
阅读次数:
135
2014-7-29 近来在完成深圳一公司的项目,对方对各方面要求相当严格,一不满意就拒绝签收,为了对修正水晶报表显示及导出的一些小问题,无赖之下,仔细了解一下水晶报表的操作方法,逼苦我们这些苦逼的程序,虽说在以前的项目中,也常使用crystal report 来制作报表。并且针对web与winfor ...
分类:
Web程序 时间:
2020-01-11 15:05:12
阅读次数:
83
GetBrowserCore.js export default () => { var sBrowser = null var sUsrAg = window.navigator.userAgent // The order matters here, and this may report fa ...
分类:
其他好文 时间:
2020-01-11 13:30:56
阅读次数:
100
之前使用报表处理是出现了一些问题,原来发现是版本造成的。此文记录两个版本之间的函数差别。 官方资料入口:http://doc.raqsoft.com.cn/report/preference/wdzl1.html 润乾报表4.0 润乾报表V2018 润乾报表V2018备注 数据集函数 ( 原润乾报表 ...
分类:
其他好文 时间:
2020-01-10 12:58:46
阅读次数:
238
这几天接手了一个springboot开发的项目,打包的时候遇到了个问题,项目在IDE中运行是一点错都没有的,打成jar包后访问就找不到jsp了 先是查了查Whitelabel Error Page,发现添加上tomcat-embed-jasper有些变化 <dependency> <groupId> ...
分类:
编程语言 时间:
2020-01-09 21:00:49
阅读次数:
96