【文件属性】:
文件名称:bug解决思路.txt
文件大小:1KB
文件格式:TXT
更新时间:2022-07-02 08:24:17
springboot mybatis idea
package com.example.supplier.service;
import com.example.supplier.entity.User;
import java.util.List;
public interface UserService {
//查询全部
public List selectAll();
}
package com.example.supplier.dao;
import com.example.supplier.entity.SysLogInfo;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Repository
@Mapper
public interface SysLogInfoDao {
// 分页查询数据
List listSysLogInfo(Map map);
// 查询总数量
Integer getLogInfoCount(Map map);
}
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>创建组合</title>
[removed][removed]
[removed][removed]
</head>
<body
<div class="chose2" ms-controller="fenye" id="fenye">
<!--//数据-->
[removed]
var yema=document.getElementById("yema");
//<![CDATA[
function fun(){
var top=[[${top}]];
console.log(top);
for(var i=1;i<3;i++){
var a=document.createElement("a");
a.setAttribute("id",i);
a.innerText=i;
a.href="#";
a.
a. fun(){
change(this.id);
tian(this.id);
};
yema.appendChild(a);
}//生成前两个页码,这两个页码是始终都存在的
var span1=document.createElement("span");
span1.innerText="...";
span1.setAttribute("id","span1");
yema.appendChild(span1);//生成省略号,根据情况进行判断显示与否
for (var i = 3; i =5){
span1.style.display="";
}//如果是第5个页码以上,省略号将显示
else
span1.style.display="none";
for(var i=3;ivalue-2&&i
function change(flag){
viewmodel.number=flag;
viewmodel.request();
}
var viewmodel = avalon.define({
//id必须和页面上定义的ms-controller名字相同,否则无法控制页面
$id: "fenye",
number:1,
datalist: {},
request: function () {
$.ajax({
type: "POST",
url:"/data",
data:{"number":viewmodel.number},
success: function (data) {
viewmodel.datalist = data;
}
});
}
});
avalon.scan();
[removed]
</body>
</html>
<!--分页显示数据-->