实例介绍
基于.net的BBS论坛信息管理系统的设计与开发(包含数据库文件),将数据库文件直接附加即可,和大家分享!
【实例截图】
【核心代码】
BBS.rar
└── BBS
├── DB
│ └── BBS.sql
├── Source code
│ ├── admin
│ │ ├── config.aspx
│ │ ├── config.aspx.cs
│ │ ├── config.aspx.resx
│ │ ├── district.aspx
│ │ ├── district.aspx.cs
│ │ ├── district.aspx.resx
│ │ ├── MainPage.aspx
│ │ ├── MainPage.aspx.cs
│ │ ├── MainPage.aspx.resx
│ │ ├── manager.aspx
│ │ ├── manager.aspx.cs
│ │ ├── manager.aspx.resx
│ │ ├── member.aspx
│ │ ├── member.aspx.cs
│ │ ├── member.aspx.resx
│ │ ├── menu.aspx
│ │ ├── menu.aspx.cs
│ │ ├── menu.aspx.resx
│ │ ├── PageBase.cs
│ │ ├── placard.aspx
│ │ ├── placard.aspx.cs
│ │ ├── placard.aspx.resx
│ │ ├── theme.aspx
│ │ ├── theme.aspx.cs
│ │ └── theme.aspx.resx
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── FreeTextBox.DLL
│ │ ├── OpenSmtp.DLL
│ │ ├── OpenSmtp.xml
│ │ ├── Stella.BusinessLogic.DLL
│ │ ├── Stella.BusinessLogic.pdb
│ │ ├── Stella.BusinessLogic.xml
│ │ ├── Stella.Model.DLL
│ │ ├── Stella.Model.pdb
│ │ ├── Stella.Model.xml
│ │ ├── StellaPager.DLL
│ │ ├── Stella.SQLServerDAL.DLL
│ │ ├── Stella.SQLServerDAL.pdb
│ │ ├── Stella.Utility.DLL
│ │ ├── Stella.Utility.pdb
│ │ ├── Stella.Utility.xml
│ │ ├── Stella.Web.dll
│ │ └── Stella.Web.pdb
│ ├── BusinessLogic
│ │ ├── ArtLogic.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── OpenSmtp.xml
│ │ │ ├── Stella.BusinessLogic.dll
│ │ │ ├── Stella.BusinessLogic.pdb
│ │ │ ├── Stella.BusinessLogic.xml
│ │ │ ├── Stella.Model.dll
│ │ │ ├── Stella.Model.pdb
│ │ │ ├── Stella.Model.xml
│ │ │ ├── Stella.SQLServerDAL.dll
│ │ │ ├── Stella.SQLServerDAL.pdb
│ │ │ ├── Stella.SQLServerDAL.xml
│ │ │ ├── Stella.Utility.dll
│ │ │ └── Stella.Utility.pdb
│ │ ├── BusinessLogic.csproj
│ │ ├── BusinessLogic.csproj.user
│ │ ├── DistrictLogic.cs
│ │ ├── ForumLogic.cs
│ │ ├── InfoSumUpdater.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BusinessLogic.projdata
│ │ │ ├── Stella.BusinessLogic.dll
│ │ │ ├── Stella.BusinessLogic.dll.incr
│ │ │ ├── Stella.BusinessLogic.pdb
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── PlacardLogic.cs
│ │ ├── Stella.BusinessLogic.xml
│ │ ├── ThemeLogic.cs
│ │ ├── TopicLogic.cs
│ │ └── UserLogic.cs
│ ├── Controls
│ │ ├── AdminBar.ascx
│ │ ├── AdminBar.ascx.cs
│ │ ├── AdminBar.ascx.resx
│ │ ├── Art.ascx
│ │ ├── Art.ascx.cs
│ │ ├── Art.ascx.resx
│ │ ├── ConfigBox.ascx
│ │ ├── ConfigBox.ascx.cs
│ │ ├── ConfigBox.ascx.resx
│ │ ├── DistArea.ascx
│ │ ├── DistArea.ascx.cs
│ │ ├── DistArea.ascx.resx
│ │ ├── District.ascx
│ │ ├── District.ascx.cs
│ │ ├── District.ascx.resx
│ │ ├── Footer.ascx
│ │ ├── Footer.ascx.cs
│ │ ├── Footer.ascx.resx
│ │ ├── Header.ascx
│ │ ├── Header.ascx.cs
│ │ ├── Header.ascx.resx
│ │ ├── InfoSum.ascx
│ │ ├── InfoSum.ascx.cs
│ │ ├── InfoSum.ascx.resx
│ │ ├── links.ascx
│ │ ├── links.ascx.cs
│ │ ├── links.ascx.resx
│ │ ├── Lisence.ascx
│ │ ├── Lisence.ascx.cs
│ │ ├── Lisence.ascx.resx
│ │ ├── Login.ascx
│ │ ├── Login.ascx.cs
│ │ ├── Login.ascx.resx
│ │ ├── LoginError.ascx
│ │ ├── LoginError.ascx.cs
│ │ ├── LoginError.ascx.resx
│ │ ├── NewTopic.ascx
│ │ ├── NewTopic.ascx.cs
│ │ ├── NewTopic.ascx.resx
│ │ ├── PlacardArea.ascx
│ │ ├── PlacardArea.ascx.cs
│ │ ├── PlacardArea.ascx.resx
│ │ ├── PlacardBox.ascx
│ │ ├── PlacardBox.ascx.cs
│ │ ├── PlacardBox.ascx.resx
│ │ ├── Position.ascx
│ │ ├── Position.ascx.cs
│ │ ├── Position.ascx.resx
│ │ ├── Profile.ascx
│ │ ├── Profile.ascx.cs
│ │ ├── Profile.ascx.resx
│ │ ├── Register.ascx
│ │ ├── Register.ascx.cs
│ │ ├── Register.ascx.resx
│ │ ├── Reply.ascx
│ │ ├── Reply.ascx.cs
│ │ ├── Reply.ascx.resx
│ │ ├── ThemeArea.ascx
│ │ ├── ThemeArea.ascx.cs
│ │ ├── ThemeArea.ascx.resx
│ │ ├── Theme.ascx
│ │ ├── Theme.ascx.cs
│ │ ├── Theme.ascx.resx
│ │ ├── TopBar.ascx
│ │ ├── TopBar.ascx.cs
│ │ └── TopBar.ascx.resx
│ ├── DBCustomAction
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DBCustomAction.dll
│ │ │ └── DBCustomAction.pdb
│ │ ├── DataProtector.cs
│ │ ├── DBCustomAction.cs
│ │ ├── DBCustomAction.csproj
│ │ ├── DBCustomAction.csproj.user
│ │ ├── DBCustomAction.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DBCustomAction.DBCustomAction.resources
│ │ │ ├── DBCustomAction.dll
│ │ │ ├── DBCustomAction.pdb
│ │ │ ├── DBCustomAction.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ └── SecurityHelper.cs
│ ├── DBCustomAction.dll
│ ├── dbcustomaction.InstallState
│ ├── faviconSE.ico
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── Images
│ │ ├── ftb
│ │ │ ├── folder.big.gif
│ │ │ ├── folder.small.gif
│ │ │ ├── folder.up.gif
│ │ │ ├── office2000
│ │ │ ├── office2003
│ │ │ └── officexp
│ │ │ ├── bgcolor.gif
│ │ │ ├── bold.gif
│ │ │ ├── bold.over.gif
│ │ │ ├── borders.gif
│ │ │ ├── bullets.gif
│ │ │ ├── bullets.over.gif
│ │ │ ├── changecase.gif
│ │ │ ├── changecase.over.gif
│ │ │ ├── copy.gif
│ │ │ ├── copy.over.gif
│ │ │ ├── createlink.gif
│ │ │ ├── createlink.over.gif
│ │ │ ├── cut.gif
│ │ │ ├── cut.over.gif
│ │ │ ├── delete.gif
│ │ │ ├── delete.over.gif
│ │ │ ├── deletetablecolumn.gif
│ │ │ ├── deletetablecolumn.over.gif
│ │ │ ├── deletetablerow.gif
│ │ │ ├── deletetablerow.over.gif
│ │ │ ├── details.gif
│ │ │ ├── find.gif
│ │ │ ├── find.over.gif
│ │ │ ├── fontbackcolorpicker.gif
│ │ │ ├── fontbackcolorpicker.over.gif
│ │ │ ├── fontforecolorpicker.gif
│ │ │ ├── fontforecolorpicker.over.gif
│ │ │ ├── help.gif
│ │ │ ├── help.over.gif
│ │ │ ├── indent.gif
│ │ │ ├── indent.over.gif
│ │ │ ├── insertdate.gif
│ │ │ ├── insertdate.over.gif
│ │ │ ├── insertemail.gif
│ │ │ ├── insertemail.over.gif
│ │ │ ├── insertimagefromgallery.gif
│ │ │ ├── insertimagefromgallery.over.gif
│ │ │ ├── insertimage.gif
│ │ │ ├── insertimage.over.gif
│ │ │ ├── insertrule.gif
│ │ │ ├── insertrule.over.gif
│ │ │ ├── inserttablecolumn.gif
│ │ │ ├── inserttablecolumn.over.gif
│ │ │ ├── inserttable.gif
│ │ │ ├── inserttable.over.gif
│ │ │ ├── inserttablerow.gif
│ │ │ ├── inserttablerow.over.gif
│ │ │ ├── inserttime.gif
│ │ │ ├── inserttime.over.gif
│ │ │ ├── italic.gif
│ │ │ ├── italic.over.gif
│ │ │ ├── justifycenter.gif
│ │ │ ├── justifycenter.over.gif
│ │ │ ├── justifyfull.gif
│ │ │ ├── justifyfull.over.gif
│ │ │ ├── justifyleft.gif
│ │ │ ├── justifyleft.over.gif
│ │ │ ├── justifyright.gif
│ │ │ ├── justifyright.over.gif
│ │ │ ├── mode.design.gif
│ │ │ ├── mode.html.gif
│ │ │ ├── numberedlist.gif
│ │ │ ├── numberedlist.over.gif
│ │ │ ├── outdent.gif
│ │ │ ├── outdent.over.gif
│ │ │ ├── paste.gif
│ │ │ ├── paste.over.gif
│ │ │ ├── print.gif
│ │ │ ├── print.over.gif
│ │ │ ├── redo.gif
│ │ │ ├── redo.over.gif
│ │ │ ├── removeformat.gif
│ │ │ ├── removeformat.over.gif
│ │ │ ├── save.gif
│ │ │ ├── save.over.gif
│ │ │ ├── separator.gif
│ │ │ ├── spellcheck.gif
│ │ │ ├── spellcheck.over.gif
│ │ │ ├── strikethrough.gif
│ │ │ ├── strikethrough.over.gif
│ │ │ ├── subscript.gif
│ │ │ ├── subscript.over.gif
│ │ │ ├── superscript.gif
│ │ │ ├── superscript.over.gif
│ │ │ ├── toggleborders.gif
│ │ │ ├── toggledetails.gif
│ │ │ ├── toggledetails.over.gif
│ │ │ ├── toolbar.end.gif
│ │ │ ├── toolbar.start.gif
│ │ │ ├── underline.gif
│ │ │ ├── underline.over.gif
│ │ │ ├── undo.gif
│ │ │ ├── undo.over.gif
│ │ │ ├── unlink.gif
│ │ │ ├── unlink.over.gif
│ │ │ ├── verse.gif
│ │ │ ├── verse.over.gif
│ │ │ ├── wordclean.gif
│ │ │ ├── wordclean.over.gif
│ │ │ ├── wordcount.gif
│ │ │ └── wordcount.over.gif
│ │ └── pic
│ │ ├── 0.gif
│ │ ├── 1.gif
│ │ ├── announce.gif
│ │ ├── closedb.gif
│ │ ├── closed.gif
│ │ ├── edit.gif
│ │ ├── email.gif
│ │ ├── home.gif
│ │ ├── hotclosedb.gif
│ │ ├── hotclosed.gif
│ │ ├── icon14.gif
│ │ ├── icon1.gif
│ │ ├── link.gif
│ │ ├── locktop.gif
│ │ ├── logo.gif
│ │ ├── newwin.gif
│ │ ├── off.gif
│ │ ├── oicq.gif
│ │ ├── on.gif
│ │ ├── online.gif
│ │ ├── pm_off_b.gif
│ │ ├── posticon.gif
│ │ ├── posticonnew.gif
│ │ ├── profile.gif
│ │ ├── quote.gif
│ │ ├── reply5.gif
│ │ ├── spacer.gif
│ │ ├── topic5.gif
│ │ ├── ubbfriendminiicon.gif
│ │ ├── user1.gif
│ │ └── user.gif
│ ├── Model
│ │ ├── Art.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Stella.Model.dll
│ │ │ ├── Stella.Model.pdb
│ │ │ ├── Stella.Model.xml
│ │ │ ├── Stella.Utility.dll
│ │ │ ├── Stella.Utility.pdb
│ │ │ └── Stella.Utility.xml
│ │ ├── CommonArt.cs
│ │ ├── District.cs
│ │ ├── ForumConfig.cs
│ │ ├── Forum.cs
│ │ ├── ForumInfoSum.cs
│ │ ├── Guest.cs
│ │ ├── Member.cs
│ │ ├── Model.csproj
│ │ ├── Model.csproj.user
│ │ ├── ModelSupport
│ │ │ └── Stella
│ │ │ └── Model
│ │ ├── NewArt.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Model.projdata
│ │ │ ├── Model.projdata1
│ │ │ ├── Stella.Model.dll
│ │ │ ├── Stella.Model.dll.incr
│ │ │ ├── Stella.Model.pdb
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── Placard.cs
│ │ ├── PlacardList.cs
│ │ ├── Stella.Model.xml
│ │ ├── Theme.cs
│ │ ├── ThemeInfo.cs
│ │ ├── ThemeInfoSum.cs
│ │ ├── TopArt.cs
│ │ ├── Topic.cs
│ │ └── UserList.cs
│ ├── Pages
│ │ ├── Container.cs
│ │ ├── delete.aspx
│ │ ├── delete.aspx.cs
│ │ ├── delete.aspx.resx
│ │ ├── edit.aspx
│ │ ├── edit.aspx.cs
│ │ ├── edit.aspx.resx
│ │ ├── getPwd.aspx
│ │ ├── getPwd.aspx.cs
│ │ ├── getPwd.aspx.resx
│ │ ├── index.aspx
│ │ ├── index.aspx.cs
│ │ ├── index.aspx.resx
│ │ ├── login.aspx
│ │ ├── login.aspx.cs
│ │ ├── login.aspx.resx
│ │ ├── newTopic.aspx
│ │ ├── newTopic.aspx.cs
│ │ ├── newTopic.aspx.resx
│ │ ├── placard.aspx
│ │ ├── placard.aspx.cs
│ │ ├── placard.aspx.resx
│ │ ├── profile.aspx
│ │ ├── profile.aspx.cs
│ │ ├── profile.aspx.resx
│ │ ├── pwdEdit.aspx
│ │ ├── pwdEdit.aspx.cs
│ │ ├── pwdEdit.aspx.resx
│ │ ├── quit.aspx
│ │ ├── quit.aspx.cs
│ │ ├── quit.aspx.resx
│ │ ├── register.aspx
│ │ ├── register.aspx.cs
│ │ ├── register.aspx.resx
│ │ ├── reply.aspx
│ │ ├── reply.aspx.cs
│ │ ├── reply.aspx.resx
│ │ ├── theme.aspx
│ │ ├── theme.aspx.cs
│ │ ├── theme.aspx.resx
│ │ ├── topic.aspx
│ │ ├── topic.aspx.cs
│ │ ├── topic.aspx.resx
│ │ ├── up.aspx
│ │ ├── up.aspx.cs
│ │ ├── up.aspx.resx
│ │ ├── userEdit.aspx
│ │ ├── userEdit.aspx.cs
│ │ └── userEdit.aspx.resx
│ ├── ProcessFlow
│ │ ├── CacheController.cs
│ │ ├── CType.cs
│ │ └── UserType.cs
│ ├── SQLServerDAL
│ │ ├── ArtAccess.cs
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Stella.Model.dll
│ │ │ ├── Stella.Model.pdb
│ │ │ ├── Stella.Model.xml
│ │ │ ├── Stella.SQLServerDAL.dll
│ │ │ ├── Stella.SQLServerDAL.pdb
│ │ │ ├── Stella.SQLServerDAL.xml
│ │ │ ├── Stella.Utility.dll
│ │ │ ├── Stella.Utility.pdb
│ │ │ └── Stella.Utility.xml
│ │ ├── DistrictAccess.cs
│ │ ├── ForumAccess.cs
│ │ ├── ModelSupport
│ │ │ └── Stella
│ │ │ └── SQLServerDAL
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SQLServerDAL.projdata
│ │ │ ├── Stella.SQLServerDAL.dll
│ │ │ ├── Stella.SQLServerDAL.dll.incr
│ │ │ ├── Stella.SQLServerDAL.pdb
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── PlacardAccess.cs
│ │ ├── SQLServerDAL.csproj
│ │ ├── SQLServerDAL.csproj.user
│ │ ├── Stella.SQLServerDAL.xml
│ │ ├── ThemeAccess.cs
│ │ ├── TopicAccess.cs
│ │ └── UserAccess.cs
│ ├── Stella.csproj
│ ├── Stella.csproj.webinfo
│ ├── Stella.sln
│ ├── Stella.suo
│ ├── Stella.vsd
│ ├── style
│ │ ├── admin.css
│ │ └── blue.css
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── Utility
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Stella.Utility.dll
│ │ │ ├── Stella.Utility.pdb
│ │ │ └── Stella.Utility.xml
│ │ ├── ConfigHelper.cs
│ │ ├── DataProtector.cs
│ │ ├── DebugHelper.cs
│ │ ├── ModelSupport
│ │ │ └── Stella
│ │ │ └── Utility
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Stella.Utility.dll
│ │ │ ├── Stella.Utility.dll.incr
│ │ │ ├── Stella.Utility.pdb
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ └── Utility.projdata
│ │ ├── SecurityHelper.cs
│ │ ├── SQLHelper.cs
│ │ ├── Stella.Utility.xml
│ │ ├── Utility.csproj
│ │ └── Utility.csproj.user
│ ├── vs54992836829691686_tmp.htm
│ ├── vs-78518286429691686_tmp.htm
│ └── Web.config
└── 须知.txt
60 directories, 433 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论