摘要: @{ ViewBag.Title = "DelOrder";} <h2>DelOrder</h2><script src="~/Scripts/jquery-3.3.1.js"></script><script src="~/Scripts/bootstrap.js"></script><link 阅读全文
posted @ 2020-07-09 20:31 jieModels 阅读(29) 评论(0) 推荐(0)
摘要: @{ ViewBag.Title = "Order";} <h2>Order</h2><script src="~/Scripts/jquery-3.3.1.js"></script><script src="~/Scripts/bootstrap.js"></script><link href=" 阅读全文
posted @ 2020-07-09 20:30 jieModels 阅读(36) 评论(0) 推荐(0)
摘要: @{ ViewBag.Title = "DengL";} <h2>DengL</h2><script src="~/Scripts/jquery-3.3.1.js"></script><script src="~/Scripts/bootstrap.js"></script><link href=" 阅读全文
posted @ 2020-07-09 20:29 jieModels 阅读(183) 评论(0) 推荐(0)
摘要: @{ ViewBag.Title = "Index";} <h2>Index</h2><script src="~/Scripts/jquery-3.3.1.js"></script><script src="~/Scripts/bootstrap.js"></script><link href=" 阅读全文
posted @ 2020-07-09 20:28 jieModels 阅读(206) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace ZhouKaoA.MVC.Controllers{ public clas 阅读全文
posted @ 2020-07-09 20:27 jieModels 阅读(50) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Net;using System.Net.Http;u 阅读全文
posted @ 2020-07-09 20:26 jieModels 阅读(140) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Newtonsoft.Json;using Model;using 阅读全文
posted @ 2020-07-09 20:24 jieModels 阅读(41) 评论(0) 推荐(0)
摘要: 普通数据库 create database ZhouKaoAuse ZhouKaoA create table UserInfo( UserId int primary key identity, UserNum nvarchar(50), UserPwd nvarchar(50)) create 阅读全文
posted @ 2020-07-09 20:23 jieModels 阅读(23) 评论(0) 推荐(0)