首页 Java N075基于SSM/Java的银行报表平台的设计与实现
N075基于SSM/Java的银行报表平台的设计与实现
作品编号:1090
关注人气:1612
文件包括:设计源码+数据库+论文
设计大小:42.05 M
开发语言:Java
开发数据库:MySQL
开发环境:Eclipse+Tomcat8+JDK1.8
原价:900元
现价:90元
下载说明

本作品里面包括调试教程和开发工具和软件,可自行下载根据教程进行调试!

如需技术协助调试,本站收取50元作品调试费!点此申请调试

如果上面没有找到适合您需求的作品,您可联系我们为您定做,定做的作品完全按照您的功能需求来做,并且后期三包,包调试,包讲解,包修改直到通过为止。

  • 作品介绍
  • 项目目录
  • 论文目录
  • 论文预览

本银行报表平台系统有管理权限与员工权限,管理员权限包括负债表管理模块、角色管理模块、用户管理模块、部门管理模块、权限管理模块、资产表管理模块、员工管理模块。员工权限包括:资产表管理模块、负债表管理模块。

系统总体目标

(1)数据共享

推进银行报表平台系统的数据校验和数据共享规范化和制度化建设,对银行报表平台系统数据查询的精度和效率进行提升。

实现了银行报表平台系统业务的各种功能

本系统主要实现以下功能:

管理员

1、用户登录:进入主界面,管理员输入用户名和密码,进入页面进行相应的操作。

2、负债表管理:管理员进入对应的负债表管理界面,可以对负债表信息进行查看、删除操作。

3、角色管理:管理员进入对应的角色管理界面,管理员对角色信息进行增删改查管理。

4、用户管理:管理员进入对应的用户管理界面,管理员对用户信息进行增删改查管理,并支持密码修改功能。

5、部门管理:管理员进入对应的部门管理界面,管理员对部门信息进行添加、查看、删除管理。

6、权限管理:管理员进入对应的权限管理界面,管理员对权限信息进行添加、查看、删除管理。

7、资产表管理:管理员进入对应的资产表管理界面,可以对资产表信息进行查看、删除操作。

8、员工管理:管理员进入对应的员工管理界面,管理员对员工信息进行增删改查管理,并支持密码修改功能。

员工

1、用户登录:进入主界面,管理员输入用户名和密码,进入页面进行相应的操作。

2、资产表管理:员工进入对应的资产表管理界面,可以对我的资产表信息与部门资产表信息进行添加、查看、删除操作。

3、负债表管理:员工进入对应的负债表管理界面,可以对我的负债表信息与部门负债表信息进行添加、查看、删除操作。



