摘要: 开发思路:WPF应用程序(EXE) 调用 控制台(EXE) 1、WPF 文件管理助手1.1、文件比较1.2、文件差异1.3、文件上传下载2、WPF 数据库同步助手2.1、数据表对比2.2、数据同步 2.3、导入导出3、WPF 屏幕录制3.1、屏幕录屏3.2、区域录屏3.2、应用录屏3.3、录制GIF 阅读全文
posted @ 2024-04-12 10:15 microsoft-zhcn 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 框架设计 项目 描述 说明 Micro.Web 应用层 Html、WebApi Micro.Common/Utilities 公共层 存放常用类库 、加密解密单元等 Micro.Models 实体层 Entity、Dto、ViewModel Micro.Core 公共集 服务端(数据库、缓存相关类) 阅读全文
posted @ 2024-01-04 09:42 microsoft-zhcn 阅读(19) 评论(1) 推荐(0) 编辑
摘要: 创建 Asp.Net Core Web应用 创建控制器文件夹(Controllers),Program.cs 配置控制器路由 app.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id 阅读全文
posted @ 2023-12-10 02:31 microsoft-zhcn 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/fanfan-90/p/16265088.html 阅读全文
posted @ 2024-08-21 19:24 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://www.jnpfsoft.com 阅读全文
posted @ 2024-07-30 11:44 microsoft-zhcn 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 审批的本质是业务管控,包括但不限于规范员工行为及业务质量、提高企业运转效率等。本文作者对审批流的设计思路进行了分析,一起来看一下吧。 一、本质及意义 审批,本质是业务管控,包含但不限于规范员工行为及业务质量、提高企业运转效率、业务数据存档和溯源等。 审批,意义是提高企业运转效率,如果在审批之间,还需 阅读全文
posted @ 2024-07-25 17:35 microsoft-zhcn 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 1、环境搭建,安装影刀 Private 2、影刀开发账户管理 第一步 影刀导航 影刀导航地址: http://10.10.20.170 影刀调度中心: http://10.10.20.170/console/user/login 账号: yangxiuxu@zyjs 密码: 003334 第二步 下 阅读全文
posted @ 2024-07-25 13:46 microsoft-zhcn 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 查询所有表格: select convert(varchar(64),s.id) as fRowId, s.name as TableName , IsNull(cast(xp.[value] as nvarchar(4000)), s.name) as TableDesc , ModuleCode 阅读全文
posted @ 2024-07-25 08:57 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-24 11:21 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 注意:不用启动自动更新 生成.cer证书文件: 发布时,导入证书: 阅读全文
posted @ 2024-07-24 10:27 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: vs maui 存档失败,需要把Debug 模式改为 Replese; 阅读全文
posted @ 2024-07-24 09:51 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 打包格式为APK:https://www.cnblogs.com/jianzhan/p/maui_public.html <AndroidPackageFormat>apk</AndroidPackageFormat> 创建证书:https://www.zhihu.com/tardis/bd/art 阅读全文
posted @ 2024-07-23 17:43 microsoft-zhcn 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/pylblog/p/18054137 阅读全文
posted @ 2024-07-23 17:42 microsoft-zhcn 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 配置数据字典 在基础数据-数据字典模块添加如下数据字典。 类别代码类别名称字典内容 GoodsType 商品类别 测试 Unit 计量单位 个、千克 SettleMode 结算方式 现金、微信、支付宝、对账 配置功能菜单 下面我们根据需求文档整理好功能模块数据,在系统管理-模块管理中逐一添加进去,各 阅读全文
posted @ 2024-07-23 17:07 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 分布式缓存框架: Microsoft Velocity:微软自家分布式缓存服务框架。 Memcahed:一套分布式的高速缓存系统,目前被许多网站使用以提升网站的访问速度。 Redis:是一个高性能的KV数据库。 它的出现很大程度补偿了Memcached在某些方面的不足。 EnyimMemcached 阅读全文
posted @ 2024-07-23 17:00 microsoft-zhcn 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/freshfresh/p/17778426.html 阅读全文
posted @ 2024-07-23 16:51 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/yellow3gold/p/17375015.html 阅读全文
posted @ 2024-07-23 16:46 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 目录 简介 使用方法 实现客户端 实现服务端 总结 简介# 工作中经常遇到需要实现TCP客户端或服务端的时候,如果每次都自己写会很麻烦且无聊,使用SuperSocket库又太大了。这时候就可以使用SimpleTCP了,当然仅限于C#语言。 SimpleTCP是一个简单且非常有用的 .NET 库,用于 阅读全文
posted @ 2024-07-23 15:20 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: IOC框架 Unity:微软patterns&practicest团队开发的IOC依赖注入框架,支持AOP横切关注点。 MEF(Managed Extensibility Framework):是一个用来扩展.NET应用程序的框架,可开发插件系统。 Spring.NET:依赖注入、面向方面编程(AO 阅读全文
posted @ 2024-07-23 14:57 microsoft-zhcn 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/ybhuangfugui/article/details/136697294 阅读全文
posted @ 2024-07-23 14:45 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1. 无损快速分割视频 1.1:从 01:45 秒开始截取,一直到结束。 备注:这个执行过程非常快。 cd C:\MyFiles\FFmpeg\ffmpeg-v2022-03-09\ffmpeg\bin ffmpeg -i "D:\周星驰《功夫》.mp4" -ss 00:01:45 -codec c 阅读全文
posted @ 2024-07-23 10:07 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/u012402739/article/details/128493910 阅读全文
posted @ 2024-07-23 09:14 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.Ado.Net 2.EF CodeFirst 3.SqlSugar 4.dapper 5.NPoco,参考:https://www.cnblogs.com/timefiles/p/18294967 阅读全文
posted @ 2024-07-23 09:01 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: UI库 MahApps、HandyControl https://www.cnblogs.com/qsnn/p/17106210.html MVVM框架 Prism 图表库: OxyPlot和OxyPlot.wpf、LiveCharts、scottplot 图片处理: OpenCvSharp4.Wi 阅读全文
posted @ 2024-07-22 14:32 microsoft-zhcn 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 慧销生态1.呼叫中心(Mim)2.软件公告曝光+导流提成3.任务刷单平台4.发帖、评论5.开店助手6.邮件、短信、公众号、短视频7.线下广告软件广告 - 慧销生态(ADS) - (DRP、CRM、SCRM、MES、WMS、QMS) - OAS、HRS、FMS、EAMS - ERPDRP最核心的优势是 阅读全文
posted @ 2024-07-20 11:18 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/zhaoshujie/p/13666051.html 阅读全文
posted @ 2024-07-18 17:40 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: XAML调用示例: <pp:RunningText Grid.Row="2" Grid.Column="1" Padding="12 6" Space="0" Speed="120" FontSize="12" Direction="LeftToRight" Background="#5D6B99" 阅读全文
posted @ 2024-07-15 09:21 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://flurl.dev/docs/testable-http/ 注意:除了 URL 构建和解析之外的所有内容都需要安装Flurl.Http而不是基本的Flurl包。 考虑与 HTTP 服务交互的一种非常常见的方式是“我想构建一个 URL,然后调用它”。Flurl.Http 允许您非常简洁 阅读全文
posted @ 2024-07-11 13:39 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 通过NuGet来安装SuperSocket客户端,SuperSocket.ClientEngine 实现代码如下: public partial class MainPage : Page { SuperSocket.ClientEngine.AsyncTcpSession client = nul 阅读全文
posted @ 2024-07-11 11:29 microsoft-zhcn 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/lizhigang/p/15523216.html 参考:https://www.cnblogs.com/lizhigang/p/15523207.html 阅读全文
posted @ 2024-07-11 10:10 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: USE master; DECLARE @TableName NVARCHAR(128); DECLARE @SQL NVARCHAR(MAX); DECLARE TableCursor CURSOR FOR SELECT name FROM sys.tables WHERE name LIKE ' 阅读全文
posted @ 2024-07-10 09:39 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: public partial class App : Application { public App() { this.DispatcherUnhandledException += App_DispatcherUnhandledException; } private void App_Disp 阅读全文
posted @ 2024-07-09 23:03 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: NuGet 导入:RazorEngine.NetCore HTML模板 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/h 阅读全文
posted @ 2024-07-09 15:31 microsoft-zhcn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Lockout功能 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity如何使用Policy 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity 2FA 认证 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity 如何执行用户的电子邮件确认 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity 重置密码功能 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity角色管理 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity身份认证,参考:https://mp.weixin.qq.com/s?__biz=MzA3NDM1MzIyMQ==&mid=2247486183&idx=1&sn=baeb28f24399a9b0203f33185e1399a6&chksm=9f0055cd 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 在这节中我们将研究ASP.NET Core Identity中用户名、邮件、密码策略,解释一下Identity默认提供的策略以及如何实现自定义策略,最后我们针对用户名、邮件、密码实现客户自定义策略 1、ASP.NET Core Identity密码策略 ASP.NET Core Identity默认 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity客户自定义属性 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity如何使用Claim 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