摘要: 升级docker: https://blog.csdn.net/qq_39629343/article/details/80168084 部署.netcore3.1 webapi: https://my.oschina.net/u/4343506/blog/4530280 阅读全文
posted @ 2020-11-24 11:20 6654 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 启动webapi应用程序: 提示错误: Microsoft Visual Studio 无法启动 IIS Express Web 服务器。 来自 IIS Express 的输出:Failed to register URL "https://localhost:44311/" for site "Q 阅读全文
posted @ 2020-04-21 19:22 6654 阅读(1552) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/ca41f32420d6 原文链接 阅读全文
posted @ 2018-09-09 18:33 6654 阅读(98) 评论(0) 推荐(0) 编辑
摘要: public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; System.Net.WebClient client = new System.Net.WebClient(); client.Headers.Add... 阅读全文
posted @ 2016-06-07 09:51 6654 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 创建存储过程,并用事务提交订单 阅读全文
posted @ 2016-06-02 17:25 6654 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 裁剪图片代码示例: js代码: html代码: 后端接收代码: 阅读全文
posted @ 2016-05-25 14:45 6654 阅读(191) 评论(0) 推荐(0) 编辑
摘要: function verity() { $("#sub").click(function () { var name = $("#name").val(); if (name == "") { alert("姓名不能为空"); ... 阅读全文
posted @ 2016-05-23 15:55 6654 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 图片: public ActionResult FileUpload() { HttpPostedFileBase file=Request.Files["fileIconUp"]; if (file != null) { ... 阅读全文
posted @ 2016-05-14 21:07 6654 阅读(162) 评论(0) 推荐(0) 编辑
摘要: public static string EncrptString(string str) { byte[] buffer = System.Text.Encoding.Default.GetBytes(str); MD5 md5 = MD5.Create(); buffer = md5.ComputeHas... 阅读全文
posted @ 2016-05-10 13:39 6654 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <iframe width="978" align="center" height="200" id="win" name="win" onload="Javascript:SetWinHeight(this)" frameborder="0" scrolling="no" src="MyAccou 阅读全文
posted @ 2016-05-10 09:35 6654 阅读(136) 评论(0) 推荐(0) 编辑