上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 30 下一页
摘要: IndexController代码 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using Xiaowu.Model;using Xiaow 阅读全文
posted @ 2020-11-18 22:25 .net&new 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 封装XiaowuBLL类库 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Xiaowu.DAL;using Xi 阅读全文
posted @ 2020-11-18 22:19 .net&new 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 封装用户表得wu_userDAL using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Xiaowu.Model;nam 阅读全文
posted @ 2020-11-18 22:18 .net&new 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 再DAL类库中封装BaseDAL using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.Enti 阅读全文
posted @ 2020-11-18 22:16 .net&new 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1:安装MySQL Connector Net 6.8.3 2:安装MySQL for Visual Studio 1.2.9 3:安装entityframework6 4:安装mysql5.5 阅读全文
posted @ 2020-11-18 22:13 .net&new 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 以前我都是通过定义一个delegate来写委托的,但是最近看一些外国人写的源码都是用action和func方式来写,当时感觉对这很陌生所以看起源码也觉得陌生,所以我就花费时间来学习下这两种方式,然后发现确实代码简洁了不少。这两种方式我们也可以去实践的过程去慢慢运用。 先说一下委托: 模拟一下场景:小 阅读全文
posted @ 2020-11-18 22:09 .net&new 阅读(724) 评论(0) 推荐(1) 编辑
摘要: <?xml version="1.0"?><configuration> <configSections> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSect 阅读全文
posted @ 2020-11-18 22:05 .net&new 阅读(76) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.Entity;namespace Xiao 阅读全文
posted @ 2020-11-18 22:02 .net&new 阅读(70) 评论(0) 推荐(0) 编辑
摘要: <%@ WebHandler Language="C#" Class="Handler" %> using System;using System.Web; public class Handler : IHttpHandler{ public void ProcessRequest(HttpCon 阅读全文
posted @ 2020-11-11 10:44 .net&new 阅读(60) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="HuploadifyTest.aspx.cs" Inherits="Test_HuploadifyTest" %> <!DOCTYPE html PUBLIC "-//W3C//DTD X 阅读全文
posted @ 2020-11-11 10:43 .net&new 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 30 下一页