上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 34 下一页
摘要: 今天实现接触数据库的Mapper类 package com.example.mapper; import com.example.pojo.Application; import com.example.pojo.Baoxiao; import com.example.pojo.Staff; imp 阅读全文
posted @ 2024-01-26 18:11 七安。 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 今天实现实体类 Result.java package com.example.pojo; /** * 统一响应结果封装类 */ public class Result { private Integer code;//1 成功 , 0 失败 private String msg; //提示信息 p 阅读全文
posted @ 2024-01-26 18:10 七安。 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 今天复习一下期末考试内容。 差旅费报销管理信息系统(50分) 1、项目背景: 随着企业规模的扩大和业务的复杂化,报销管理成为了企业日常运营中不可或缺的一环。为了提高效率和减少人力成本,许多企业开始引入报销系统来简化和优化报销流程。为了避免人力物力财力浪费、降低办公成本、提高办事效率,是企业领导关注的 阅读全文
posted @ 2024-01-26 18:07 七安。 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ROOT/addAgent.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>新增房产经纪人信息</title> <style> .form { width: 600px; margin: 0 aut 阅读全文
posted @ 2023-12-18 13:07 七安。 阅读(10) 评论(0) 推荐(0) 编辑
摘要: AGENT/agent.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>房产经纪人页面</title> <style> .form { width: 600px; margin: 0 auto; / 阅读全文
posted @ 2023-12-18 13:04 七安。 阅读(11) 评论(0) 推荐(0) 编辑
摘要: index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>用户登录</title> <style> button { display: block; margin-top: 10px; paddi 阅读全文
posted @ 2023-12-18 13:02 七安。 阅读(10) 评论(0) 推荐(0) 编辑
摘要: UserMapper package com.example.mapper; import com.example.pojo.Agent; import com.example.pojo.Customer; import com.example.pojo.House; import com.exam 阅读全文
posted @ 2023-12-18 13:01 七安。 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 后端代码 UserController package com.example.controller; import com.example.pojo.*; import com.example.service.UserService; import org.springframework.bean 阅读全文
posted @ 2023-12-18 12:59 七安。 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 石家庄铁道大学图书管理系统 1、项目需求: 图书馆管理系统,能进图书管理系统软件图书管理系统软件行图书馆管理系统能实测国民经济和企业的各种运行情况;利用过去的数据预测未来;从企业全局出发辅助企业进行管理决策;利用信息控制企业的行为;帮助企业实现其规划目标。 2.系统要求与功能设计 2.1 页面要求 阅读全文
posted @ 2023-12-18 12:57 七安。 阅读(13) 评论(0) 推荐(0) 编辑
摘要: STUDENT/student.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>学生管理页面</title> <style> .form { width: 600px; margin: 0 auto 阅读全文
posted @ 2023-12-18 12:56 七安。 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 34 下一页