摘要:
jenkins No payload or URI contains invalid entries. webhook钩子地址不对 HTTP ERROR 403 No valid crumb was included in the request 关闭csrf 执行脚本 hudson.securit 阅读全文
摘要:
MYSQL Row size too large (> 8126) 的错误 详情 ERROR 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format 阅读全文
摘要:
访问属性时,其行为类似于字段。不同的是属性通过访问器实现;访问器用于定义访问属性或为属性赋值时执行的语句。 #属性语法 1.赋初始值 public class Person { public string FirstName { get; set; } = string.Empty; } 2.可为 阅读全文