91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 40.79MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-06-22
  • 語言: 其他
  • 標簽: MVC,EF,??

資源簡介

使用VS2015開發基于.net的MVC+EF+bootstrap的學生管理系統, 登陸角色為: 管理員admin,密碼admin,角色0; 老師1,密碼1,角色1; 學生2,密碼2,角色2; 基礎,源代碼,分了角色方便管理,有數據庫

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;

namespace?Student
{
????///?
????///?表示Ajax操作結果?
????///?

????public?class?AjaxResult
????{
????????///?
????????///?獲取?Ajax操作結果類型
????????///?

????????public?ResultType?type?{?get;?set;?}

????????///?
????????///?獲取?Ajax操作結果編碼
????????///?

????????public?int?errorcode?{?get;?set;?}

????????private?string?_message;
????????///?
????????///?獲取?消息內容
????????///?

????????public?string?message
????????{
????????????get?{?return?_message?==?null???string.Empty?:?_message;?}
????????????set?{?_message?=?value;?}
????????}

????????///?
????????///?獲取?返回數據
????????///?

????????public?object?resultdata?{?get;?set;?}

????????///?
????????///?構造方法
????????///?

????????///?
????????///?
????????///?
????????///?
????????public?AjaxResult()
????????{
????????}

????????///?
????????///?構造方法
????????///?

????????///?
????????///?
????????///?
????????///?
????????public?AjaxResult(ResultType?resultType?string?message?object?resultData)
????????{
????????????this.type?=?resultType;
????????????this.message?=?message;
????????????this.resultdata?=?resultData;
????????}

????????///?
????????///?構造方法
????????///?

????????///?
????????///?
????????///?
????????///?
????????public?AjaxResult(ResultType?resultType?int?errorCode?string?resultMessage?object?resultData)
????????{
????????????this.type?=?resultType;
????????????this.errorcode?=?errorCode;
????????????this.message?=?resultMessage;
????????????this.resultdata?=?resultdata;
????????}

????????///?
????????///?構造方法
????????///?

????????///?
????????public?AjaxResult(Exception?ex)
????????{
????????????this.type?=?ResultType.error;
????????????this.message?=?ex.Message;
????????}
????}
????///?
????///?表示?ajax?操作結果類型的枚舉
????///?

????public?enum?ResultType
????{
????????///?
????????///?消息結果類型
????????///?

????????info?=?0

????????///?
????????///?成功結果類型
????????///?

????????success?=?1

????????///?
????????///?警告結果類型
????????///?

????????warning?=?2

????????///?
????????///?異常結果類型
????????///?

????????error?=?3
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-09-08?15:38??Student\
?????目錄???????????0??2017-09-04?22:50??Student\.vs\
?????目錄???????????0??2017-09-04?22:50??Student\.vs\config\
?????文件???????83413??2017-09-04?22:50??Student\.vs\config\applicationhost.config
?????目錄???????????0??2017-09-04?22:50??Student\.vs\Student\
?????目錄???????????0??2017-09-06?18:02??Student\.vs\Student\v14\
?????文件??????135680??2017-09-08?15:27??Student\.vs\Student\v14\.suo
?????目錄???????????0??2017-09-08?15:39??Student\Data\
?????文件?????8388608??2017-09-08?15:39??Student\Data\Students.mdf
?????文件?????8388608??2017-09-08?15:39??Student\Data\Students_log.ldf
?????目錄???????????0??2017-09-04?17:51??Student\NPOI\
?????文件????????9851??2015-03-31?05:19??Student\NPOI\LICENSE
?????目錄???????????0??2017-09-04?17:51??Student\NPOI\logo\
?????文件????????8143??2010-10-08?20:45??Student\NPOI\logo\120_120.jpg
?????文件???????15405??2010-10-22?11:12??Student\NPOI\logo\240_240.png
?????文件????????1835??2010-10-08?20:48??Student\NPOI\logo\32_32.jpg
?????文件????????4191??2010-10-08?20:47??Student\NPOI\logo\60_60.jpg
?????目錄???????????0??2017-09-04?17:51??Student\NPOI\Net20\
?????文件??????200704??2014-07-03?10:56??Student\NPOI\Net20\ICSharpCode.SharpZipLib.dll
?????文件?????1677312??2016-05-22?04:35??Student\NPOI\Net20\NPOI.dll
?????文件??????493568??2016-05-22?04:35??Student\NPOI\Net20\NPOI.OOxml.dll
?????文件???????91136??2016-05-22?04:35??Student\NPOI\Net20\NPOI.Openxml4Net.dll
?????文件?????2120192??2016-05-22?04:35??Student\NPOI\Net20\NPOI.OpenxmlFormats.dll
?????文件?????2254144??2016-05-22?04:35??Student\NPOI\Net20\NPOI.xml
?????目錄???????????0??2017-09-04?17:51??Student\NPOI\Net40\
?????文件??????200704??2014-07-03?10:56??Student\NPOI\Net40\ICSharpCode.SharpZipLib.dll
?????文件?????1678848??2016-05-22?04:35??Student\NPOI\Net40\NPOI.dll
?????文件??????494080??2016-05-22?04:35??Student\NPOI\Net40\NPOI.OOxml.dll
?????文件???????91136??2016-05-22?04:35??Student\NPOI\Net40\NPOI.Openxml4Net.dll
?????文件?????2121728??2016-05-22?04:35??Student\NPOI\Net40\NPOI.OpenxmlFormats.dll
?????文件?????2254144??2016-05-22?04:35??Student\NPOI\Net40\NPOI.xml
............此處省略691個文件信息

評論

共有 條評論

相關資源