首页

ASP.NET 就业实例教程源码及 ppt(适合新手)

c#

2020-11-12

入门级教程 源码 ppt

教学大纲如下:

第一章 ASP.NET 基础入门(4 学时)
[知 识 点]
 B/S 架构和 C/S 架构
 静态网页和动态网页
 URL 地址(网址)
 HTTP 协议
 页面运行原理
 服务器的概念
 网站发布
 HTML、CSS、JavaScript 的使用
[重 点]
博学谷——让 IT 教学更简单,让 IT 学习更有效
 静态网页和动态网页
 HTTP 协议
 页面运行原理
 网站的发布
[难 点]
 HTTP 协议
 网站的发布
[基本要求]
 了解 B/S 架构和 C/S 架构
 了解 URL 地址(网址)
 静态网页和动态网页
 掌握 HTTP 协议
 掌握页面运行原理
 掌握网站的发布
[实践与练习]
在将项目发布到 IIS 上之前,需要先安装 IIS,发布项目时需要对 IIS 进行
配置。建议考核课后习题,并安排上机。
第二章 ADO.NET(6 学时)
[知 识 点]
 SQL 操作语句
 数据库的种类
 SqlConnection 的对象
 SqlCommand 的对象
 SqlDataReader 的对象
 SqlDataAdapter 的对象
 DataSet 的对象
 数据库连接字符串
 SqlHelper 工具类
[重 点]
 SqlConnection 的对象
 SqlCommand 的对象
 SqlDataReader 的对象
 SqlDataAdapter 的对象
 DataSet 的对象
 SqlHelper 工具类
[难 点]
 SqlDataReader 的对象
 SqlHelper 工具类
博学谷——让 IT 教学更简单,让 IT 学习更有效
[基本要求]
 掌握 SQL 操作语句
 掌握 SqlConnection 的对象
 掌握 SqlCommand 的对象
 掌握 SqlDataReader 的对象
 掌握数据库连接字符串
 掌握 SqlHelper 工具类
[实践与练习]
建议考核课后习题,并安排上机,重点考核对 ADO.NET 五大的使用以及
SqlHelper 工具类的编写与使用。
第三章 一般处理程序(6 学时)
[知 识 点]
 一般处理程序的概念
 Get 和 Post 请求方式
 Request 对象的使用
 Response 对象的使用
 服务器表单标签
 IsPostBack 属性
 相对路径和绝对路径
 请求报文
 Cookie 对象
 Session 对象
 Server 对象
 Application 对象
[重 点]
 Get 和 Post 请求方式
 Request 对象的使用
 Response 对象的使用
博学谷——让 IT 教学更简单,让 IT 学习更有效
 了解一般处理程序的概念
 了解 IsPostBack 属性
 掌握 Get 和 Post 请求方式
 掌握 Request 对象的使用
 掌握 Response 对象的使用
 掌握 Cookie 对象
 掌握 Session 对象
[实践与练习]
建议考核课后习题,并安排上机,重点考核 Get 和 Post 请求方式、Request 对象、Response
对象、Cookie 对象、Session 对象、Server 对象等的使用。
第四章 三层架构(6 学时)
[知 识 点]
 三层架构的概念和作用
 三层的优缺点
 Web 窗体
 Page 类
 HTML 服务器控件简介
 Web 服务器控件简介
 DBNull 类
 内嵌表达式
 IRequiresSessionState 接口
 三层架构的使用
[重 点]
 三层架构的概念和作用
 三层的优缺点
 三层架构的使用
[难 点]
 三层架构的概念和作用
 三层架构的使用
[基本要求]
 了解 Web 窗体
 了解 Page 类
 了解 DBNull 类
 掌握三层架构的概念和作用
 掌握三层的优缺点
 掌握三层架构的使用
[实践与练习]
完成随堂练习题考核对三层的概念、作用以及优缺点的掌握程度,并安排
博学谷——让 IT 教学更简单,让 IT 学习更有效
上机课,动手通过三层架构搭建一个项目。
第五章 WebForm 控件(8 学时)
[知 识 点]
 基本的 Web 控件
 验证控件
 Repeater 控件
 ListView 控件
 DataPager 控件
 ObjectDataSource 控件
 var 关键字
 Bind()和 Eval()方法
 Image 控件
 FileUpLoad 控件
 Graphics 类
 AddHeader()和 WriteFile()方法的使用
