摘要:
<html><head> <meta name="viewport" content="width=device-width" /> <title>CarList</title> <link href="~/Content/bootstrap.css" rel="stylesheet" /> <sc 阅读全文
posted @ 2018-11-22 19:26
萌新赖
阅读(243)
评论(0)
推荐(0)
摘要:
<html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Content/jquery-3.1.1.js"></script> <style> li { 阅读全文
posted @ 2018-11-22 19:26
萌新赖
阅读(149)
评论(0)
推荐(0)
摘要:
<html><head> <meta name="viewport" content="width=device-width" /> <title>Add</title> <script src="~/Content/jquery-3.1.1.js"></script> <script> $(fun 阅读全文
posted @ 2018-11-22 19:25
萌新赖
阅读(244)
评论(0)
推荐(0)
摘要:
<html><head> <meta name="viewport" content="width=device-width" /> <title>AddImg</title> <script src="~/Content/jquery-3.1.1.js"></script> <link href= 阅读全文
posted @ 2018-11-22 19:25
萌新赖
阅读(158)
评论(0)
推荐(0)
摘要:
using Yzs.Week04Car.BLL; using Yzs.Week04Car.Entity; using Newtonsoft.Json; using System.IO; public class CarHomeController : Controller { CarBLL bll 阅读全文
posted @ 2018-11-22 19:24
萌新赖
阅读(203)
评论(0)
推荐(0)
摘要:
using DAL; using Entity; public class CarBLL { CarDAL DAL = new CarDAL(); /// <summary> /// 添加房车信息 /// </summary> /// <param name="car"></param> /// < 阅读全文
posted @ 2018-11-22 19:21
萌新赖
阅读(164)
评论(0)
推荐(0)
摘要:
using Entity; using System.Data.SqlClient; using System.Data; public class CarDAL { /// <summary> /// 添加房车信息 /// </summary> /// <param name="car"></pa 阅读全文
posted @ 2018-11-22 19:19
萌新赖
阅读(169)
评论(0)
推荐(0)
摘要:
public class Car { /// <summary> /// 主键 /// </summary> public int ID { get; set; } /// <summary> /// 车名 /// </summary> public string CarName { get; se 阅读全文
posted @ 2018-11-22 19:18
萌新赖
阅读(213)
评论(0)
推荐(0)
摘要:
@{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Updata</title> <script src="~/Content/jqu 阅读全文
posted @ 2018-11-22 18:33
萌新赖
阅读(281)
评论(0)
推荐(0)
摘要:
@{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <style> * { padding:0; marg 阅读全文
posted @ 2018-11-22 18:32
萌新赖
阅读(743)
评论(0)
推荐(0)

浙公网安备 33010602011771号