码迷,mamicode.com
首页 >  
搜索关键字:jasper report    ( 2364个结果
Selenium3+生成HTMLTestRunner测试报告+发送带附件邮箱
1、导入各功能模块 2、定义发送邮件(QQ邮箱) 3、查找测试报告目录,找到最新生成的测试报告文件 4、测试运行以上各代码模块 5、测试成功 6、下载打开 test_report.html 测试报告附件 ...
分类:Web程序   时间:2018-12-16 15:20:49    阅读次数:204
git merge简介
git merge的基本用法为把一个分支或或某个commit的修改合并到现在的分支上。我们可以运行git merge -h和git merge --help查看其命令,后者会直接转到一个网页(git的帮助文档),更详细。 usage: git merge [options] [<commit>... ...
分类:其他好文   时间:2018-12-16 14:34:07    阅读次数:131
Pandas文摘:Applying Operations Over pandas Dataframes
原文地址:https://chrisalbon.com/python/data_wrangling/pandas_apply_operations_to_dataframes/ Applying Operations Over pandas Dataframes 20 Dec 2017 Import ...
分类:移动开发   时间:2018-12-16 11:06:40    阅读次数:166
Sping Cloud项目启动报A component required a bean of type 'com.tianyan.bbc.dao.SecurityUserBaseMapper' that could not be found.
项目构建正常,启动和Debug报以下错误: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2018-12-14 09:4 ...
分类:移动开发   时间:2018-12-14 15:37:33    阅读次数:2068
Python实战:详解银行用户流失预测
这次我们要学习的是银行用户流失预测项目。
分类:编程语言   时间:2018-12-14 13:57:40    阅读次数:291
设计模式
封装的实现与调用、 数据驱动:动态数据变量化,传参调用 AutoDriver文件夹 from selenium import webdriver class AutoDriver001(object): def __init__(self): self.driver=webdriver.Firefo ...
分类:其他好文   时间:2018-12-12 19:11:17    阅读次数:147
Linux Config: 如何终止ubuntu report system problem detect
Ubuntu有一个内建的实用程序叫做Apport, 当一个程序崩溃时,它可以进行通知。 临时清除: sudo rm /var/crash/* 永久关闭: sudo nano /etc/default/apport enabled=0 ...
分类:系统相关   时间:2018-12-12 17:33:06    阅读次数:204
MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report e
早上来到公司,线上的项目报错: 赶紧连接服务器看下问题,玛德,服务器都连不上,第一反应,服务器挂了,缓存挂了,解决方法:找运维重启服务器,重启缓存,ok,搞定。 ...
分类:数据库   时间:2018-12-12 11:17:58    阅读次数:378
告诉maven,我真的不需要web.xml
org.apache.maven.plugins maven-war-plugin 2.6 false UTF-8 UTF-8 UTF-8 1.7 ... ...
分类:Web程序   时间:2018-12-11 17:25:29    阅读次数:209
python 安装 reportlab 报错 “ImportError: No module named reportlab.lib”
reportlab是什么? 是一个处理PDF和画图的python开源库. 初次安装: 参考文档: 1. https://stackoverflow.com/questions/38711221/installation-reportlab-importerror-no-module-named-re ...
分类:编程语言   时间:2018-12-10 20:47:29    阅读次数:1713
2364条   上一页 1 ... 57 58 59 60 61 ... 237 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!