摘要: 基于java8引入依赖 <dependency> <groupId>org.docx4j</groupId> <artifactId>docx4j-JAXB-ReferenceImpl</artifactId> <version>8.3.1</version> <!-- Java 8 兼容版本 -- 阅读全文
posted @ 2025-09-17 11:26 无情风中 阅读(17) 评论(0) 推荐(0)
摘要: initMap() { let that = this let points = [] try { let level = that.mapLevel 'null' || null that.mapLevel ? 10 : this.mapLevel let centerPoint = that.m 阅读全文
posted @ 2023-06-30 11:44 无情风中 阅读(97) 评论(0) 推荐(0)
摘要: moneyFormat(arg){ if(arg.toString().length>=13){ // return arg/1000000000000+"万亿" const moneys = arg/1000000000000 const realVal = parseFloat(moneys). 阅读全文
posted @ 2023-02-06 10:41 无情风中 阅读(24) 评论(0) 推荐(0)
摘要: var info = [];info.push("<div class='flow-block' element-loading-background='rgba(3, 38, 89, .7)'> ");info.push(`<div class='section-card-title-1'> ${ 阅读全文
posted @ 2022-12-08 15:21 无情风中 阅读(508) 评论(0) 推荐(0)
摘要: 接口 /** * 获取公共机构树 * @return */ public List<ThreeWyfwData> getThreeWyList(List<WyfwBuildingManage> blist,List<WyfwOwnerManage> wlist) { List<WyfwBuildin 阅读全文
posted @ 2022-12-03 14:26 无情风中 阅读(30) 评论(0) 推荐(0)
摘要: package com.inspur.ictsyy.admin.utils.screenDisplay.controller; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; im 阅读全文
posted @ 2021-03-09 16:29 无情风中 阅读(551) 评论(0) 推荐(0)
摘要: vue添加富文本 CONVERT (task_describe USING utf8) as task_describe, " 阅读全文
posted @ 2020-09-29 18:48 无情风中 阅读(690) 评论(0) 推荐(0)
摘要: jebkins自动部署1.安装jenkins工程到tomcat下2.浏览器开启jenkins工程 3.在浏览器中 配置新工程--新建要部署的工程--添加工程名--添加svn下载的工程路径--添加buil.xml配置文件 点击保存4.在服务器上jenkins工程job文件下生成新加工程文件夹5.在服务 阅读全文
posted @ 2017-05-24 18:39 无情风中 阅读(630) 评论(0) 推荐(0)
摘要: String path=DataSetController.class.getClassLoader().getResource("//").getPath()+"//client.conf"; 阅读全文
posted @ 2017-05-13 10:49 无情风中 阅读(198) 评论(0) 推荐(0)
摘要: @Transient public String getEnd_time() { return end_time; } public void setEnd_time(String end_time) { this.end_time = end_time; } 映射实体中 不做映射的属性 在get方 阅读全文
posted @ 2017-05-09 16:09 无情风中 阅读(2910) 评论(0) 推荐(0)