摘要: @{ ViewBag.Title = "Cart"; } <h2>购物车</h2> <script src="~/Scripts/jquery-3.4.1.js"></script> <table class="table table-bordered"> <thead style="backgro 阅读全文
posted @ 2020-08-03 08:13 我是一只快乐的码农 阅读(252) 评论(0) 推荐(0) 编辑
摘要: @{ ViewBag.Title = "Detail"; } <h2>Detail</h2> <table> <tr> <td> <img id="img1" src="" alt="" width="300" height="400"/> </td> <td> <table> <tr> <td i 阅读全文
posted @ 2020-07-27 08:19 我是一只快乐的码农 阅读(138) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using WebApplicatio 阅读全文
posted @ 2020-07-27 08:17 我是一只快乐的码农 阅读(211) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using WebApplicatio 阅读全文
posted @ 2020-07-20 07:57 我是一只快乐的码农 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 授权过滤器 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Http; using System.Web.Http.Controllers; u 阅读全文
posted @ 2020-07-20 07:55 我是一只快乐的码农 阅读(127) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>协同办公云平台-登录</title> <link href="~/Conten 阅读全文
posted @ 2020-07-10 08:10 我是一只快乐的码农 阅读(155) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 上传文件 控制器端 /// public class FileOperationController : ApiController ///{ /// [HttpPost] /// public FileResult UpLoad() /// { /// retu 阅读全文
posted @ 2020-07-09 21:05 我是一只快乐的码农 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 模型 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; us 阅读全文
posted @ 2020-07-09 20:54 我是一只快乐的码农 阅读(575) 评论(1) 推荐(0) 编辑
摘要: [HttpGet] [Route("api/GetWuLianWang")] public List<WuLianWangInfo> WlWinfos(string name = "") { //定义变量list接受返回的集合 var list = new List<WuLianWangInfo>( 阅读全文
posted @ 2020-06-30 20:33 我是一只快乐的码农 阅读(242) 评论(0) 推荐(0) 编辑
摘要: redis+红包队列 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ServiceStack.Redis;nam 阅读全文
posted @ 2020-06-30 20:29 我是一只快乐的码农 阅读(158) 评论(0) 推荐(0) 编辑