07 2020 档案

摘要:@{ 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 我是一只快乐的码农 阅读(146) 评论(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 我是一只快乐的码农 阅读(230) 评论(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 我是一只快乐的码农 阅读(109) 评论(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 我是一只快乐的码农 阅读(134) 评论(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 我是一只快乐的码农 阅读(166) 评论(0) 推荐(0)
摘要:/// <summary> /// 上传文件 控制器端 /// public class FileOperationController : ApiController ///{ /// [HttpPost] /// public FileResult UpLoad() /// { /// retu 阅读全文
posted @ 2020-07-09 21:05 我是一只快乐的码农 阅读(149) 评论(0) 推荐(0)
摘要:模型 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; us 阅读全文
posted @ 2020-07-09 20:54 我是一只快乐的码农 阅读(590) 评论(1) 推荐(0)