摘要: /***************************** 导入使用步骤 *********************************/ List<Map<String, Object>> analysisExcel = null;synchronized (this) { Map<Stri 阅读全文
posted @ 2021-07-05 20:21 w20200618 阅读(39) 评论(0) 推荐(0)
摘要: @PostMapping(value = "/exportAllDevice")public void exportAllDevice( @RequestHeader @NotBlank(message = "authorization不能为空") String authorization, @Re 阅读全文
posted @ 2021-07-05 20:14 w20200618 阅读(126) 评论(0) 推荐(0)
摘要: public class MyStringBuilder { private StringBuilder sb; public MyStringBuilder(){ sb = new StringBuilder(); } /** * 添加数据值 * @param obj * @return */ p 阅读全文
posted @ 2021-07-05 20:11 w20200618 阅读(65) 评论(0) 推荐(0)
摘要: public class AesUtil { public static final String UTF_8 = "UTF-8"; /** * 必须16位 */ private static final String S_KEY ="0123456789ABCDEF"; /** * 必须16位 * 阅读全文
posted @ 2021-07-05 20:09 w20200618 阅读(204) 评论(0) 推荐(0)
摘要: public class PageInfoUtil { /** * 获取分页结果 * * @param pageBase * @param totalRecord * @param objData * @return */ public static PageInfo getPageInfo(Pag 阅读全文
posted @ 2021-07-05 20:06 w20200618 阅读(88) 评论(0) 推荐(0)
摘要: @Data@Slf4j@Schema(description = "全局API统一返回结果类")public class Result<T> { /** * 状态码 0 成功 */ @Schema(description = "状态码 0 成功,其他--失败") private Integer co 阅读全文
posted @ 2021-07-05 20:04 w20200618 阅读(216) 评论(0) 推荐(0)
摘要: 1、引入pom<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version></dependency>2、增加swagger3配 阅读全文
posted @ 2021-07-05 11:49 w20200618 阅读(1638) 评论(0) 推荐(0)
摘要: 1、引入pom<dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.3</version></dependen 阅读全文
posted @ 2021-07-05 11:33 w20200618 阅读(46) 评论(0) 推荐(0)
摘要: 实现两头固定宽度,中间动态100%动态调整样例 <template> <div class="wrapper"> <div class="aside-left" style="min-width:170px;"> </div> <div class="main"> </div> <div class 阅读全文
posted @ 2021-07-05 10:51 w20200618 阅读(134) 评论(0) 推荐(0)
摘要: index.html中加载百度离线地图js <!-- 百度离线地图--><script type="text/javascript" src="/static/cdnnms/bmap/map_load.js"></script><script type="text/javascript" src=" 阅读全文
posted @ 2021-07-05 10:25 w20200618 阅读(3699) 评论(1) 推荐(0)
摘要: /*淘宝的样式初始化*/body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { ma 阅读全文
posted @ 2021-07-05 10:08 w20200618 阅读(82) 评论(0) 推荐(0)
摘要: /**************** 修改el-tree导航树节点样式*****************/.el-tree-node__content height 32px.el-tree-node font-size 14px.el-tree .el-tree-node__content back 阅读全文
posted @ 2021-07-05 10:04 w20200618 阅读(2868) 评论(0) 推荐(0)
摘要: setTreeCurrentKey (nodeKey) { if (nodeKey) { that.$refs.devTree.setCurrentKey(nodeKey) } else { that.$refs.devTree.setCurrentKey(null) } document.quer 阅读全文
posted @ 2021-07-05 09:58 w20200618 阅读(1013) 评论(0) 推荐(0)
摘要: /*********************** ContextMenu 使用说明************************************/ <jb-context-menu ref="contextMenu" class="right-menu" :target="contextM 阅读全文
posted @ 2021-07-05 09:52 w20200618 阅读(940) 评论(0) 推荐(0)