[重 点]
 基本的 Web 控件
 验证控件
 Repeater 控件
 ListView 控件
 DataPager 控件
 ObjectDataSource 控件
 Image 控件
 FileUpLoad 控件
[难 点]
 Repeater 控件
 ListView 控件
 DataPager 控件
 ObjectDataSource 控件
[基本要求]
 了解验证控件
 了解 Image 控件
 了解 FileUpLoad 控件
 了解 var 关键字
 了解 Bind()和 Eval()方法
 掌握基本的 Web 控件
 掌握 Repeater 控件
 掌握 ListView 控件
 掌握 DataPager 控件
 掌握 ObjectDataSource 控件
博学谷——让 IT 教学更简单,让 IT 学习更有效
[实践与练习]
完成随堂练习题,并安排上机课,动手使用 Repeater 控件和 ListView 控件
分别完成对数据的绑定,掌握对 Repeater 控件和 ListView 控件的使用。
第六章 异步处理(6 学时)
[知 识 点]
 异步简介
 DOM 操作
 异步发送 Get 和 Post 请求
 JSON 文本格式
 XML 格式
 status 属性和 readyState 属性
 异步分页
 EasyUI 框架简介
 EasyUI 框架的使用
 JavaScriptSerializer 类
[重 点]
 异步发送 Get 和 Post 请求
 异步分页
 JSON 文本格式
 EasyUI 框架的使用
 JavaScriptSerializer 类
[难 点]
 异步分页
 EasyUI 框架的使用
[基本要求]
 了解 JSON 文本格式
 了解 JavaScriptSerializer 类
 掌握异步发送 Get 和 Post 请求
 掌握异步分页
 掌握 EasyUI 框架的使用
[实践与练习]
建议完成相关随堂练习题,并安排上机课,动手搭建项目实现异步分页展
示数据,掌握异步分页的操作。
第七章 MVC 框架(4 学时)
[知 识 点] 
博学谷——让 IT 教学更简单,让 IT 学习更有效
 MVC 思想
 MVC 简介
 MVC 请求过程
 Routing 介绍
 ViewBag 属性
 ActionResult 的派生类
 Razor 模板引擎
 Razor 引擎语法
[重 点]
 MVC 思想
 MVC 请求过程
 ViewBag 属性
 Razor 模板引擎
[难 点]
 MVC 请求过程
 Routing 介绍
 ActionResult 的派生类
[基本要求]
 了解 MVC 思想
 掌握 MVC 请求过程
 掌握 ViewBag 属性
 掌握 Razor 模板引擎
[实践与练习]
建议完成相关随堂练习题,并安排上机课,动手使用 MVC 实现数据的增删
查改操作,掌握 MVC 的使用。

