摘要:
HttpAnalyze SmartSniff Fiddler4 阅读全文
摘要:
虚拟机网卡使用桥连模式 ifconfig -a /etc/sysconfig/network-scripts/ifcfg-具体的网卡 TYPE=EthernetBOOTPROTO=static #设置静态IpDEFROUTE=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesI 阅读全文
摘要:
IModelBinderProviderIModelBinder builder.Services .AddControllers(options=> { //给控制器增加一下webapi请求参数模型绑定的供应商,供应商会判断如果是webapi的请求参数,使用webapi的参数绑定实现 option 阅读全文
摘要:
//mvc服务 services.AddControllersWithViews(options => { }).AddJsonOptions(a => a.JsonSerializerOptions.Converters.Add(new FzCyjh.YunSdkAJ.Common.DateTim 阅读全文
摘要:
C#姓名验证及百家姓验证,身份证格式校验 阅读全文
摘要:
select * from (select ROW_NUMBER()over(partition by id order by rTime desc) rowId,* from Records where Uid=353) as Records where rowId=1 阅读全文
摘要:
在.net core 2.0时代,微软默认没有开启Endpoint,也就是当Controller或者Action设置了AllowAnonymous特性,将会为请求自动添加AllowAnonymousFilter,这就回到了上文提到的2.0项目中的验证方法的写法上了。 毫不犹豫,果断的去翻了项目的St 阅读全文
摘要:
ServiceStack 程序集没有方法注解,我在这里将注解添加上去,有不当之处,欢迎指正 Console.WriteLine(" Set类型 "); //添加 setId集合中添加item值 client.AddItemToSet(setId, item); //setId集合中添加多个item 阅读全文
摘要:
/// <summary> /// API消息请求处理 /// </summary> public class MessageHandler : MessageProcessingHandler { /// <summary> /// 接收到request时 处理 /// </summary> // 阅读全文
摘要:
https://www.cnblogs.com/jiangmingbai/p/13049710.html 阅读全文