N075基于SSM的银行报表平台的设计与实现N075基于SSM的银行报表平台的设计与实现N075基于SSM的银行报表平台的设计与实现N075基于SSM的银行报表平台的设计与实现N075基于SSM的银行报表平台的设计与实现N075基于SSM的银行报表平台的设计与实现
卷 软件 的文件夹 PATH 列表
卷序列号为 0008-B552
D:\TEST\源码
│  一键自动降低论文重复率.doc
│  基于JSP银行报表平台系统的开发与实现.doc
│  论文相似性检测报告(全文版).html
│  论文相似性检测报告(简明版).html
│  论文相似性检测报告(详细版).pdf
│  
└─4-10 JSP 银行报表平台
    │  .DS_Store
    │  banktable.sql
    │  
    └─银行报表平台系统
        │  .classpath
        │  .DS_Store
        │  .project
        │  
        ├─.settings
        │      .jsdtscope
        │      org.eclipse.jdt.core.prefs
        │      org.eclipse.wst.common.component
        │      org.eclipse.wst.common.project.facet.core.xml
        │      org.eclipse.wst.jsdt.ui.superType.container
        │      org.eclipse.wst.jsdt.ui.superType.name
        │      
        ├─build
        │  └─classes
        │      │  .DS_Store
        │      │  beans.xml
        │      │  jdbc.properties
        │      │  log4j.properties
        │      │  
        │      └─com
        │          │  .DS_Store
        │          │  
        │          └─yjkj
        │              │  .DS_Store
        │              │  
        │              └─framework
        │                  │  .DS_Store
        │                  │  
        │                  ├─base
        │                  │  │  .DS_Store
        │                  │  │  
        │                  │  ├─basemodel
        │                  │  │      BaseModel.class
        │                  │  │      BaseService.class
        │                  │  │      
        │                  │  ├─interceptor
        │                  │  │      SessionInterceptor.class
        │                  │  │      
        │                  │  ├─pager
        │                  │  │      Pager.class
        │                  │  │      
        │                  │  └─regular
        │                  │      │  Regular.class
        │                  │      │  
        │                  │      ├─date
        │                  │      │      CreatDate.class
        │                  │      │      FormatDate.class
        │                  │      │      OperaDate.class
        │                  │      │      
        │                  │      └─file
        │                  │              OperaFile.class
        │                  │              
        │                  └─rbac
        │                      │  .DS_Store
        │                      │  
        │                      ├─asset
        │                      │  ├─dao
        │                      │  │      AssetDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Asset.class
        │                      │  │      AssetMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      AssetServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          AssetService.class
        │                      │  │          
        │                      │  └─web
        │                      │          AssetController.class
        │                      │          
        │                      ├─debt
        │                      │  ├─dao
        │                      │  │      DebtDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Debt.class
        │                      │  │      DebtMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      DebtServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          DebtService.class
        │                      │  │          
        │                      │  └─web
        │                      │          DebtController.class
        │                      │          
        │                      ├─functionInfo
        │                      │  ├─dao
        │                      │  │      FunctionDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      FunctionInfo.class
        │                      │  │      FunctionMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      FunctionServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          FunctionService.class
        │                      │  │          
        │                      │  └─web
        │                      │          FunctionInfoController.class
        │                      │          
        │                      ├─functionRoleInfo
        │                      │  ├─dao
        │                      │  │      FunctionRoleRelDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      FunctionRoleRel.class
        │                      │  │      FunctionRoleRelMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      FunctionRoleServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          FunctionRoleService.class
        │                      │  │          
        │                      │  └─web
        │                      ├─notice
        │                      │  ├─dao
        │                      │  │      NoticeDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Notice.class
        │                      │  │      NoticeMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      NoticeServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          NoticeService.class
        │                      │  │          
        │                      │  └─web
        │                      │          NoticeController.class
        │                      │          
        │                      ├─recommend
        │                      │  ├─dao
        │                      │  │      RecommendDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      Recommend.class
        │                      │  │      RecommendMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      RecommendServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          RecommendService.class
        │                      │  │          
        │                      │  └─web
        │                      │          RecommendController.class
        │                      │          
        │                      ├─roleInfo
        │                      │  ├─dao
        │                      │  │      RoleInfoDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      RoleInfo.class
        │                      │  │      RoleMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      RoleInfoServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          RoleInfoService.class
        │                      │  │          
        │                      │  └─web
        │                      │          RoleInfoController.class
        │                      │          
        │                      ├─userInfo
        │                      │  │  .DS_Store
        │                      │  │  
        │                      │  ├─dao
        │                      │  │      UserInfoDao.class
        │                      │  │      
        │                      │  ├─model
        │                      │  │      UserInfo.class
        │                      │  │      UserMapper.xml
        │                      │  │      
        │                      │  ├─service
        │                      │  │  ├─impl
        │                      │  │  │      UserInfoServiceImpl.class
        │                      │  │  │      
        │                      │  │  └─inte
        │                      │  │          UserInfoService.class
        │                      │  │          
        │                      │  └─web
        │                      │          UserInfoController.class
        │                      │          
        │                      └─web
        │                              CommonController.class
        │                              RequestController.class
        │                              
        ├─src
        │  │  .DS_Store
        │  │  beans.xml
        │  │  jdbc.properties
        │  │  log4j.properties
        │  │  
        │  └─com
        │      │  .DS_Store
        │      │  
        │      └─yjkj
        │          │  .DS_Store
        │          │  
        │          └─framework
        │              │  .DS_Store
        │              │  
        │              ├─base
        │              │  │  .DS_Store
        │              │  │  
        │              │  ├─basemodel
        │              │  │      BaseModel.java
        │              │  │      BaseService.java
        │              │  │      
        │              │  ├─interceptor
        │              │  │      SessionInterceptor.java
        │              │  │      
        │              │  ├─pager
        │              │  │      Pager.java
        │              │  │      
        │              │  └─regular
        │              │      │  Regular.java
        │              │      │  
        │              │      ├─date
        │              │      │      CreatDate.java
        │              │      │      FormatDate.java
        │              │      │      OperaDate.java
        │              │      │      
        │              │      └─file
        │              │              OperaFile.java
        │              │              
        │              └─rbac
        │                  │  .DS_Store
        │                  │  
        │                  ├─asset
        │                  │  ├─dao
        │                  │  │      AssetDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Asset.java
        │                  │  │      AssetMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      AssetServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          AssetService.java
        │                  │  │          
        │                  │  └─web
        │                  │          AssetController.java
        │                  │          
        │                  ├─debt
        │                  │  ├─dao
        │                  │  │      DebtDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Debt.java
        │                  │  │      DebtMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      DebtServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          DebtService.java
        │                  │  │          
        │                  │  └─web
        │                  │          DebtController.java
        │                  │          
        │                  ├─functionInfo
        │                  │  ├─dao
        │                  │  │      FunctionDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      FunctionInfo.java
        │                  │  │      FunctionMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      FunctionServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          FunctionService.java
        │                  │  │          
        │                  │  └─web
        │                  │          FunctionInfoController.java
        │                  │          
        │                  ├─functionRoleInfo
        │                  │  ├─dao
        │                  │  │      FunctionRoleRelDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      FunctionRoleRel.java
        │                  │  │      FunctionRoleRelMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      FunctionRoleServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          FunctionRoleService.java
        │                  │  │          
        │                  │  └─web
        │                  ├─notice
        │                  │  ├─dao
        │                  │  │      NoticeDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Notice.java
        │                  │  │      NoticeMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      NoticeServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          NoticeService.java
        │                  │  │          
        │                  │  └─web
        │                  │          NoticeController.java
        │                  │          
        │                  ├─recommend
        │                  │  ├─dao
        │                  │  │      RecommendDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      Recommend.java
        │                  │  │      RecommendMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      RecommendServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          RecommendService.java
        │                  │  │          
        │                  │  └─web
        │                  │          RecommendController.java
        │                  │          
        │                  ├─roleInfo
        │                  │  ├─dao
        │                  │  │      RoleInfoDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      RoleInfo.java
        │                  │  │      RoleMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      RoleInfoServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          RoleInfoService.java
        │                  │  │          
        │                  │  └─web
        │                  │          RoleInfoController.java
        │                  │          
        │                  ├─userInfo
        │                  │  │  .DS_Store
        │                  │  │  
        │                  │  ├─dao
        │                  │  │      UserInfoDao.java
        │                  │  │      
        │                  │  ├─model
        │                  │  │      UserInfo.java
        │                  │  │      UserMapper.xml
        │                  │  │      
        │                  │  ├─service
        │                  │  │  ├─impl
        │                  │  │  │      UserInfoServiceImpl.java
        │                  │  │  │      
        │                  │  │  └─inte
        │                  │  │          UserInfoService.java
        │                  │  │          
        │                  │  └─web
        │                  │          UserInfoController.java
        │                  │          
        │                  └─web
        │                          CommonController.java
        │                          RequestController.java
        │                          
        └─WebContent
            │  .DS_Store
            │  
            ├─META-INF
            │      MANIFEST.MF
            │      
            └─WEB-INF
                │  .DS_Store
                │  spring-mvc.xml
                │  web.xml
                │  
                ├─css
                │  │  component.css
                │  │  demo.css
                │  │  intergral.css
                │  │  normalize.css
                │  │  snowstyle.css
                │  │  
                │  └─background
                │      │  default.css
                │      │  demo.css
                │      │  normalize.css
                │      │  
                │      ├─css
                │      │  │  base.css
                │      │  │  basic.css
                │      │  │  bootstrap-grid.min.css
                │      │  │  bootstrap.min.css
                │      │  │  buttons.css
                │      │  │  components.css
                │      │  │  css.css
                │      │  │  custom.css
                │      │  │  default.css
                │      │  │  font-awesome.min.css
                │      │  │  jquery-filer.css
                │      │  │  jquery.filer-dragdropbox-theme.css
                │      │  │  jquery.filer.css
                │      │  │  login.css
                │      │  │  lrtk.css
                │      │  │  normalize.css
                │      │  │  photosss.css
                │      │  │  reset.css
                │      │  │  select.css
                │      │  │  style.css
                │      │  │  style2222.css.bak
                │      │  │  sweetalert2.css
                │      │  │  tomorrow.css
                │      │  │  tooltip.css
                │      │  │  zyUpload.css
                │      │  │  
                │      │  ├─Font-Awesome
                │      │  │  ├─css
                │      │  │  │      font-awesome-ie7.css
                │      │  │  │      font-awesome-ie7.min.css
                │      │  │  │      font-awesome.css
                │      │  │  │      font-awesome.min.css
                │      │  │  │      
                │      │  │  └─font
                │      │  │          fontawesome-webfont.eot
                │      │  │          fontawesome-webfont.svg
                │      │  │          fontawesome-webfont.ttf
                │      │  │          fontawesome-webfont.woff
                │      │  │          FontAwesome.otf
                │      │  │          
                │      │  └─themes
                │      │          jquery.filer-dragdropbox-theme.css
                │      │          
                │      └─css2
                │              admin.css
                │              base.css
                │              computer.css
                │              css.css
                │              default.css
                │              flow.css
                │              page.css
                │              project.css
                │              reset.css
                │              rightinfo.css
                │              styles.css
                │              table_base.css
                │              table_file_list.css
                │              table_image.css
                │              title.css
                │              ul_classlist.css
                │              ul_image.css
                │              ul_image_2.css
                │              
                ├─doc
                │      会员张三于2018-04-03 10_29_13的合同信息.txt
                │      李四于2018-04-03 10_48_46的合同信息.txt
                │      
                ├─image
                │  │  .DS_Store
                │  │  demo-1-bg.jpg
                │  │  
                │  └─background
                │      │  .DS_Store
                │      │  
                │      └─images
                │          │  001.jpg
                │          │  1.png
                │          │  404.png
                │          │  act.png
                │          │  add.png
                │          │  add_img.png
                │          │  bg.png
                │          │  bg_ptn.png
                │          │  btnbg.png
                │          │  btnbg1.png
                │          │  btnbg2.png
                │          │  btnbg3.png
                │          │  btnbg4.png
                │          │  buttonbg.png
                │          │  bz00.jpg
                │          │  bz01.jpg
                │          │  bz02.jpg
                │          │  c01.png
                │          │  c02.png
                │          │  c03.png
                │          │  cbg.png
                │          │  clist.png
                │          │  close.png
                │          │  close1.png
                │          │  cloud.png
                │          │  d01.png
                │          │  d02.png
                │          │  d03.png
                │          │  d04.png
                │          │  d05.png
                │          │  d06.png
                │          │  d07.png
                │          │  delete_blue.png
                │          │  delete_white.png
                │          │  diskbg.png
                │          │  dlJZ.png
                │          │  dlJZCM.png
                │          │  dlLOGO.png
                │          │  dlTB.png
                │          │  dlWJJ.png
                │          │  dLWMKZ.png
                │          │  dlXQ.png
                │          │  dlym.jpg
                │          │  dp.png
                │          │  f01.png
                │          │  f02.png
                │          │  f03.png
                │          │  f04.png
                │          │  f05.png
                │          │  f06.png
                │          │  fjt.png
                │          │  help.png
                │          │  i01.png
                │          │  i02.png
                │          │  i03.png
                │          │  i04.png
                │          │  i05.png
                │          │  i06.png
                │          │  i07.png
                │          │  i08.png
                │          │  i09.png
                │          │  iadd.png
                │          │  ibtnbg.png
                │          │  ico01.png
                │          │  ico02.png
                │          │  ico03.png
                │          │  ico04.png
                │          │  ico05.png
                │          │  ico06.png
                │          │  icon.png
                │          │  icon01.png
                │          │  icon02.png
                │          │  icon03.png
                │          │  icon04.png
                │          │  icon05.png
                │          │  icon06.png
                │          │  icon07.png
                │          │  icon08.png
                │          │  icon09.png
                │          │  icon10.png
                │          │  icon11.png
                │          │  icon12.png
                │          │  icon13.png
                │          │  icon14.png
                │          │  icon15.png
                │          │  icon16.png
                │          │  icon17.png
                │          │  icon18.png
                │          │  img01.png
                │          │  img02.png
                │          │  img03.png
                │          │  img04.png
                │          │  img05.png
                │          │  img06.png
                │          │  img07.png
                │          │  img08.png
                │          │  img09.png
                │          │  img10.png
                │          │  img11.png
                │          │  img12.png
                │          │  img13.png
                │          │  img14.png
                │          │  img15.png
                │          │  imgbox-bg-e.png
                │          │  imgbox-bg-n.png
                │          │  imgbox-bg-ne.png
                │          │  imgbox-bg-nw.png
                │          │  imgbox-bg-s.png
                │          │  imgbox-bg-se.png
                │          │  imgbox-bg-sw.png
                │          │  imgbox-bg-w.png
                │          │  imgbox-close.png
                │          │  imgbox-spinner.gif
                │          │  info.png
                │          │  inputbg.gif
                │          │  itabbg.png
                │          │  itabbg1.png
                │          │  jszc.png
                │          │  jtx.png
                │          │  l01.png
                │          │  l02.png
                │          │  l03.png
                │          │  l04.png
                │          │  lbg.png
                │          │  lbg1.png
                │          │  lc00.png
                │          │  lc01.png
                │          │  lc02.png
                │          │  lc03.png
                │          │  lc04.png
                │          │  lc05.png
                │          │  lc06.png
                │          │  leftico.png
                │          │  leftico01.png
                │          │  leftico02.png
                │          │  leftico03.png
                │          │  leftico04.png
                │          │  leftline.gif
                │          │  leftmenubg.gif
                │          │  lefttop.gif
                │          │  libg.png
                │          │  light.png
                │          │  light1.png
                │          │  line.gif
                │          │  line1.png
                │          │  list.gif
                │          │  list1.gif
                │          │  list2.png
                │          │  loginbg1.png
                │          │  loginbg2.png
                │          │  loginbg3.png
                │          │  loginbg4.png
                │          │  logininfo.png
                │          │  logininfo1.png
                │          │  logininfo2.png
                │          │  logininfo3.png
                │          │  loginlogo.png
                │          │  loginpassword.png
                │          │  loginsj.png
                │          │  loginuser.png
                │          │  login_icon1.gif
                │          │  login_icon2.gif
                │          │  logo.png
                │          │  msg.png
                │          │  navbg.png
                │          │  next.gif
                │          │  photo_unavailable_m.gif
                │          │  pre.gif
                │          │  px.gif
                │          │  rain-bg.jpg
                │          │  righttop.gif
                │          │  rlist.gif
                │          │  sc.png
                │          │  search.png
                │          │  sj.png
                │          │  sub-menu-icon.png
                │          │  success.png
                │          │  sun.png
                │          │  t01.png
                │          │  t02.png
                │          │  t03.png
                │          │  t04.png
                │          │  t05.png
                │          │  tabbg.gif
                │          │  Tachograph.png
                │          │  tbg.png
                │          │  tcbg.gif
                │          │  th.gif
                │          │  ticon.png
                │          │  time.png
                │          │  toolbg.gif
                │          │  top.jpg
                │          │  topbg.gif
                │          │  topleft.jpg
                │          │  topright.jpg
                │          │  ub1.png
                │          │  uew_icon.png
                │          │  uew_icon_hover.png
                │          │  ulist.png
                │          │  user.png
                │          │  userbg.png
                │          │  user_photo.jpg
                │          │  yzmbg.png
                │          │  zj.png
                │          │  微俱聚.png
                │          │  微国.png
                │          │  支付宝.png
                │          │  有娱.png
                │          │  网盟.png
                │          │  
                │          └─fileType
                │                  file.png
                │                  rar.png
                │                  txt.png
                │                  zip.png
                │                  
                ├─js
                │  │  demo-1.js
                │  │  EasePack.min.js
                │  │  html5.js
                │  │  rAF.js
                │  │  TweenLite.min.js
                │  │  
                │  └─background
                │      ├─commons
                │      │      hp_layer_helper-v0.1.js
                │      │      
                │      ├─editor
                │      │  │  kindeditor.js
                │      │  │  
                │      │  ├─plugins
                │      │  │  │  about.html
                │      │  │  │  flash.html
                │      │  │  │  image.html
                │      │  │  │  link.html
                │      │  │  │  media.html
                │      │  │  │  plainpaste.html
                │      │  │  │  remote_image.html
                │      │  │  │  wordpaste.html
                │      │  │  │  
                │      │  │  └─emoticons
                │      │  │          etc_01.gif
                │      │  │          etc_02.gif
                │      │  │          etc_03.gif
                │      │  │          etc_04.gif
                │      │  │          etc_05.gif
                │      │  │          etc_06.gif
                │      │  │          etc_07.gif
                │      │  │          etc_08.gif
                │      │  │          etc_09.gif
                │      │  │          etc_10.gif
                │      │  │          etc_11.gif
                │      │  │          etc_12.gif
                │      │  │          etc_13.gif
                │      │  │          etc_14.gif
                │      │  │          etc_15.gif
                │      │  │          etc_16.gif
                │      │  │          etc_17.gif
                │      │  │          etc_18.gif
                │      │  │          etc_19.gif
                │      │  │          etc_20.gif
                │      │  │          etc_21.gif
                │      │  │          etc_22.gif
                │      │  │          etc_23.gif
                │      │  │          etc_24.gif
                │      │  │          etc_25.gif
                │      │  │          etc_26.gif
                │      │  │          etc_27.gif
                │      │  │          etc_28.gif
                │      │  │          etc_29.gif
                │      │  │          etc_30.gif
                │      │  │          etc_31.gif
                │      │  │          etc_32.gif
                │      │  │          etc_33.gif
                │      │  │          etc_34.gif
                │      │  │          etc_35.gif
                │      │  │          etc_36.gif
                │      │  │          
                │      │  └─skins
                │      │          default.css
                │      │          default.gif
                │      │          div.gif
                │      │          dl.gif
                │      │          editor.css
                │      │          ol.gif
                │      │          p.gif
                │      │          tinymce.css
                │      │          tinymce.gif
                │      │          ul.gif
                │      │          
                │      ├─js
                │      │  │  admin.js
                │      │  │  bootstrap.min.js
                │      │  │  custom.js
                │      │  │  d.js
                │      │  │  demo.js
                │      │  │  echarts.min.js
                │      │  │  fancyzoom.js
                │      │  │  format+zh_CN,default,corechart.I.js
                │      │  │  image_list.js
                │      │  │  jquery-1.11.3.min.js
                │      │  │  jquery-1.4.4.min.js
                │      │  │  jquery-1.7.2.js
                │      │  │  jquery-2.1.1.min.js
                │      │  │  jquery-3.1.0.min.js
                │      │  │  jquery.ba-resize.min.js
                │      │  │  jquery.filer.js
                │      │  │  jquery.filer.min.js
                │      │  │  jquery.gvChart-1.0.1.min.js
                │      │  │  jquery.idTabs.min.js
                │      │  │  jquery.imgbox.pack.js
                │      │  │  jquery.js
                │      │  │  jquery.min.js
                │      │  │  jquery.tabso_yeso.js
                │      │  │  jsapi.js
                │      │  │  PIE.htc
                │      │  │  prettify.js
                │      │  │  scripts.js
                │      │  │  select-ui.min.js
                │      │  │  stopExecutionOnTimeout.js
                │      │  │  sweetalert2.js
                │      │  │  tooltip.js
                │      │  │  underscore-1.8.3.js
                │      │  │  zyFile.js
                │      │  │  
                │      │  └─laydate
                │      │      │  JS日历控件特效代码layDate - JS代码网.webarchive
                │      │      │  laydate.js
                │      │      │  
                │      │      ├─need
                │      │      │      laydate.css
                │      │      │      
                │      │      └─skins
                │      │          ├─dahong
                │      │          │      icon.png
                │      │          │      laydate.css
                │      │          │      
                │      │          ├─danlan
                │      │          │      icon.png
                │      │          │      laydate.css
                │      │          │      
                │      │          ├─default
                │      │          │      icon.png
                │      │          │      laydate.css
                │      │          │      
                │      │          ├─qianhuang
                │      │          │      icon.png
                │      │          │      laydate.css
                │      │          │      
                │      │          ├─yahui
                │      │          │      icon.png
                │      │          │      laydate.css
                │      │          │      
                │      │          └─yalan
                │      │                  icon.png
                │      │                  laydate.css
                │      │                  
                │      └─layer
                │          │  demo.html
                │          │  layer.js
                │          │  
                │          └─skin
                │              │  layer.css
                │              │  
                │              └─default
                │                      icon-ext.png
                │                      icon.png
                │                      loading-0.gif
                │                      loading-1.gif
                │                      loading-2.gif
                │                      
                ├─jsp
                │      .DS_Store
                │      Asset.jsp
                │      AssetAdd.jsp
                │      AssetTable.jsp
                │      Debt.jsp
                │      DebtAdd.jsp
                │      DebtTable.jsp
                │      Employee.jsp
                │      EmployeeAdd.jsp
                │      EmployeeTable.jsp
                │      Failed.jsp
                │      footer.jsp
                │      Function.jsp
                │      FunctionAdd.jsp
                │      FunctionTable.jsp
                │      iframemain.jsp
                │      index.jsp
                │      Login.jsp
                │      MyAssetTable.jsp
                │      MyDebtTable.jsp
                │      Notice.jsp
                │      PassUpdate.jsp
                │      Recommend.jsp
                │      RecommendAdd.jsp
                │      RecommendAssetTable.jsp
                │      RecommendDebtTable.jsp
                │      RecommendTable.jsp
                │      Role.jsp
                │      RoleAdd.jsp
                │      RoleTable.jsp
                │      Success.jsp
                │      top.jsp
                │      User.jsp
                │      UserAdd.jsp
                │      UserTable.jsp
                │      
                ├─lib
                │      aopalliance-1.0.jar
                │      aspectjrt.jar
                │      aspectjweaver-1.8.6.jar
                │      commons-fileupload-1.3.1.jar
                │      commons-io-2.4.jar
                │      commons-lang3-3.4.jar
                │      commons-logging-1.2.jar
                │      dom4j-1.6.1.jar
                │      druid-1.0.23.jar
                │      freemarker-2.3.24-incubating.jar
                │      jackson-annotations-2.8.1.jar
                │      jackson-core-2.8.1.jar
                │      jackson-databind-2.8.1.jar
                │      JDBC.jar
                │      jstl-1.2.jar
                │      log4j-1.2.17.jar
                │      mybatis-3.4.1.jar
                │      mybatis-spring-1.3.0.jar
                │      mysql-connector-java-5.1.39.jar
                │      ojdbc8.jar
                │      poi-3.7-20101029.jar
                │      poi-ooxml-3.7-20101029.jar
                │      poi-ooxml-schemas-3.7-20101029.jar
                │      spring-aop-4.3.3.RELEASE.jar
                │      spring-aspects-4.3.3.RELEASE.jar
                │      spring-beans-4.3.3.RELEASE.jar
                │      spring-context-4.3.3.RELEASE.jar
                │      spring-context-support-4.3.3.RELEASE.jar
                │      spring-core-4.3.3.RELEASE.jar
                │      spring-expression-4.3.3.RELEASE.jar
                │      spring-instrument-4.3.3.RELEASE.jar
                │      spring-jdbc-4.3.3.RELEASE.jar
                │      spring-jms-4.3.3.RELEASE.jar
                │      spring-messaging-4.3.3.RELEASE.jar
                │      spring-orm-4.3.3.RELEASE.jar
                │      spring-oxm-4.3.3.RELEASE.jar
                │      spring-test-4.3.3.RELEASE.jar
                │      spring-tx-4.3.3.RELEASE.jar
                │      spring-web-4.3.3.RELEASE.jar
                │      spring-webmvc-4.3.3.RELEASE.jar
                │      spring-websocket-4.3.3.RELEASE.jar
                │      standard-1.1.2.jar
                │      xmlbeans-2.6.0.jar
                │      
                ├─model
                │      平台信息.xlsx
                │      海关资料管理.xlsx
                │      集输站库.xlsx
                │      
                └─upload
                        card2018-04-04.sql
                        吉林财经大学学生毕业实习档案模板.doc
                        平台信息.xlsx
                        海关资料管理.xlsx
                        海油安全管理系统.doc
                        集输站库.xlsx
                        

