在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 毕业设计基于三层架构的管理系统

毕业设计基于三层架构的管理系统

一般编程问题

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

实例介绍

【实例简介】
管理员登录 员工登陆 后台管理客户信息 商品信息 员工资料
【实例截图】
【核心代码】
ClassLibrary1
└── ClassLibrary1
├── ClassLibrary1
│   ├── bin
│   │   └── Debug
│   │   ├── ClassLibrary1.dll
│   │   ├── ClassLibrary1.pdb
│   │   ├── lbjMod.dll
│   │   └── lbjMod.pdb
│   ├── ClassLibrary1.csproj
│   ├── DBHelper.cs
│   ├── dengjiService.cs
│   ├── gonggaoService.cs
│   ├── jingjiaService.cs
│   ├── jingpianService.cs
│   ├── obj
│   │   └── Debug
│   │   ├── ClassLibrary1.csproj.FileListAbsolute.txt
│   │   ├── ClassLibrary1.dll
│   │   ├── ClassLibrary1.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── lbjDAL.csproj.FileListAbsolute.txt
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── shenfenService.cs
├── lbjBLL
│   ├── bin
│   │   └── Debug
│   │   ├── ClassLibrary1.dll
│   │   ├── ClassLibrary1.pdb
│   │   ├── lbjBLL.dll
│   │   ├── lbjBLL.pdb
│   │   ├── lbjMod.dll
│   │   └── lbjMod.pdb
│   ├── dengjibBLL.cs
│   ├── gonggaobBLL.cs
│   ├── jingjaibBLL.cs
│   ├── jingpianbBLL.cs
│   ├── lbjBLL.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── lbjBLL.csproj.FileListAbsolute.txt
│   │   ├── lbjBLL.dll
│   │   ├── lbjBLL.pdb
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── shenfenbBLL.cs
├── lbjMod
│   ├── bin
│   │   └── Debug
│   │   ├── lbjMod.dll
│   │   └── lbjMod.pdb
│   ├── dengjib.cs
│   ├── gonggaob.cs
│   ├── jingjiab.cs
│   ├── jingpianb.cs
│   ├── lbjMod.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── lbjMod.csproj.FileListAbsolute.txt
│   │   ├── lbjMod.dll
│   │   └── lbjMod.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── shenfenb.cs
├── lbj.sln
├── lbj.suo
└── lbjWeb
├── About.aspx
├── About.aspx.cs
├── About.aspx.designer.cs
├── Account
│   ├── ChangePassword.aspx
│   ├── ChangePassword.aspx.cs
│   ├── ChangePassword.aspx.designer.cs
│   ├── ChangePasswordSuccess.aspx
│   ├── ChangePasswordSuccess.aspx.cs
│   ├── ChangePasswordSuccess.aspx.designer.cs
│   ├── Login.aspx
│   ├── Login.aspx.cs
│   ├── Login.aspx.designer.cs
│   ├── Register.aspx
│   ├── Register.aspx.cs
│   ├── Register.aspx.designer.cs
│   └── Web.config
├── bin
│   ├── ClassLibrary1.dll
│   ├── ClassLibrary1.pdb
│   ├── lbjBLL.dll
│   ├── lbjBLL.pdb
│   ├── lbjMod.dll
│   ├── lbjMod.pdb
│   ├── lbjWeb.dll
│   └── lbjWeb.pdb
├── Default.aspx
├── Default.aspx.cs
├── Default.aspx.designer.cs
├── denglu.aspx
├── denglu.aspx.cs
├── denglu.aspx.designer.cs
├── Global.asax
├── Global.asax.cs
├── gonggao1.aspx
├── gonggao1.aspx.cs
├── gonggao1.aspx.designer.cs
├── gukezhuye1.aspx
├── gukezhuye1.aspx.cs
├── gukezhuye1.aspx.designer.cs
├── gukugerenxinxi1.aspx
├── gukugerenxinxi1.aspx.cs
├── gukugerenxinxi1.aspx.designer.cs
├── gukuxiugai1.aspx
├── gukuxiugai1.aspx.cs
├── gukuxiugai1.aspx.designer.cs
├── gukuxiugai2.aspx
├── gukuxiugai2.aspx.cs
├── gukuxiugai2.aspx.designer.cs
├── haitaixiugaiguke.aspx
├── haitaixiugaiguke.aspx.cs
├── haitaixiugaiguke.aspx.designer.cs
├── houtai.aspx
├── houtai.aspx.cs
├── houtai.aspx.designer.cs
├── houtaijingjiatianjia.aspx
├── houtaijingjiatianjia.aspx.cs
├── houtaijingjiatianjia.aspx.designer.cs
├── houtaijingjiaxiugai.aspx
├── houtaijingjiaxiugai.aspx.cs
├── houtaijingjiaxiugai.aspx.designer.cs
├── images
│   ├── 20140331191427_236.jpg
│   ├── ProductCovers
│   │   ├── 1222.jpg
│   │   ├── Admin_Login1_0_10.gif
│   │   ├── Admin_Login1_0_15.gif
│   │   ├── Admin_Login1_0_19.gif
│   │   ├── Admin_Login1_0_19.jpg
│   │   ├── Admin_Login1_0_23.gif
│   │   ├── dlan.jpg
│   │   ├── home_07.jpg
│   │   └── u=3724224490,1226138500&fm=21&gp=0.jpg
│   └── 图片
│   ├── 古奇
│   │   ├── u=1127870766,87078266&fm=23&gp=0.jpg
│   │   ├── u=2029996055,1907523663&fm=23&gp=0.jpg
│   │   ├── u=2246859990,1947898685&fm=23&gp=0.jpg
│   │   ├── u=2550985766,3971243539&fm=21&gp=0.jpg
│   │   ├── u=2723686164,3137994818&fm=21&gp=0.jpg
│   │   ├── u=2847836522,1606001183&fm=21&gp=0.jpg
│   │   ├── u=3013225271,1084507466&fm=21&gp=0.jpg
│   │   ├── u=3949589791,2551942327&fm=23&gp=0.jpg
│   │   ├── u=4026742108,1420099485&fm=21&gp=0.jpg
│   │   └── u=4234270060,2486734266&fm=90&gp=0.jpg
│   ├── 普拉达
│   │   ├── u=1366480598,2261502277&fm=21&gp=0.jpg
│   │   ├── u=2665593062,1600341710&fm=21&gp=0.jpg
│   │   ├── u=3310779551,1752048122&fm=21&gp=0.jpg
│   │   ├── u=3408043766,2459365922&fm=21&gp=0.jpg
│   │   ├── u=3496177247,2880968720&fm=21&gp=0.jpg
│   │   ├── u=360944034,2994600129&fm=21&gp=0.jpg
│   │   ├── u=3825641928,2734999971&fm=21&gp=0.jpg
│   │   ├── u=3939012949,1582980331&fm=21&gp=0.jpg
│   │   ├── u=4062216189,802796862&fm=23&gp=0.jpg
│   │   ├── u=409477714,3120575412&fm=21&gp=0.jpg
│   │   ├── u=4103493639,2897948274&fm=23&gp=0.jpg
│   │   ├── u=820906686,3156799762&fm=21&gp=0.jpg
│   │   └── u=986783022,908203212&fm=21&gp=0.jpg
│   ├── 林德伯格
│   │   ├── u=1195475809,1048611860&fm=23&gp=0.jpg
│   │   ├── u=181469061,1052395066&fm=23&gp=0.jpg
│   │   ├── u=189162184,366294796&fm=21&gp=0.jpg
│   │   ├── u=2043173138,3459471744&fm=21&gp=0.jpg
│   │   ├── u=2144217728,3239297185&fm=21&gp=0.jpg
│   │   ├── u=2327396093,1360925631&fm=21&gp=0.jpg
│   │   ├── u=2446316101,3743229880&fm=21&gp=0.jpg
│   │   ├── u=3245377620,3382813387&fm=21&gp=0.jpg
│   │   ├── u=3549223496,3520434456&fm=21&gp=0.jpg
│   │   ├── u=4255059317,2239575430&fm=21&gp=0.jpg
│   │   └── u=940045971,314181576&fm=21&gp=0.jpg
│   ├── 范思哲
│   │   ├── u=1237520388,2940004894&fm=21&gp=0.jpg
│   │   ├── u=2033307956,1961775288&fm=21&gp=0.jpg
│   │   ├── u=2261171967,2066600353&fm=23&gp=0.jpg
│   │   ├── u=2685529423,3811163207&fm=23&gp=0.jpg
│   │   ├── u=2718088686,1511151809&fm=21&gp=0.jpg
│   │   ├── u=2881508489,2069117440&fm=21&gp=0.jpg
│   │   ├── u=3505363335,96963659&fm=23&gp=0.jpg
│   │   ├── u=3832690230,360304909&fm=21&gp=0.jpg
│   │   ├── u=3938712536,1401678913&fm=21&gp=0.jpg
│   │   ├── u=418067337,2035625264&fm=21&gp=0.jpg
│   │   ├── u=552606733,617545202&fm=23&gp=0.jpg
│   │   └── u=685461906,64546324&fm=21&gp=0.jpg
│   ├── 迪奥
│   │   ├── 0.jpg
│   │   ├── 1.jpg
│   │   ├── 2.jpg
│   │   ├── 3.jpg
│   │   ├── 4.jpg
│   │   ├── 5.jpg
│   │   ├── 6.jpg
│   │   ├── u=2713941895,711874900&fm=21&gp=0.jpg
│   │   ├── u=3248178972,1450255484&fm=21&gp=0.jpg
│   │   ├── u=3655464772,1749812134&fm=21&gp=0.jpg
│   │   ├── u=3911876953,1186931686&fm=23&gp=0.jpg
│   │   └── u=514210147,988838304&fm=21&gp=0.jpg
│   └── 雷朋
│   ├── u=1151209255,1866985136&fm=21&gp=0.jpg
│   ├── u=1578009945,1304344952&fm=21&gp=0.jpg
│   ├── u=1610460236,640476971&fm=21&gp=0.jpg
│   ├── u=1707165347,548878035&fm=21&gp=0.jpg
│   ├── u=2132098297,1196450258&fm=23&gp=0.jpg
│   ├── u=2379355748,2662767929&fm=21&gp=0.jpg
│   ├── u=3532686359,4269400134&fm=21&gp=0.jpg
│   ├── u=3560684822,2437127557&fm=21&gp=0.jpg
│   ├── u=3632236494,3776436548&fm=21&gp=0.jpg
│   ├── u=4274342798,1871548578&fm=21&gp=0.jpg
│   └── u=437246933,386807881&fm=23&gp=0.jpg
├── lbjWeb.csproj
├── lbjWeb.csproj.user
├── obj
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── lbjWeb.csproj.FileListAbsolute.txt
│   ├── lbjWeb.dll
│   ├── lbjWeb.pdb
│   └── ResolveAssemblyReference.cache
├── Properties
│   └── AssemblyInfo.cs
├── Scripts
│   ├── jquery-1.4.1.js
│   ├── jquery-1.4.1.min.js
│   └── jquery-1.4.1-vsdoc.js
├── shangchuxiugaigonggao.aspx
├── shangchuxiugaigonggao.aspx.cs
├── shangchuxiugaigonggao.aspx.designer.cs
├── Site1.Master
├── Site1.Master.cs
├── Site1.Master.designer.cs
├── Styles
│   └── Site.css
├── tianjiagonggao.aspx
├── tianjiagonggao.aspx.cs
├── tianjiagonggao.aspx.designer.cs
├── Web.config
├── Web.Debug.config
├── Web.Release.config
├── yanjing1.aspx
├── yanjing1.aspx.cs
├── yanjing1.aspx.designer.cs
├── zhuce.aspx
├── zhuce.aspx.cs
└── zhuce.aspx.designer.cs

36 directories, 219 files

标签:

实例下载地址

毕业设计基于三层架构的管理系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警