资源下载此资源下载价格为4D币(VIP免费),请先
资源文件列表
29575ASP.NET就业实例教程——资源包/ASP.NET就业实例教程—教学大纲.pdf , 401404
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module1/helloworld.html , 886
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module1/helloworld.txt , 886
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/AddStudent.cs , 3013
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/AddStudent.Designer.cs , 11482
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/AddStudent.resx , 5817
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/App.config , 504
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/bin/Debug/Lesson2.exe , 61440
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/bin/Debug/Lesson2.exe.config , 504
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/bin/Debug/Lesson2.pdb , 99840
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/bin/Debug/Lesson2.vshost.exe , 24224
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/bin/Debug/Lesson2.vshost.exe.config , 504
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/bin/Debug/Lesson2.vshost.exe.manifest , 490
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Form1.cs , 6312
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Form1.Designer.cs , 14399
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Form1.resx , 6396
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Lesson2.csproj , 5037
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/DesignTimeResolveAssemblyReferences.cache , 1908
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 7039
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.AddStudent.resources , 180
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.csproj.FileListAbsolute.txt , 599
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.csproj.GenerateResource.Cache , 1106
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.exe , 61440
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.Form1.resources , 180
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.pdb , 99840
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.Properties.Resources.resources , 180
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/Lesson2.UpdateStudent.resources , 180
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/TempPE/itcastDataSet.Designer.cs.dll , 40960
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/TempPE/itcastDataSet1.Designer.cs.dll , 40960
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/obj/Debug/TempPE/Students.Designer.cs.dll , 40960
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Program.cs , 519
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Properties/AssemblyInfo.cs , 1356
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Properties/Resources.Designer.cs , 2866
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Properties/Resources.resx , 5612
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Properties/Settings.Designer.cs , 1685
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Properties/Settings.settings , 968
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Students.Designer.cs , 106806
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Students.xsc , 3
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Students.xsd , 21320
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/Students.xss , 3
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/UpdateStudent.cs , 3959
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/UpdateStudent.Designer.cs , 12124
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson2/UpdateStudent.resx , 5817
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/App.config , 329
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/bin/Debug/Lesson3.exe , 14848
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/bin/Debug/Lesson3.exe.config , 329
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/bin/Debug/Lesson3.pdb , 32256
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/bin/Debug/Lesson3.vshost.exe , 24224
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/bin/Debug/Lesson3.vshost.exe.config , 329
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/bin/Debug/Lesson3.vshost.exe.manifest , 490
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Category.cs , 359
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/ContentInfo.cs , 424
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/CreateTable.sql , 13197
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Form1.cs , 4367
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Form1.Designer.cs , 4831
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Form1.resx , 5817
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Lesson3.csproj , 3965
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/DesignTimeResolveAssemblyReferences.cache , 865
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 7020
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.csproj.FileListAbsolute.txt , 546
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.csproj.GenerateResource.Cache , 977
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.csprojResolveAssemblyReference.cache , 2366
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.exe , 14848
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.Form1.resources , 180
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.pdb , 32256
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/Lesson3.Properties.Resources.resources , 180
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Program.cs , 519
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Properties/AssemblyInfo.cs , 1356
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Properties/Resources.Designer.cs , 2866
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Properties/Resources.resx , 5612
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Properties/Settings.Designer.cs , 1094
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/Properties/Settings.settings , 249
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Lesson3/SqlHelper.cs , 3238
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Module2.sln , 1465
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Module2.suo , 18432
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/Module2.v12.suo , 90112
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module2/readme.txt , 128
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/bin/Lesson1.dll , 5120
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/bin/Lesson1.dll.config , 340
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/bin/Lesson1.pdb , 13824
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Lesson1.csproj , 5013
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Lesson1.csproj.user , 1086
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Login.ashx , 85
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Login.ashx.cs , 1771
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Login.html , 1043
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 7838
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/Lesson1.csproj.FileListAbsolute.txt , 234
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/Lesson1.dll , 5120
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/Lesson1.pdb , 13824
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Properties/AssemblyInfo.cs , 1307
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Web.config , 340
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Web.Debug.config , 1245
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson1/Web.Release.config , 1306
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/bin/Lesson2.dll , 8192
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/bin/Lesson2.dll.config , 482
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/bin/Lesson2.pdb , 17920
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Lesson2.csproj , 5111
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Lesson2.csproj.user , 1086
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Login.html , 874
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/LoginHandler.ashx , 99
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/LoginHandler.ashx.cs , 3136
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/LoginSQL.cs , 800
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 7845
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/Lesson2.csproj.FileListAbsolute.txt , 234
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/Lesson2.dll , 8192
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/Lesson2.pdb , 17920
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Properties/AssemblyInfo.cs , 1307
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/SqlHelper.cs , 2776
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Web.config , 482
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Web.Debug.config , 1245
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson2/Web.Release.config , 1306
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/AddInfo.html , 1341
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/AddInfoHandler.ashx , 1625
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/bin/Lesson3.dll , 9728
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/bin/Lesson3.dll.config , 489
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/bin/Lesson3.pdb , 24064
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Delete.ashx , 87
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Delete.ashx.cs , 1158
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Edit.html , 1223
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/EditHandler.ashx , 97
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/EditHandler.ashx.cs , 1511
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/EditShow.ashx , 91
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/EditShow.ashx.cs , 1858
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Lesson3.csproj , 5718
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Lesson3.csproj.user , 1086
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/ListHandler.ashx , 1732
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache , 8175
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/Lesson3.csproj.FileListAbsolute.txt , 234
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/Lesson3.dll , 9728
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/Lesson3.pdb , 24064
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs , 0
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Properties/AssemblyInfo.cs , 1307
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/ShowDetail.html , 255
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/ShowDetailHandler.ashx , 109
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/ShowDetailHandler.ashx.cs , 1992
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/SqlHelper.cs , 2906
29575ASP.NET就业实例教程——资源包/ASP.NET就业实训教材源码/itcast/Module3/Lesson3/Web.config , 489
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录