嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# asp.net(简单留言板)
前台普通用户可能进行留言,管理员登录后台可以进行留言板设置(脏话过滤)和留言回复和删改操作
.
├── C# asp.net(简单留言板)_liuyan.rar
├── liuyan
│ ├── database
│ │ ├── enrol_Data.MDF
│ │ └── enrol_Log.LDF
│ ├── liuyan
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Default.aspx.designer.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Web.config
│ │ ├── admin.aspx
│ │ ├── admin.aspx.cs
│ │ ├── admin.aspx.designer.cs
│ │ ├── adminbackground.aspx
│ │ ├── adminbackground.aspx.cs
│ │ ├── adminbackground.aspx.designer.cs
│ │ ├── adminmanage.aspx
│ │ ├── adminmanage.aspx.cs
│ │ ├── adminmanage.aspx.designer.cs
│ │ ├── bin
│ │ │ ├── liuyan.dll
│ │ │ └── liuyan.pdb
│ │ ├── huifu.aspx
│ │ ├── huifu.aspx.cs
│ │ ├── huifu.aspx.designer.cs
│ │ ├── image
│ │ │ ├── Thumbs.db
│ │ │ └── touxiang.gif
│ │ ├── keywords.aspx
│ │ ├── keywords.aspx.cs
│ │ ├── keywords.aspx.designer.cs
│ │ ├── liuyan.aspx
│ │ ├── liuyan.aspx.cs
│ │ ├── liuyan.aspx.designer.cs
│ │ ├── liuyan.csproj
│ │ ├── liuyan.csproj.user
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── TempPE
│ │ │ ├── liuyan.csproj.FileListAbsolute.txt
│ │ │ ├── liuyan.dll
│ │ │ └── liuyan.pdb
│ │ ├── zhuce.aspx
│ │ ├── zhuce.aspx.cs
│ │ └── zhuce.aspx.designer.cs
│ ├── liuyan.sln
│ └── liuyan.suo
└── 密码.txt
10 directories, 41 files