实例介绍
本资源为校内javaEE play framework框架大作业,欢迎大家下载!
【实例截图】
【核心代码】
学生信息管理
└── 学生信息管理
├── StudentAdmin
│ ├── app
│ │ ├── controllers
│ │ │ ├── Application.java
│ │ │ ├── Security.java
│ │ │ ├── Students.java
│ │ │ └── Teachers.java
│ │ ├── models
│ │ │ ├── Student.java
│ │ │ ├── Teacher.java
│ │ │ └── User.java
│ │ └── views
│ │ ├── Application
│ │ │ └── index.html
│ │ ├── errors
│ │ │ ├── 404.html
│ │ │ └── 500.html
│ │ ├── main.html
│ │ └── Students
│ │ ├── changename.html
│ │ ├── list.html
│ │ └── modifynamedone.html
│ ├── conf
│ │ ├── application.conf
│ │ ├── dependencies.yml
│ │ ├── messages
│ │ └── routes
│ ├── documentation
│ │ ├── files
│ │ │ ├── manual.css
│ │ │ └── wiki.css
│ │ ├── images
│ │ │ └── logo.png
│ │ ├── template.html
│ │ └── welcome.textile
│ ├── modules
│ │ ├── crud
│ │ ├── docviewer
│ │ └── secure
│ ├── public
│ │ ├── images
│ │ │ └── favicon.png
│ │ ├── javascripts
│ │ │ └── jquery-1.6.4.min.js
│ │ └── stylesheets
│ │ └── main.css
│ ├── StudentAdmin.iml
│ ├── StudentAdmin.ipr
│ ├── StudentAdmin.iws
│ ├── test
│ │ ├── Application.test.html
│ │ ├── ApplicationTest.java
│ │ ├── BasicTest.java
│ │ └── data.yml
│ └── tmp
│ ├── bytecode
│ │ └── DEV
│ │ ├── _app_views_Application_index.html
│ │ ├── _app_views_errors_404.html
│ │ ├── _app_views_errors_500.html
│ │ ├── _app_views_main.html
│ │ ├── _app_views_Students_changename.html
│ │ ├── _app_views_Students_list.html
│ │ ├── controllers.Application
│ │ ├── controllers.Check
│ │ ├── controllers.CRUD
│ │ ├── controllers.CRUD$Exclude
│ │ ├── controllers.CRUD$For
│ │ ├── controllers.CRUD$Hidden
│ │ ├── controllers.CRUD$ObjectType
│ │ ├── controllers.CRUD$ObjectType$ObjectField
│ │ ├── controllers.PlayDocumentation
│ │ ├── controllers.ProjectDocumentation
│ │ ├── controllers.Secure
│ │ ├── controllers.Secure$Security
│ │ ├── controllers.Security
│ │ ├── controllers.Student
│ │ ├── controllers.Students
│ │ ├── controllers.Teachers
│ │ ├── controllers.Users
│ │ ├── DocViewerPlugin
│ │ ├── helpers.CheatSheetHelper
│ │ ├── helpers.CheatSheetHelper$1
│ │ ├── helpers.CheatSheetHelper$2
│ │ ├── helpers.CheatSheetHelper$3
│ │ ├── helpers.CheatSheetHelper$4
│ │ ├── helpers.LangMenuHelper
│ │ ├── helpers.LangMenuHelper$1
│ │ ├── helpers.LangMenuHelper$LangMenu
│ │ ├── models.Student
│ │ ├── models.Teacher
│ │ ├── models.User
│ │ ├── models.Users
│ │ ├── _module_crud__app_views_CRUD_blank.html
│ │ ├── _module_crud__app_views_CRUD_index.html
│ │ ├── _module_crud__app_views_CRUD_layout.html
│ │ ├── _module_crud__app_views_CRUD_list.html
│ │ ├── _module_crud__app_views_CRUD_show.html
│ │ ├── _module_crud__app_views_tags_crud_custom.html
│ │ ├── _module_crud__app_views_tags_crud_form.html
│ │ ├── _module_crud__app_views_tags_crud_navigation.html
│ │ ├── _module_crud__app_views_tags_crud_pagination.html
│ │ ├── _module_crud__app_views_tags_crud_relationField.html
│ │ ├── _module_crud__app_views_tags_crud_search.html
│ │ ├── _module_crud__app_views_tags_crud_table.html
│ │ ├── _module_crud__app_views_tags_crud_textField.html
│ │ ├── _module_crud__app_views_tags_crud_types.tag
│ │ ├── _module_crud__conf_routes
│ │ ├── _module_secure__app_views_Secure_layout.html
│ │ ├── _module_secure__app_views_Secure_login.html
│ │ ├── _play__framework_templates_errors_404.txt
│ │ ├── _play__framework_templates_tags_404.html
│ │ ├── _play__framework_templates_tags_500.html
│ │ ├── _play__framework_templates_tags_welcome_en.html
│ │ └── _play__framework_templates_tags_welcome.html
│ └── classes
│ ├── controllers
│ │ ├── Application.class
│ │ ├── Check.class
│ │ ├── CRUD$Exclude.class
│ │ ├── CRUD$For.class
│ │ ├── CRUD$Hidden.class
│ │ ├── CRUD$ObjectType$ObjectField.class
│ │ ├── CRUD$ObjectType.class
│ │ ├── CRUD.class
│ │ ├── PlayDocumentation.class
│ │ ├── ProjectDocumentation.class
│ │ ├── Secure$Security.class
│ │ ├── Secure.class
│ │ ├── Security.class
│ │ ├── Student.class
│ │ ├── Students.class
│ │ ├── Teachers.class
│ │ └── Users.class
│ ├── DocViewerPlugin.class
│ ├── helpers
│ │ ├── CheatSheetHelper$1.class
│ │ ├── CheatSheetHelper$2.class
│ │ ├── CheatSheetHelper$3.class
│ │ ├── CheatSheetHelper$4.class
│ │ ├── CheatSheetHelper.class
│ │ ├── LangMenuHelper$1.class
│ │ ├── LangMenuHelper$LangMenu.class
│ │ └── LangMenuHelper.class
│ ├── models
│ │ ├── Student.class
│ │ ├── Teacher.class
│ │ ├── User.class
│ │ └── Users.class
│ ├── production
│ │ └── StudentAdmin
│ │ ├── controllers
│ │ │ ├── Application.class
│ │ │ ├── Check.class
│ │ │ ├── CRUD$Exclude.class
│ │ │ ├── CRUD$For.class
│ │ │ ├── CRUD$Hidden.class
│ │ │ ├── CRUD$ObjectType$ObjectField.class
│ │ │ ├── CRUD$ObjectType.class
│ │ │ ├── CRUD.class
│ │ │ ├── PlayDocumentation.class
│ │ │ ├── ProjectDocumentation.class
│ │ │ ├── Secure$Security.class
│ │ │ ├── Secure.class
│ │ │ └── Students.class
│ │ ├── DocViewerPlugin.class
│ │ ├── helpers
│ │ │ ├── CheatSheetHelper$1.class
│ │ │ ├── CheatSheetHelper$2.class
│ │ │ ├── CheatSheetHelper$3.class
│ │ │ ├── CheatSheetHelper$4.class
│ │ │ ├── CheatSheetHelper.class
│ │ │ ├── LangMenuHelper$1.class
│ │ │ ├── LangMenuHelper$LangMenu.class
│ │ │ └── LangMenuHelper.class
│ │ ├── META-INF
│ │ │ └── StudentAdmin.kotlin_module
│ │ ├── models
│ │ │ ├── Student.class
│ │ │ └── User.class
│ │ ├── play.plugins
│ │ └── views
│ │ ├── Application
│ │ │ └── index.html
│ │ ├── CRUD
│ │ │ ├── blank.html
│ │ │ ├── index.html
│ │ │ ├── layout.html
│ │ │ ├── list.html
│ │ │ └── show.html
│ │ ├── errors
│ │ │ ├── 404.html
│ │ │ └── 500.html
│ │ ├── main.html
│ │ ├── PlayDocumentation
│ │ │ ├── cheatSheet.html
│ │ │ ├── page.html
│ │ │ └── releases.html
│ │ ├── Secure
│ │ │ ├── layout.html
│ │ │ └── login.html
│ │ └── tags
│ │ ├── crud
│ │ │ ├── checkField.html
│ │ │ ├── custom.html
│ │ │ ├── dateField.html
│ │ │ ├── enumField.html
│ │ │ ├── fileField.html
│ │ │ ├── form.html
│ │ │ ├── hiddenField.html
│ │ │ ├── longtextField.html
│ │ │ ├── navigation.html
│ │ │ ├── numberField.html
│ │ │ ├── pagination.html
│ │ │ ├── passwordField.html
│ │ │ ├── relationField.html
│ │ │ ├── search.html
│ │ │ ├── serializedTextField.html
│ │ │ ├── table.html
│ │ │ ├── textField.html
│ │ │ └── types.tag
│ │ └── secure
│ │ └── check.tag
│ └── test
│ └── StudentAdmin
│ ├── ApplicationTest.class
│ ├── Application.test.html
│ ├── BasicTest.class
│ └── data.yml
└── 截图
├── 信息管理界面.png
├── 学生列表.png
├── 密码输入错误.png
├── 教师列表.png
├── 添加学生信息.png
├── 添加教师信息.png
├── 登录.png
├── 登陆成功.png
├── 编辑学生信息.png
└── 编辑教师信息.png
44 directories, 197 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论