首页 > TAG信息列表 > muxue

netcore 自定义脚手架

脚手架可以极大的提高我们搭建新项目的速度,推荐两篇文章给大家学习: https://www.cnblogs.com/laozhang-is-phi/p/10205495.html https://www.cnblogs.com/catcher1994/p/10061470.html     1、执行打包操作,文件地址就是 nuspec 范本地址nuget pack  MuXue.WebAPI.Template.nusp

Windows协议 LDAP篇 - 组&OU

LDAP搜索 LDAP查找 位操作 以userAccountControl为例,CN=User-Account-Control,CN=Schema,CN=Configuration,DC=muxue,DC=com https://docs.microsoft.com/zh-cn/troubleshoot/windows-server/identity/useraccountcontrol-manipulate-account-properties 属性标志 十六进制值

小白版查询权重脚本

下载地址 https://muxue.lanzous.com/iczj93i 使用方法在README.md里面 效果图

.netcore 3.1 EFCore报错-The SqlParameterCollection only accepts non-null SqlParameter type objects, no

把.netcore 2.2升级到3.1后,EFcore里,执行自己写的sql一直报错。部分代码如下: //using System.Data.SqlClient; List<SmallOrderResp> result = new List<SmallOrderResp>(); string sql = @"select * from cs_orders"; SqlParameter[] parameters