摘要: 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 无情风中 阅读(55) 评论(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 无情风中 阅读(11) 评论(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 无情风中 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 接口 /** * 获取公共机构树 * @return */ public List<ThreeWyfwData> getThreeWyList(List<WyfwBuildingManage> blist,List<WyfwOwnerManage> wlist) { List<WyfwBuildin 阅读全文
posted @ 2022-12-03 14:26 无情风中 阅读(15) 评论(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 无情风中 阅读(522) 评论(0) 推荐(0) 编辑
摘要: vue添加富文本 CONVERT (task_describe USING utf8) as task_describe, " 阅读全文
posted @ 2020-09-29 18:48 无情风中 阅读(676) 评论(0) 推荐(0) 编辑
摘要: jebkins自动部署1.安装jenkins工程到tomcat下2.浏览器开启jenkins工程 3.在浏览器中 配置新工程--新建要部署的工程--添加工程名--添加svn下载的工程路径--添加buil.xml配置文件 点击保存4.在服务器上jenkins工程job文件下生成新加工程文件夹5.在服务 阅读全文
posted @ 2017-05-24 18:39 无情风中 阅读(597) 评论(0) 推荐(0) 编辑
摘要: String path=DataSetController.class.getClassLoader().getResource("//").getPath()+"//client.conf"; 阅读全文
posted @ 2017-05-13 10:49 无情风中 阅读(191) 评论(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 无情风中 阅读(2896) 评论(0) 推荐(0) 编辑
摘要: js部分 var editor1;KindEditor.ready(function(K){ editor1 = K.create("textarea[id='content']",{ resizeType : 1, allowPreviewEmoticons: false, allowImageU 阅读全文
posted @ 2017-05-09 14:41 无情风中 阅读(278) 评论(0) 推荐(0) 编辑