Live2D 看板娘 / Demo
摘要: 展示效果图 代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 分割字符串 { class P 阅读全文
posted @ 2020-09-10 16:21 KysonDu 阅读(1905) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(240) 评论(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 阅读(1885) 评论(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 阅读(247) 评论(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 阅读(1154) 评论(0) 推荐(1) 编辑