上一页 1 2 3 4 5 6 7 8 9 10 ··· 51 下一页
摘要: 1.创建EmployeeService.java(com.imooc.oa.service) package com.imooc.oa.service; import com.imooc.oa.entity.Employee; import com.imooc.oa.mapper.EmployeeM 阅读全文
posted @ 2022-12-10 17:29 李林林 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>慕课网办公OA系统</title> <!-- 引入样式 --> <link rel="stylesheet" type="text/c 阅读全文
posted @ 2022-12-10 17:17 李林林 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1.常用注解 2.使用流程 2.1 com.imooc.mybatis.dao包下创建接口 package com.imooc.mybatis.dao; import com.imooc.mybatis.dto.GoodsDTO; import com.imooc.mybatis.entity.Go 阅读全文
posted @ 2022-12-10 16:51 李林林 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1. goods.xml <!--INSERT INTO table--><!--VALUES ("a" , "a1" , "a2"),("b" , "b1" , "b2"),(....)--><insert id="batchInsert" parameterType="java.util.Lis 阅读全文
posted @ 2022-12-10 16:36 李林林 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1.在窗口中保存数据(login.html) sessionStorage.uid = json.data.user.userId; sessionStorage.eid = json.data.user.employeeId; <!DOCTYPE html> <html lang="en"> <h 阅读全文
posted @ 2022-12-08 21:50 李林林 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 1.将数据的展现形式变为图二 2.获取和用户相关的信息(com.imooc.oa.controller UserInfoServlet .java) package com.imooc.oa.controller; import com.imooc.oa.entity.Node; import co 阅读全文
posted @ 2022-12-08 21:17 李林林 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1.增加rbac.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-map 阅读全文
posted @ 2022-12-08 20:47 李林林 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1. pom.xml <dependency> <groupId>com.mchange</groupId> <artifactId>c3p0</artifactId> <version>0.9.5.4</version> </dependency> 2. 在com.imooc.mybatis.da 阅读全文
posted @ 2022-12-08 20:09 李林林 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 1.分页查询要面临的问题 2.使用流程 2.1 pom.xml <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>5.1.10</version> </ 阅读全文
posted @ 2022-12-08 19:45 李林林 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1.index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>慕课网办公OA系统</title> <!-- 引入样式 --> <link rel="stylesheet" type="text/c 阅读全文
posted @ 2022-12-07 22:32 李林林 阅读(34) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 51 下一页