在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#程序设计——大学生社团管理系统

C#程序设计——大学生社团管理系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.71M
  • 下载次数:20
  • 浏览次数:444
  • 发布时间:2020-10-28
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
课程资源分享,C#作业——大学生社团管理系统。根据.net三层架构设计。开发平台:vs2010,SQL serve 2008
【实例截图】
【核心代码】
C学生管理系统
└── C#学生管理系统
└── StudentClubMis02
├── BLL
│   ├── bin
│   │   └── Debug
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── BLL.csproj
│   ├── ClubBLL.cs
│   ├── ClubMemberBLL.cs
│   ├── DepartmentBLL.cs
│   ├── GradeBLL.cs
│   ├── MemberBLL.cs
│   ├── obj
│   │   └── Debug
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── ProfessionBLL.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── UserBLL.cs
├── DAL
│   ├── bin
│   │   └── Debug
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── ClubDAL.cs
│   ├── ClubMemberDAL.cs
│   ├── DAL.csproj
│   ├── DepartmentDAL.cs
│   ├── GradeDAL.cs
│   ├── MemberDAL.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── ProfessionDAL.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SqlHelper.cs
│   └── UserDAL.cs
├── Model
│   ├── bin
│   │   └── Debug
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Club.cs
│   ├── Model.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Model.csproj.FileListAbsolute.txt
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Student.cs
│   └── User.cs
├── StudentClubMis02
│   ├── Activity.cs
│   ├── bin
│   │   └── Debug
│   │   ├── StudentClubMis02.exe
│   │   ├── StudentClubMis02.pdb
│   │   ├── StudentClubMis02.vshost.exe
│   │   └── StudentClubMis02.vshost.exe.manifest
│   ├── ClassDiagram1.cd
│   ├── Club.cs
│   ├── ClubManage.cs
│   ├── IManage.cs
│   ├── Login.cs
│   ├── Menu.cs
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── StudentClubMis02.csproj.FileListAbsolute.txt
│   │   ├── StudentClubMis02.exe
│   │   └── StudentClubMis02.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── StudentClubMis02.csproj
│   ├── Student.cs
│   ├── StudentInfo.cs
│   ├── StudentManage.cs
│   ├── SubMenu.cs
│   ├── Test.cs
│   └── TypeConvert.cs
├── StudentClubMis02.sln
├── StudentClubMis02.suo
└── StudentClubMisApp02
├── ADONET
│   ├── FrmClubManageDB.cs
│   ├── FrmClubManageDB.Designer.cs
│   ├── FrmClubManageDB.resx
│   ├── FrmClubMemberEnquiryDB.cs
│   ├── FrmClubMemberEnquiryDB.Designer.cs
│   ├── FrmClubMemberEnquiryDB.resx
│   ├── FrmLoginDB.cs
│   ├── FrmLoginDB.Designer.cs
│   ├── FrmLoginDB.resx
│   ├── FrmMemberManageDB.cs
│   ├── FrmMemberManageDB.Designer.cs
│   ├── FrmMemberManageDB.resx
│   ├── FrmMyQQ.cs
│   ├── FrmMyQQ.Designer.cs
│   ├── FrmMyQQ.resx
│   ├── FrmUpdatePwdDB.cs
│   ├── FrmUpdatePwdDB.Designer.cs
│   └── FrmUpdatePwdDB.resx
├── bin
│   └── Debug
│   ├── BLL.dll
│   ├── BLL.pdb
│   ├── DAL.dll
│   ├── DAL.pdb
│   ├── Model.dll
│   ├── Model.pdb
│   ├── pic
│   │   ├── 0.PNG
│   │   ├── 111111.jpg
│   │   ├── 1112222.jpg
│   │   ├── 111.jpg
│   │   ├── 123.jpg
│   │   ├── 12.jpg
│   │   ├── 188.jpg
│   │   ├── 1.jpg
│   │   ├── 1.PNG
│   │   ├── 22.jpg
│   │   ├── 2.png
│   │   ├── 3.PNG
│   │   ├── 4.png
│   │   ├── 5.PNG
│   │   ├── 777.jpg
│   │   ├── 9i.jpg
│   │   ├── caomiaomiao.jpg
│   │   ├── guojing.jpg
│   │   ├── lixianbo.jpg
│   │   ├── orderA.jpg
│   │   ├── orderB.jpg
│   │   ├── panjunyi.jpg
│   │   ├── shenyang.jpg
│   │   ├── sujia.jpg
│   │   ├── sumeimei.jpg
│   │   ├── sunlin.jpg
│   │   ├── sunyuli.jpg
│   │   ├── tangxiaoxiao.jpg
│   │   ├── wanglijuan.jpg
│   │   ├── wangzhijun.jpg
│   │   ├── welcome.jpg
│   │   ├── welcome.png
│   │   ├── zhaobaoliang.jpg
│   │   ├── zhouyao.jpg
│   │   └── 唐笑笑.jpg
│   ├── StudentClubMisApp02.exe
│   ├── StudentClubMisApp02.pdb
│   └── StudentClubMisApp02.vshost.exe
├── Example
│   ├── Card.cs
│   ├── FrmATM.cs
│   ├── FrmATM.Designer.cs
│   ├── FrmATM.resx
│   ├── FrmOrder.cs
│   ├── FrmOrder.Designer.cs
│   ├── FrmOrder.resx
│   ├── FrmTest2.cs
│   ├── FrmTest2.Designer.cs
│   ├── FrmTest2.resx
│   ├── FrmTest.cs
│   ├── FrmTest.Designer.cs
│   ├── FrmTest.resx
│   ├── FrmTimer1.cs
│   ├── FrmTimer1.Designer.cs
│   ├── FrmTimer1.resx
│   ├── LocalCard.cs
│   └── OtherCard.cs
├── FrmClubManage.cs
├── FrmClubManage.Designer.cs
├── FrmClubManage.resx
├── FrmLogin.cs
├── FrmLogin.Designer.cs
├── FrmLogin.resx
├── FrmMain.cs
├── FrmMain.Designer.cs
├── FrmMain.resx
├── FrmMemberManage.cs
├── FrmMemberManage.Designer.cs
├── FrmMemberManage.resx
├── FrmNotepad.cs
├── FrmNotepad.Designer.cs
├── FrmNotepad.resx
├── FrmUpdatePwd.cs
├── FrmUpdatePwd.Designer.cs
├── FrmUpdatePwd.resx
├── FrmWelcome.cs
├── FrmWelcome.Designer.cs
├── FrmWelcome.resx
├── obj
│   └── x86
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GenerateResource.read.1.tlog
│   ├── GenerateResource.write.1.tlog
│   ├── ResolveAssemblyReference.cache
│   ├── StudentClubMisApp02.ADONET.FrmClubManageDB.resources
│   ├── StudentClubMisApp02.ADONET.FrmClubMemberEnquiryDB.resources
│   ├── StudentClubMisApp02.ADONET.FrmClubMemberEnquiry.resources
│   ├── StudentClubMisApp02.ADONET.FrmLoginDB.resources
│   ├── StudentClubMisApp02.ADONET.FrmMemberManageDB.resources
│   ├── StudentClubMisApp02.ADONET.FrmMyQQ.resources
│   ├── StudentClubMisApp02.ADONET.FrmUpdatePwdDB.resources
│   ├── StudentClubMisApp02.csproj.FileListAbsolute.txt
│   ├── StudentClubMisApp02.csproj.GenerateResource.Cache
│   ├── StudentClubMisApp02.csprojResolveAssemblyReference.cache
│   ├── StudentClubMisApp02.Example.FrmATM.resources
│   ├── StudentClubMisApp02.Example.FrmOrder.resources
│   ├── StudentClubMisApp02.Example.FrmTimer1.resources
│   ├── StudentClubMisApp02.exe
│   ├── StudentClubMisApp02.FrmClubManage.resources
│   ├── StudentClubMisApp02.FrmLogin.resources
│   ├── StudentClubMisApp02.FrmMain.resources
│   ├── StudentClubMisApp02.FrmMemberManage.resources
│   ├── StudentClubMisApp02.FrmNotepad.resources
│   ├── StudentClubMisApp02.FrmTest2.resources
│   ├── StudentClubMisApp02.FrmTest.resources
│   ├── StudentClubMisApp02.FrmUpdatePwd.resources
│   ├── StudentClubMisApp02.FrmWelcome.resources
│   ├── StudentClubMisApp02.pdb
│   └── StudentClubMisApp02.Properties.Resources.resources
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
└── StudentClubMisApp02.csproj

37 directories, 213 files

标签:

实例下载地址

C#程序设计——大学生社团管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警