?目录一览: 0x01 基础实践 (1) Maven 构建之 Pipeline Script (2) Maven 构建之 Pipeline Script from SCM (3) Jenkins pipeline 之 邮件(Email)发信管理 WeiyiGeek Blog - 为了能到远方,脚下的 ...
分类:
其他好文 时间:
2021-04-28 12:08:05
阅读次数:
0
0x00 Docker 快速入门 1.基础介绍 描述:Docker [?dɑ:k?(r)] 是一个基于Go语言开发实现的遵循Apache 2.0协议开源项目,目标是实现轻量级的操作系统虚拟化解决方案; ,诞生于2013年初最初发起者是dotCloud公司创始人 Solomon Hykes 在法国期间 ...
分类:
其他好文 时间:
2021-04-28 11:46:47
阅读次数:
0
https://echarts.apache.org/examples/zh/editor.html?c=bar-stack option = { tooltip: { trigger: 'axis', axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: 'shadow' ...
分类:
其他好文 时间:
2021-04-28 11:42:45
阅读次数:
0
1、下载Tomcat 官网:https://tomcat.apache.org/ 下载之后解压,解压后如图所示,通常将web项目放到webapps目录下。 进入bin,双击startup.bat启动tomcat服务器。 2、下载Jenkins 官网:https://www.jenkins.io/ 根 ...
分类:
编程语言 时间:
2021-04-27 15:17:03
阅读次数:
0
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:
其他好文 时间:
2021-04-27 14:56:45
阅读次数:
0
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:
其他好文 时间:
2021-04-27 14:42:00
阅读次数:
0
最近发现我们系统导出excel文件时由于是导出百万级数据导出,速度过慢并且内存占用多,故进行了下面的一次优化。 我们使用apache的poi进行excel文件操作 主要耗时: 1、从数据库得到需要导出的结果集耗时 2、将数据写入excel耗时 优化前 public abstract class Ba ...
分类:
其他好文 时间:
2021-04-26 13:58:43
阅读次数:
0
# 每月将各分公司的业务情况汇总 再定时输出 import cx_Oracle from openpyxl.styles import Font import pandas as pd import openpyxl import time from email.mime.multipart imp ...
分类:
编程语言 时间:
2021-04-26 13:49:32
阅读次数:
0
桥接模式 桥接模式结构图: 示例代码: // 桥接角色Message接口 public interface Message { void sendMessage(String message, String toUser); } // 具体Message角色Email public class Em ...
分类:
其他好文 时间:
2021-04-26 13:31:33
阅读次数:
0
Logger配置文件说明 文件一定在src下,并命名为log4j.properties ### 全局默认配置 log4j.rootLogger = debug,stdout,D,E ### 设置控制台日志输出 ### log4j.appender.stdout = org.apache.log4j. ...
分类:
其他好文 时间:
2021-04-26 13:30:43
阅读次数:
0