11 2021 档案
摘要://本月 String sqlM=" and to_char(to_date(k.createdate,'yyyy-mm-dd hh24:mi:ss'),'mm')=to_char(sysdate,'mm')"; //本季 String sqlJ=" and to_char(to_date(k.cr
阅读全文
摘要:1.数据库的值如 逻辑写法 @Override public String findUserLevelName(int score) { List<ListBean> items = this.findSelectItemByTypeId("4028b181415432b90141545c8ea60
阅读全文
摘要:1.jsp <%@ page contentType="text/html; charset=UTF-8"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@taglib prefix="fn" uri="htt
阅读全文
摘要:idea加载springMVC项目+Jboss服务+jdk 1.7 1.project Structure 配置项目 2.modules 3.Libraries 4.Facets 5.Artifacts :重中之中:webapp要是在输出包中没有看到jsp文件就在Artifacts下加载direct
阅读全文
摘要:问题:点击页数无效,问题在总条数 1.前端分页传的是page,limit. 2.前端jq layui.use(['form', 'table'], function () { var $ = layui.jquery, form = layui.form, table = layui.table;
阅读全文
摘要:1.报错信息 org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/user/user
阅读全文
摘要:1.在th:href和th:src标签中()就相当于?
阅读全文
摘要:1.引用错了会报Uncaught ReferenceError: layui is not defined at toLogin:71 href 表示超文本引用(hypertext reference),在 link和a 等元素上使用。src 表示来源地址,在 img、script、iframe 等
阅读全文
摘要:1.在jsp界面中 跳转 <select onchange="javascript:goPage(this.value);"> <%for(int i=1;i<=pageBean.getPageCount();i++){ %> <option <%=pageBean.getCurrentPage()
阅读全文
摘要:<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ include file="/vbase/init.jsp" %> <%@ taglib uri="http://j
阅读全文
摘要:一、excelUtil工具类 package com.velcro.kms.report.utils; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.hssf.util.CellRangeAddress; import o
阅读全文
摘要:1.td标签文字居中:align="center"2.<a>标签点击后有下划线和字体变蓝色 .glideLine{ color: #527bc7; border-bottom: 3px solid #527bc7; padding-bottom: 5px;}3.鼠标悬浮后字体变蓝 a:hover{
阅读全文
摘要:var org='1'; function curOrgUp(org){ var myChart = echarts.init(document.getElementById('container')); // 指定图表的配置项和数据 var option = { // 标题 title title
阅读全文
摘要:1.jsp <div class="center-left"> <div class="center-left-title"> <%--<span><a href="/kms/knowledgeView/knowledgeDatas.do?type=1" >本月知识浏览前十排行</a></span>
阅读全文
摘要:1、select * from sysLog where DateDiff(dd,creatDate,getdate())=0 //当天 2、SELECT * FROM sysLog where creatDate between dateadd(week, datediff(week,0,GETD
阅读全文
摘要:1.jsp <span><a id="increment" class="addIncrement" name="increment" onclick="increments()">知识新增量</a></span> <span><a id="cumulation" onclick="cumulati
阅读全文
摘要:一、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
阅读全文