摘要: 1.引用错了会报Uncaught ReferenceError: layui is not defined at toLogin:71 href 表示超文本引用(hypertext reference),在 link和a 等元素上使用。src 表示来源地址,在 img、script、iframe 等 阅读全文
posted @ 2021-11-15 18:50 java璀璨小菜鸟 阅读(705) 评论(0) 推荐(0)
摘要: 1.在jsp界面中 跳转 <select onchange="javascript:goPage(this.value);"> <%for(int i=1;i<=pageBean.getPageCount();i++){ %> <option <%=pageBean.getCurrentPage() 阅读全文
posted @ 2021-11-15 10:29 java璀璨小菜鸟 阅读(88) 评论(0) 推荐(0)
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ include file="/vbase/init.jsp" %> <%@ taglib uri="http://j 阅读全文
posted @ 2021-11-09 20:33 java璀璨小菜鸟 阅读(252) 评论(0) 推荐(0)
摘要: 一、excelUtil工具类 package com.velcro.kms.report.utils; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.hssf.util.CellRangeAddress; import o 阅读全文
posted @ 2021-11-05 16:19 java璀璨小菜鸟 阅读(88) 评论(0) 推荐(0)
摘要: 1.td标签文字居中:align="center"2.<a>标签点击后有下划线和字体变蓝色 .glideLine{ color: #527bc7; border-bottom: 3px solid #527bc7; padding-bottom: 5px;}3.鼠标悬浮后字体变蓝 a:hover{ 阅读全文
posted @ 2021-11-03 11:50 java璀璨小菜鸟 阅读(402) 评论(0) 推荐(0)
摘要: var org='1'; function curOrgUp(org){ var myChart = echarts.init(document.getElementById('container')); // 指定图表的配置项和数据 var option = { // 标题 title title 阅读全文
posted @ 2021-11-03 10:02 java璀璨小菜鸟 阅读(106) 评论(0) 推荐(0)
摘要: 1.jsp <div class="center-left"> <div class="center-left-title"> <%--<span><a href="/kms/knowledgeView/knowledgeDatas.do?type=1" >本月知识浏览前十排行</a></span> 阅读全文
posted @ 2021-11-02 09:52 java璀璨小菜鸟 阅读(350) 评论(0) 推荐(0)
摘要: 1、select * from sysLog where DateDiff(dd,creatDate,getdate())=0 //当天 2、SELECT * FROM sysLog where creatDate between dateadd(week, datediff(week,0,GETD 阅读全文
posted @ 2021-11-01 15:13 java璀璨小菜鸟 阅读(737) 评论(0) 推荐(0)
摘要: 1.jsp <span><a id="increment" class="addIncrement" name="increment" onclick="increments()">知识新增量</a></span> <span><a id="cumulation" onclick="cumulati 阅读全文
posted @ 2021-11-01 11:50 java璀璨小菜鸟 阅读(65) 评论(0) 推荐(0)
摘要: 一、echart官网下载js包:https://echarts.apache.org/zh/index.html 二、jsp页面 <div class="center-know"> <div class="center-left-title"> <span><a id="xzl" name="xzl 阅读全文
posted @ 2021-11-01 00:22 java璀璨小菜鸟 阅读(1737) 评论(0) 推荐(0)