摘要: public class Ioc : IServiceProvider { private Ioc _root; private ConcurrentDictionary<Type, ServiceRegistry> _registries = new ConcurrentDictionary<Ty 阅读全文
posted @ 2024-09-04 11:54 pojianbing 阅读(2) 评论(0) 推荐(0) 编辑
摘要: internal class Program { static async Task Main(string[] args) { var appBuilder = new AppBuilder(); appBuilder.Use(next => { return async context => { 阅读全文
posted @ 2024-09-03 10:25 pojianbing 阅读(2) 评论(0) 推荐(0) 编辑
摘要: internal class Program { static async Task Main(string[] args) { var a = new Item("A"); var c = new Item("C"); var f = new Item("F"); var h = new Item 阅读全文
posted @ 2024-09-03 10:07 pojianbing 阅读(6) 评论(0) 推荐(0) 编辑
摘要: using Cronos; using Newtonsoft.Json; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Lin 阅读全文
posted @ 2024-08-31 14:56 pojianbing 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ` using System.Collections.Concurrent; namespace ConsoleApp1 { internal class Program { static void Main(string[] args) { var rnd = new Random(); for 阅读全文
posted @ 2024-08-20 10:06 pojianbing 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 图片准备 图片 名称 尺寸 bg.jpg 552 * 344 hole.png 110 * 110 slider.png 110 * 110 hole.png和slider.png为png是因为图片带有透明度。 ##合成目标 最终为前端生成两张图片: | 图片 | 名称 | 尺寸 | | | | | 阅读全文
posted @ 2022-04-14 11:46 pojianbing 阅读(1779) 评论(13) 推荐(12) 编辑
摘要: LazySlideCaptcha 介绍 LazySlideCaptcha是基于.Net Standard 2.1的滑动验证码模块。项目同时提供一个基于vue2的演示前端组件和背景图裁剪工具。 【码云地址】 | 【Github 地址】 图形验证码请移步lazy-captcha。 在线体验点这里 快速开 阅读全文
posted @ 2022-04-04 10:42 pojianbing 阅读(3784) 评论(8) 推荐(12) 编辑
摘要: 介绍 LazyCaptcha是仿EasyCaptcha和SimpleCaptcha,基于.Net Standard 2.1的图形验证码模块。 目前Gitee 52star, 如果对您有帮助,请不吝啬点颗星😀。 一. 自定义随机验证码(需要版本1.1.2) 这里随机是指CaptchaType随机,动 阅读全文
posted @ 2022-03-16 15:17 pojianbing 阅读(729) 评论(0) 推荐(1) 编辑
摘要: Lazy FileServer 非常简单的文件服务,仅实现上传然后生成url。 码云地址 Github地址 服务端 服务端提供统一接口,以便各子应用统一上传文件。 1. 安装 Install-Package Lazy.FileServer.Server -Version 1.0.2 2. 配置 "F 阅读全文
posted @ 2022-03-04 21:33 pojianbing 阅读(292) 评论(2) 推荐(0) 编辑
摘要: LazyCaptcha 介绍 LazyCaptcha是仿EasyCaptcha和SimpleCaptcha,基于.Net Standard 2.1的图形验证码模块。 项目地址 效果展示 CaptchaType 字体 静态图 动图 DEFAULT Actionj WORD Actionj WORD_L 阅读全文
posted @ 2022-02-13 19:55 pojianbing 阅读(2554) 评论(1) 推荐(6) 编辑