权祖

2020年4月30日

列转行

摘要: USE [CoCo_Web] GO /****** Object: StoredProcedure [dbo].[proc_bi_netsales_report] Script Date: 2020/4/30 14:59:24 ******/ SET ANSI_NULLS ON GO SET QUO 阅读全文

posted @ 2020-04-30 15:02 IT磊哥 阅读(97) 评论(0) 推荐(0) 编辑

下拉框固定值数据回显

摘要: <div class="form-group"> <div class="select_div"> <input class="form-control" type="hidden" id="brands" th:value="${fikabivoidfinancereport.brand}"> < 阅读全文

posted @ 2020-04-30 14:52 IT磊哥 阅读(350) 评论(0) 推荐(0) 编辑

2019年12月13日

新旧版Excel导出

摘要: package com.coco.project.co.financereport.controller; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.ArrayList; impor 阅读全文

posted @ 2019-12-13 16:10 IT磊哥 阅读(155) 评论(0) 推荐(0) 编辑

进度条

摘要: 一、查询的时候: $.ajax({ beforeSend:function(){ $("#tableDiv").html('<h1 style="color:green">正在加载中,请稍后......' +'<img style="height:80px;width:80px" src="http 阅读全文

posted @ 2019-12-13 16:05 IT磊哥 阅读(193) 评论(0) 推荐(0) 编辑

2019年12月12日

收缩数据库命令

摘要: 一、收缩数据库日志命令:USE [master] GO ALTER DATABASE CoCo_sum SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE CoCo_sum SET RECOVERY SIMPLE GO USE CoCo_sum GO 阅读全文

posted @ 2019-12-12 16:25 IT磊哥 阅读(505) 评论(0) 推荐(0) 编辑

查询、导出防呆

摘要: <input type="submit" class="btn btn-primary" id="check" th:value="搜索"/> <input type="button" class="btn btn-success active" id="export" onclick="expor 阅读全文

posted @ 2019-12-12 11:18 IT磊哥 阅读(183) 评论(0) 推荐(0) 编辑

2019年11月29日

使用挂载盘上传图片,实现无刷新效果

摘要: 前端:<!DOCTYPE html> <html lang="zh_CN" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <meta charset="utf-8"> < 阅读全文

posted @ 2019-11-29 15:41 IT磊哥 阅读(173) 评论(0) 推荐(0) 编辑

系统登录首页信息维护

摘要: 系统登录首页常用案例: <body class="signin" > <audio src="/imgUpload/music.mp3" autoplay="true" loop="0"></audio> <!--背景音乐 --> <div class="signinpanel" id="signi 阅读全文

posted @ 2019-11-29 15:20 IT磊哥 阅读(395) 评论(0) 推荐(0) 编辑

导航