摘要:
作为一名非主修C#的程序员,在此记录下学习与工作中C#的有用内容,持续更新 对类型进行约束,class指定了类型必须是引用类型,new()指定了类型必须具有一个无参的构造函数,规定T类型必须实现IUser,规定T必须为struct where T : class, new(), T:IUser, T 阅读全文
摘要:
var interpreter = new Interpreter(); interpreter.Eval("leftValue/rightValue", new Parameter("leftValue", 2), new Parameter("rightValue", 3) ); 阅读全文
摘要:
报错提示 SSL出错,因为升级了驱动,字符串增加Encrypt=True;TrustServerCertificate=True;即可。详细错误:A connection was successfully established with the server, but then an error 阅读全文