在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 银行存储数据库管理系统.rar

银行存储数据库管理系统.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.20M
  • 下载次数:5
  • 浏览次数:78
  • 发布时间:2021-12-03
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
银行存储数据库管理系统用c#做的 里面比较完整,代码 报告 整个系统都有 还有说明 希望大家切磋切磋
【实例截图】
【核心代码】
4744302543308652692.rar
├── readme.txt
├── 银行存储系统
│   ├── admin_Login.cs
│   ├── admin_Login.Designer.cs
│   ├── admin_Login.resx
│   ├── app.config
│   ├── BaseClass
│   │   ├── sqlBaseClass.cs
│   │   └── usedClass.cs
│   ├── BaseInfo
│   │   ├── cardInfo.cs
│   │   ├── cardInfo.Designer.cs
│   │   ├── cardInfo.resx
│   │   ├── cardManagement.cs
│   │   ├── cardManagement.Designer.cs
│   │   ├── cardManagement.resx
│   │   ├── openNewCard.cs
│   │   ├── openNewCard.Designer.cs
│   │   ├── openNewCard.resx
│   │   ├── operatorInfo.cs
│   │   ├── operatorInfo.Designer.cs
│   │   ├── operatorInfo.resx
│   │   ├── userInfo.cs
│   │   ├── userInfo.Designer.cs
│   │   └── userInfo.resx
│   ├── bin
│   │   └── Debug
│   │   ├── IrisSkin2.dll
│   │   ├── kiteBlue.ssk
│   │   ├── System.Data.SqlServerCe.DLL
│   │   ├── zh-CHS
│   │   │   └── System.Data.SqlServerCe.resources.dll
│   │   ├── 银行存储系统.application
│   │   ├── 银行存储系统.exe
│   │   ├── 银行存储系统.exe.config
│   │   ├── 银行存储系统.exe.manifest
│   │   ├── 银行存储系统.pdb
│   │   ├── 银行存储系统.publish
│   │   │   ├── publish.htm
│   │   │   ├── setup.exe
│   │   │   ├── 银行存储系统_1_0_2_2
│   │   │   │   ├── HB.ico.deploy
│   │   │   │   ├── IrisSkin2.dll.deploy
│   │   │   │   ├── pic
│   │   │   │   │   ├── coin-copper.ico.deploy
│   │   │   │   │   ├── coin-gold.ico.deploy
│   │   │   │   │   ├── coin-silver.ico.deploy
│   │   │   │   │   ├── credit-card-a_32.ico.deploy
│   │   │   │   │   ├── credit-card-b_32.ico.deploy
│   │   │   │   │   ├── moneybag_32.ico.deploy
│   │   │   │   │   ├── Search.ico.deploy
│   │   │   │   │   ├── stock-ticker_32.ico.deploy
│   │   │   │   │   ├── sysinfo.ico.deploy
│   │   │   │   │   └── 备份.ico.deploy
│   │   │   │   ├── System.Data.SqlServerCe.DLL.deploy
│   │   │   │   ├── 银行存储系统.exe.config.deploy
│   │   │   │   ├── 银行存储系统.exe.deploy
│   │   │   │   └── 银行存储系统.exe.manifest
│   │   │   └── 银行存储系统.application
│   │   ├── 银行存储系统.vshost.application
│   │   ├── 银行存储系统.vshost.exe
│   │   ├── 银行存储系统.vshost.exe.config
│   │   └── 银行存储系统.vshost.exe.manifest
│   ├── DataBase
│   │   ├── bankmanage_log.LDF
│   │   └── bankmanage.mdf
│   ├── DataManagement
│   │   ├── DataRevert.cs
│   │   ├── DataRevert.Designer.cs
│   │   ├── DataRevert.resx
│   │   ├── DataStore.cs
│   │   ├── DataStore.Designer.cs
│   │   └── DataStore.resx
│   ├── HB.ico
│   ├── main.cs
│   ├── main.Designer.cs
│   ├── main.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── 银行存储系统.admin_Login.resources
│   │   │   ├── 银行存储系统.application
│   │   │   ├── 银行存储系统.BaseInfo.cardInfo.resources
│   │   │   ├── 银行存储系统.BaseInfo.cardManagement.resources
│   │   │   ├── 银行存储系统.BaseInfo.openNewCard.resources
│   │   │   ├── 银行存储系统.BaseInfo.operatorInfo.resources
│   │   │   ├── 银行存储系统.BaseInfo.userInfo.resources
│   │   │   ├── 银行存储系统.csproj.GenerateResource.Cache
│   │   │   ├── 银行存储系统.DataManagement.DataRevert.resources
│   │   │   ├── 银行存储系统.DataManagement.DataStore.resources
│   │   │   ├── 银行存储系统.exe
│   │   │   ├── 银行存储系统.exe.manifest
│   │   │   ├── 银行存储系统.main.resources
│   │   │   ├── 银行存储系统.operater_Login.resources
│   │   │   ├── 银行存储系统.Operational.cReports.resources
│   │   │   ├── 银行存储系统.Operational.current_saving.resources
│   │   │   ├── 银行存储系统.Operational.fixed_get.resources
│   │   │   ├── 银行存储系统.Operational.fixed_saving.resources
│   │   │   ├── 银行存储系统.Operational.fReport_get.resources
│   │   │   ├── 银行存储系统.Operational.fReports.resources
│   │   │   ├── 银行存储系统.Operational.Liquidation.resources
│   │   │   ├── 银行存储系统.pdb
│   │   │   ├── 银行存储系统.Properties.Resources.resources
│   │   │   ├── 银行存储系统.Query.queryInfo.resources
│   │   │   ├── 银行存储系统.Query.query.resources
│   │   │   ├── 银行存储系统.start.resources
│   │   │   ├── 银行存储系统.SystemManagement.changeCardPwd.resources
│   │   │   ├── 银行存储系统.SystemManagement.changeInterest.resources
│   │   │   ├── 银行存储系统.SystemManagement.changePwd.resources
│   │   │   ├── 银行存储系统.SystemManagement.lock.resources
│   │   │   ├── 银行存储系统.SystemManagement.systemInfo.resources
│   │   │   ├── 银行存储系统.TrustInfo.xml
│   │   │   ├── 银行存储系统.user_Login.resources
│   │   │   ├── 银行存储系统.user.query.resources
│   │   │   ├── 银行存储系统.user.save.resources
│   │   │   ├── 银行存储系统.user.useOperate.resources
│   │   │   └── 银行存储系统.welcome_Form.resources
│   │   └── 银行存储系统.csproj.FileListAbsolute.txt
│   ├── operater_Login.cs
│   ├── operater_Login.Designer.cs
│   ├── operater_Login.resx
│   ├── Operational
│   │   ├── cReports.cs
│   │   ├── cReports.Designer.cs
│   │   ├── cReports.resx
│   │   ├── current_saving.cs
│   │   ├── current_saving.Designer.cs
│   │   ├── current_saving.resx
│   │   ├── fixed_get.cs
│   │   ├── fixed_get.Designer.cs
│   │   ├── fixed_get.resx
│   │   ├── fixed_saving.cs
│   │   ├── fixed_saving.Designer.cs
│   │   ├── fixed_saving.resx
│   │   ├── fReport_get.cs
│   │   ├── fReport_get.Designer.cs
│   │   ├── fReport_get.resx
│   │   ├── fReports.cs
│   │   ├── fReports.Designer.cs
│   │   ├── fReports.resx
│   │   ├── Liquidation.cs
│   │   ├── Liquidation.Designer.cs
│   │   └── Liquidation.resx
│   ├── pic
│   │   ├── coin-copper.ico
│   │   ├── coin-gold.ico
│   │   ├── coin-silver.ico
│   │   ├── credit-card-a_32.ico
│   │   ├── credit-card-b_32.ico
│   │   ├── moneybag_32.ico
│   │   ├── Search.ico
│   │   ├── stock-ticker_32.ico
│   │   ├── sysinfo.ico
│   │   └── 备份.ico
│   ├── Program.cs
│   ├── Properties
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Query
│   │   ├── query.cs
│   │   ├── query.Designer.cs
│   │   ├── queryInfo.cs
│   │   ├── queryInfo.Designer.cs
│   │   ├── queryInfo.resx
│   │   └── query.resx
│   ├── Resources
│   │   ├── 003.bmp
│   │   ├── 004.png
│   │   ├── 005.bmp
│   │   ├── 008.bmp
│   │   ├── 009.bmp
│   │   ├── 016.png
│   │   ├── 017.png
│   │   ├── 018.png
│   │   ├── 035.png
│   │   ├── 067.png
│   │   ├── 070.png
│   │   ├── 071.png
│   │   ├── 111.png
│   │   ├── 1234561.bmp
│   │   ├── 123456.bmp
│   │   ├── 2003110174150834.jpg
│   │   ├── 20.png
│   │   ├── back.bmp
│   │   ├── backgrand.bmp
│   │   ├── Bottom_Click.bmp
│   │   ├── Bottom_Disable.bmp
│   │   ├── Bottom_MouseMove.bmp
│   │   ├── Bottom_Normal.bmp
│   │   ├── Error.png
│   │   ├── First_Click.bmp
│   │   ├── First_Disable.bmp
│   │   ├── First_MouseMove.bmp
│   │   ├── First_Normal.bmp
│   │   ├── Floppy.bmp
│   │   ├── ICO_Quest.bmp
│   │   ├── Next_Click.bmp
│   │   ├── Next_Disable.bmp
│   │   ├── Next_MouseMove.bmp
│   │   ├── Next_Normal.bmp
│   │   ├── Ok.png
│   │   ├── Previous_Click.bmp
│   │   ├── Previous_Disable.bmp
│   │   ├── Previous_MouseMove.bmp
│   │   ├── Previous_Normal.bmp
│   │   ├── Restart.png
│   │   ├── Right.png
│   │   ├── search2.bmp
│   │   ├── tyn-6.jpg
│   │   ├── white.bmp
│   │   ├── yellow_icon_023.png
│   │   ├── 银行存储管理系统1.bmp
│   │   ├── 银行存储管理系统.bmp
│   │   └── 银行存储管理系统-装载.bmp
│   ├── start.cs
│   ├── start.Designer.cs
│   ├── start.resx
│   ├── SystemManagement
│   │   ├── changeCardPwd.cs
│   │   ├── changeCardPwd.Designer.cs
│   │   ├── changeCardPwd.resx
│   │   ├── changeInterest.cs
│   │   ├── changeInterest.Designer.cs
│   │   ├── changeInterest.resx
│   │   ├── lock.cs
│   │   ├── lock.Designer.cs
│   │   ├── lock.resx
│   │   ├── systemInfo.cs
│   │   ├── systemInfo.Designer.cs
│   │   └── systemInfo.resx
│   ├── user
│   │   ├── changePwd.cs
│   │   ├── changePwd.Designer.cs
│   │   ├── changePwd.resx
│   │   ├── query.cs
│   │   ├── query.Designer.cs
│   │   ├── query.resx
│   │   ├── save.cs
│   │   ├── save.Designer.cs
│   │   ├── save.resx
│   │   ├── useOperate.cs
│   │   ├── useOperate.Designer.cs
│   │   └── useOperate.resx
│   ├── user_Login.cs
│   ├── user_Login.Designer.cs
│   ├── user_Login.resx
│   ├── welcome_Form.cs
│   ├── welcome_Form.Designer.cs
│   ├── welcome_Form.resx
│   ├── 银行存储系统.csproj
│   ├── 银行存储系统.csproj.user
│   └── 银行存储系统_TemporaryKey.pfx
├── 银行存储系统.sln
├── 银行存储系统.suo
└── 陈漫凯.doc

22 directories, 240 files

标签:

实例下载地址

银行存储数据库管理系统.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警