目  录
摘  要I
AbstractII
前  言    3
第1章  绪论    4
1.1  项目背景    4
1.2  课题研究意义    4
1.3  本课题主要工作    4
第2章  系统相关技术    6
2.1  JSP技术简介    6
2.2  MYSQL数据库简介    6
2.3  本章小结    7
第3章  系统需求分析及可行性分析    8
3.1  系统总体目标    8
3.2  系统可行性分析    9
3.3  系统非功能需求分析    10
第4章  系统设计与实现    11
4.1  系统总体设计    11
4.1.1  系统目标    11
4.1.2  系统设计原则    11
4.1.3  系统结构框架    11
4.2  业务流程分析    12
4.3  处理流程设计    13
4.4  数据库设计    16
4.4.1  数据库的选定    16
4.4.2  E-R图    17
4.4.3  数据库逻辑设计    19
第5章  系统详细设计与实现    22
5.1  系统登录实现    22
5.2  管理员模块实现    22
5.2.1负债表管理管理    22
5.2.2角色管理    23
5.2.3用户管理    23
5.2.4部门管理    24
5.2.5权限管理    25
5.2.6资产表管理    25
5.2.7员工管理    26
5.3  员工模块实现    27
5.3.1我的资产表    27
5.3.2部门资产表    27
5.3.3我的负债表    28
5.3.4部门负债表    28
第6章  系统测试    30
6.1  功能测试    30
6.2  可用性测试    31
6.3  测试结果分析    31
6.4  系统的优点和缺点    31
总  结    33
参考文献    34
致 谢    35


标签:资产负债表,资产报表,银行管理系统

  • 专注毕业设计源码作品
  • 毕业设计源码论文全套
  • 每件作品均测试后上线
  • 提供所有教程和软件下载

Copyright © 2008-2024 jsjbysjw.com . All Rights Reserved. 备案号:苏ICP备2021056683号-4

  • 联系QQ:81677093
  • 微信:bysj1950