Live2D 看板娘 / Demo
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespac 阅读全文
posted @ 2020-09-10 16:05 KysonDu 阅读(249) 评论(0) 推荐(0)
摘要: 一、上传单张图片 前端 @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head> <body 阅读全文
posted @ 2020-09-10 15:23 KysonDu 阅读(2120) 评论(0) 推荐(0)
摘要: 一、图片裁剪插件 演示Demo:http://www.htmleaf.com/Demo/201608063831.html 下载网址:http://www.htmleaf.com/jQuery/Image-Effects/201608063830.html 二、 实现C#把裁剪的图片保存在本地 把前 阅读全文
posted @ 2020-09-08 18:00 KysonDu 阅读(263) 评论(0) 推荐(0)
摘要: 1、展示实现效果图 当输入对应网址即可生成对应网址裁剪的图片 2、实现代码 using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using Syst 阅读全文
posted @ 2020-09-02 11:43 KysonDu 阅读(1336) 评论(0) 推荐(1)
摘要: 一、vs中把MVC项目以文件系统发布、设置保存的路径 二、安装.NET Core 3.1 Runtime 网址:https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x64-installe 阅读全文
posted @ 2020-07-04 00:23 KysonDu 阅读(1068) 评论(1) 推荐(0)