• 2024-05-23SqlSugar : date绑定到XX失败,可以试着换一个类型,或者使用ORM自定义类型实现
    System.Exception:中文提示:date绑定到Machine失败,可以试着换一个类型,或者使用ORM自定义类型实现EnglishMessage:MachinedatebinderroratSqlSugarEntity(IDataRecord)atSqlSugar.IDataReaderEntityBuilder`1.Build(IDataRecorddataRecord)atSqlSugar.
  • 2024-05-20SqlSugar SqlFunc常用方法
    开始做项目管理了(本人3年java,来到这边之后真没想到...),天天开会沟通整理需求,他们讲话的时候忙里偷闲整理一下常用的方法,其实语言还是有共通性的,基本上看到方法名就大概能猜出来用法。出去打水的时候看到外面太阳好好,真想在外面坐着晒太阳,回来的时候好兄弟三年前送给我的键盘D键不灵
  • 2023-03-31实体类转化为DataTable,,DataTable 转换为List 集合
    点击查看代码///<summary>///C#List转换成DataTable///</summary>///<paramname="list"></param>///<returns></returns>publicstaticDataTableListToDataTable(IList
  • 2023-02-09C# 委托
    publicTQuery<T>(intid)whereT:BaseModel{Typetype=typeof(T);stringcolumnString=string.Join(",",type.GetProper
  • 2022-12-12[Typescript] Extract the Result From Several Possible Function Shapes
    Let'simagineyou'rebuildingatypehelpertoextractoutthevaluefromseveraldifferent'parsers'.constparser1={parse:()=>1,};constparser2=
  • 2022-11-25datatable 转list
    C#DataTable转List方法,网上有好多,之前也收集了,感觉这个也不错,重要是自己要领会这里面的代码含义。接不来我就把代码贴出来分享一下,大家觉得如果不好,请留言我,我来改进。u