Initial commit

This commit is contained in:
Cynicism 2021-10-19 16:20:39 +08:00
parent 7725915f0d
commit 52461a58d0
1 changed files with 19 additions and 19 deletions

View File

@ -38,7 +38,7 @@
本**系统的层次图**如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/fde4bd2c54a3df3c892ea3233911831e.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/fde4bd2c54a3df3c892ea3233911831e.writebug)
# 2 数据库设计
@ -46,7 +46,7 @@
为了实现系统功能本系统需要设计7个数据表对应的实体关系图如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/e27f6a7eda6b5617ef7ea6de8c327a5c.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/e27f6a7eda6b5617ef7ea6de8c327a5c.writebug)
## 2.2 表结构设计
@ -101,13 +101,13 @@
求职者登录界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/0e42d1f607eac50ea038cd0a8eb3471e.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/0e42d1f607eac50ea038cd0a8eb3471e.writebug)
登录后从数据库中读取求职者信息并存储到Seeker对象中。然后将进入求职者权限界面并可以选择求职者的菜单。
求职者欢迎界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/3c24fc811e50b7858881fa3f7e57fa9c.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/3c24fc811e50b7858881fa3f7e57fa9c.writebug)
求职者登录界面模块中的主要代码如下:
@ -149,13 +149,13 @@
简历展示界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/c7b9b8e034c355e98e0dc493563de862.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/c7b9b8e034c355e98e0dc493563de862.writebug)
当点击编辑键时,会展示事先设置好的编辑样式,点击更新后自动根据绑定的数据源更新到数据库。
编辑简历界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/cb26f7452c54929f87763216b41d3167.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/cb26f7452c54929f87763216b41d3167.writebug)
## 3.3 职位市场
@ -163,13 +163,13 @@
职位市场界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/d2e84e7b8cc6da71779cf561557ee637.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/d2e84e7b8cc6da71779cf561557ee637.writebug)
投递简历时首先将隐藏的对话框展示出来等待用户确认确认后将复选框选中的ID求职者的ID和当前的时间存储到数据库。
投递确认的对话框如下图所示
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/8ca96093606076490ff7fc7ac1b06d05.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/8ca96093606076490ff7fc7ac1b06d05.writebug)
展示职位的界面主要代码如下:
@ -226,13 +226,13 @@
公司登录界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/e9de321ac834d4ddb25ade9a98b14715.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/e9de321ac834d4ddb25ade9a98b14715.writebug)
成功登录后从数据库中读取公司信息并存储到Company对象中然后将进入公司权限界面并可以查看公司的菜单。
成功登录界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/f3c7e7b34558d99ef66b6ae0e98d70d3.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/f3c7e7b34558d99ef66b6ae0e98d70d3.writebug)
公司登录界面模块中的主要代码如下:
@ -274,13 +274,13 @@
公司信息展示界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/3689892f737934dc7bf7c92803d92fa4.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/3689892f737934dc7bf7c92803d92fa4.writebug)
当点击编辑键时展示修改的对话框。确定后先将改动的数据存储到Company对象然后用公司的方法封装类DCompany的方法将新的Company对象更新到数据库。
编辑公司详情界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/550730d4e9840688cffcb369851155cd.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/550730d4e9840688cffcb369851155cd.writebug)
公司修改详细信息的按钮事件代码如下:
@ -321,13 +321,13 @@
职位展示界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/4dca9ccce82c269c2da30f2ec8b780a7.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/4dca9ccce82c269c2da30f2ec8b780a7.writebug)
新建职位信息时首先将隐藏的新建对话框展示出来等待用户输入信息后点击确认按钮确认后通过职位的工具类DJob插入到数据库中。
新建职位界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/3b714fe40634f85d56dad00d06038521.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/3b714fe40634f85d56dad00d06038521.writebug)
公司职位展示界面主要代码如下:
@ -384,13 +384,13 @@
申请界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/e0b36b61237823a70f17f7c1621e4235.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/e0b36b61237823a70f17f7c1621e4235.writebug)
选择一个求职者后,跳转到简历界面,查看选中的求职者的简历。有同意和驳回两个选项。并且会分别给对方发送通知。
查看简历界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/976af20b3b705cbc2298a170d18fb99b.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/976af20b3b705cbc2298a170d18fb99b.writebug)
发送同意信息的按钮中的主要代码如下:
@ -467,11 +467,11 @@
查看录用人员的界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/095ac238cb76757ca8d005f0499d09e4.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/095ac238cb76757ca8d005f0499d09e4.writebug)
发送面试通知的界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/33aad433fb8a04b819b4bf919f5c4ba2.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/33aad433fb8a04b819b4bf919f5c4ba2.writebug)
展示录用人员的主要代码如下:
@ -531,7 +531,7 @@
信箱界面如下图所示。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/83293366d44ef9b0a1ee4ebe99cdd9a2.writebug)
![](http://www.writebug.com/myres/static/uploads/2021/10/19/83293366d44ef9b0a1ee4ebe99cdd9a2.writebug)
展示信息的主要代码如下: