智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
摘要: public class Program { static public Dictionary<string, Tuple<object, object>> GetChangedProperties<T>(T a, T b) where T : class { if ( a != null && b 阅读全文
posted @ 2024-07-27 13:28 後生哥哥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 传参数的顺序一定要按照语句中 :参数 出现的顺序保持一致 阅读全文
posted @ 2024-07-23 23:34 後生哥哥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 注意,字段名必需大小写保持一致 /// </summary> protected static string updateSql = @" Merge into Table_Name T Using TempTable S ON (T.USER_ID = S.US 阅读全文
posted @ 2024-07-04 08:57 後生哥哥 阅读(2) 评论(0) 推荐(0) 编辑
摘要: private HttpClientHandler getHandler() { string cacheKey = "handlerChche"; HttpClientHandler handler = null; //cache.GetCache<HttpClientHandler>(cache 阅读全文
posted @ 2024-02-23 10:59 後生哥哥 阅读(58) 评论(0) 推荐(0) 编辑
摘要: public static string IPV4CIDR(string ipstart, string ipend) { var sl = ipstart.Split('.'); var el = ipend.Split("."); StringBuilder sbs = new StringBu 阅读全文
posted @ 2023-12-19 12:55 後生哥哥 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Window 上 VS Code 无法编译Rust 文件的错误error: linker `link.exe` not found 在CMD中运行以下命令1. rustup toolchain install stable-x86_64-pc-windows-gnu2. rustup default 阅读全文
posted @ 2023-10-25 10:49 後生哥哥 阅读(45) 评论(0) 推荐(0) 编辑
摘要: sp_spaceused tableName 阅读全文
posted @ 2023-03-06 15:06 後生哥哥 阅读(27) 评论(0) 推荐(0) 编辑
摘要: declare @FatherCode varchar(50)='001'; if object_id('tempdb..#Temp') is not null begin drop table #Temp end ; declare @tmp TABLE( TypeCode varchar(50) 阅读全文
posted @ 2023-02-06 10:40 後生哥哥 阅读(20) 评论(0) 推荐(0) 编辑
摘要: // 参考地址:https://www.isqqw.com/echartsdetail?id=31404//加载数据 function LoadDataX() { GetApiDataSync2("url" , 'POST' , { annual: 2022 } , function (result 阅读全文
posted @ 2022-09-02 01:50 後生哥哥 阅读(836) 评论(0) 推荐(0) 编辑
摘要: /*loading*/ .layui-layer-loading .layui-layer-loading0 { background: url(../img/loading3.png) no-repeat !important; /*自定义图片地址*/ background-size: 80px 阅读全文
posted @ 2022-09-02 01:44 後生哥哥 阅读(297) 评论(0) 推荐(0) 编辑
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也