自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 2021-07-23 项目实训-研究生管理系统

教师端毕业申请-毕业论文申请 1、.xml文件中的SQL语句 <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="com.sdu.postgraduate.entity.GraduatePaper" > select <include refid="Base_Column_List" /> from graduate_paper where grapape

2021-07-25 17:41:57 63

原创 2021-07-21 项目实训-研究生管理系统

教师端毕业申请-外审论文申请 1、.xml文件中的SQL语句 <select id="selectCommittedAllByTeacherIdAndState" resultMap="BaseResultMap"> select * from e_review_papers where tea_id = #{teaId,jdbcType=INTEGER} and state = #{state,jdbcType=VARCHAR} </s

2021-07-25 17:37:56 57

原创 2021-07-19 项目实训-研究生管理系统

教师端毕业申请-毕业申请 1、.xml文件中的SQL语句 <select id="selectCommittedAllByTeacherIdAndState" resultMap="BaseResultMap"> select * from graduate_request where tea_id = #{teaId,jdbcType=INTEGER} and state = #{state,jdbcType=VARCHAR} </

2021-07-25 17:32:27 70

原创 2021-07-15 项目实训-研究生管理系统

教师端出国申请-归国申请&归国变更申请 1、.xml文件中的SQL语句 <update id="updateByPrimaryKeySelective" parameterType="com.sdu.postgraduate.entity.Teacher" > update teacher <set > <if test="teaName != null" > tea_name = #{teaName,jdbcType=

2021-07-18 23:07:02 72

原创 2021-07-13 项目实训-研究生管理系统

教师端出国申请-国际会议申请 1、.xml文件中的SQL语句 <!-- 国际会议申请查询:根据教师id查询--> <select id="selectCommittedAllByTeacherIdAndState" resultMap="BaseResultMap"> select * from foreign_meeting where tea_id = #{teaId,jdbcType=IN

2021-07-18 23:02:22 53

原创 2021-07-12 项目实训-研究生管理系统

教师端出国申请-信息的加载和状态更新 1、SQL语句 <!-- 出国申请查询:根据教师id查询--> <select id="selectCommittedGoOutApplyByTeacherIdAndState" resultMap="BaseResultMap"> select * from go_out_apply where tea_id = #{teaId,jdbcType=INTEGER} and state = #

2021-07-18 22:57:48 50

原创 2021-07-09 项目实训-研究生管理系统

教师端个人信息更改功能 1、.xml文件中的SQL语句 <update id="updateByPrimaryKeySelective" parameterType="com.sdu.postgraduate.entity.Teacher" > update teacher <set > <if test="teaName != null" > tea_name = #{teaName,jdbcType=CHAR},

2021-07-11 20:22:45 55

原创 2021-07-08 项目实训-研究生管理系统

教师端教师查询功能 1、.xml文件中的SQL语句 <!-- 通过教师姓名&研究方向查询教师--> <select id="selective" parameterType="com.sdu.postgraduate.entity.Teacher" resultMap="BaseResultMap"> select * from teacher <trim prefix="where (" suffix=")" suffixOverrides=",

2021-07-11 20:13:58 65

原创 2021-07-05 项目实训-研究生管理系统

教师端培养方案查询功能 1、.xml文件中的SQL语句 <!-- 教师端:通过专业、学生类型、方案名、年度查询教学方案--> <select id="selective" parameterType="com.sdu.postgraduate.entity.StudyProject" resultMap="BaseResultMap"> select * from study_project <trim prefix="where (" suffix=")

2021-07-11 20:04:34 95

原创 2021-07-04 项目实训-研究生管理系统

教师实体基础功能的开发 1、一键生成batis实体类 参考https://blog.csdn.net/yangqinfeng1121/article/details/80183516 //1.1建立Teacher实体 package com.sdu.postgraduate.entity; import javax.persistence.Entity; import javax.persistence.Id; import java.util.Date; @Entity public class T

2021-07-04 15:04:57 95

原创 2021-07-01 项目实训-研究生管理系统

2021-7-1 项目实训-研究生管理系统 springboot项目的基础配置: 1、依赖注入 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> <

2021-07-04 14:51:15 84

原创 2021-6-28 项目实训-研究生管理系统

这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入 欢迎使用Markdown编辑器 你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Mar

2021-07-04 14:27:40 71

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除