摘要: <!--批量新增--><insert id="addBatch" parameterType="java.util.List"> insert into stati_alarm_amount_month (id,stati_year_month,stor_conf_id,alarm_amount,o 阅读全文
posted @ 2021-05-25 14:11 flyComeOn 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 一、vue代码 <template> <div class="main"> <div v-for="(item,index) in itemCategory" :key="index" :class="[index%2 0 ? 'wupina':' wupinb']"> <div v-if="ind 阅读全文
posted @ 2021-05-13 16:06 flyComeOn 阅读(3022) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <video id="my-video" class="video-js vjs-default-skin vjs-big-play-centered box" controls preload="none" > <source src="" type="appli 阅读全文
posted @ 2021-05-08 17:15 flyComeOn 阅读(900) 评论(0) 推荐(0) 编辑
摘要: 一、html代码 <!--插件 --><script src="/coalminehwaui/static/js/project/echartsdemo/js/lib/echarts/echarts.min.js"></script> <div class="row"> <!--三级培训和特种作业 阅读全文
posted @ 2020-03-24 11:45 flyComeOn 阅读(1904) 评论(0) 推荐(0) 编辑
摘要: 一、前端代码 toShare:function() { //判断选中状态 var ids =""; //判断选中状态 var num = 0; $(".checkbox").each(function () { if($(this).is(':checked')){ ids +=$(this).va 阅读全文
posted @ 2020-03-18 16:47 flyComeOn 阅读(1249) 评论(0) 推荐(0) 编辑
摘要: 描述:支持选择多个文件,目前限制最多上传5个文件 一、前端代码 1、html页面 <form id="fm" method="post" action="" enctype="multipart/form-data"> <div class="form-group"> <label >请选择上传文件 阅读全文
posted @ 2020-03-18 13:30 flyComeOn 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 实现的效果样式 一、bootstrap分页插件,bootstrap-paginator.js里面的内容是我自己修改之后的,可以再网上下载一个版本修改成自己的样式 /** * bootstrap-paginator.js v1.0 * -- * Copyright 2013 Yun Lai <lyon 阅读全文
posted @ 2020-03-17 15:56 flyComeOn 阅读(642) 评论(1) 推荐(0) 编辑
摘要: 一、前端代码 // 批量导出 toExport: function(){ //判断选中状态 var ids =""; var num = 0; $(".checkbox").each(function () { if($(this).is(':checked')){ ids +=$(this).va 阅读全文
posted @ 2020-03-15 16:56 flyComeOn 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 一、读取excel文件 /** * 读取excel * @param file * @return * @throws IOException */ public static List<List<Object>> readExcel(MultipartFile file) throws IOExc 阅读全文
posted @ 2020-03-15 16:47 flyComeOn 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 一、前端代码 //预览功能 preview: function () { //判断选中状态 var ids =""; var num = 0; $(".checkbox").each(function () { if($(this).is(':checked')){ ids +=$(this).va 阅读全文
posted @ 2020-03-15 16:31 flyComeOn 阅读(3693) 评论(0) 推荐(0) 编辑