智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
摘要: private HttpClientHandler getHandler() { string cacheKey = "handlerChche"; HttpClientHandler handler = null; //cache.GetCache<HttpClientHandler>(cache 阅读全文
posted @ 2024-02-23 11:00 後生哥哥 阅读(24) 评论(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 後生哥哥 阅读(4) 评论(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:50 後生哥哥 阅读(36) 评论(0) 推荐(0) 编辑
摘要: sp_spaceused tableName 阅读全文
posted @ 2023-03-06 15:06 後生哥哥 阅读(25) 评论(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:41 後生哥哥 阅读(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 後生哥哥 阅读(731) 评论(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 後生哥哥 阅读(278) 评论(0) 推荐(0) 编辑
摘要: <script> //https://www.cnblogs.com/j-a-h/p/15698989.html //js 数组对象操作 (filter,finde、findIndex、map) // find、findIndex、map、filter var id = '1'; var arr = 阅读全文
posted @ 2022-08-23 18:00 後生哥哥 阅读(90) 评论(0) 推荐(0) 编辑
摘要: public static class SqlBulkCopyHelper { /// <summary> /// 本地认证评估表建表SQL /// </summary> private const string CreateTemplateSql = @"[Id] [int] NOT NULL,[ 阅读全文
posted @ 2022-08-09 07:03 後生哥哥 阅读(322) 评论(0) 推荐(0) 编辑
摘要: declare @annual int =2020 select * from tbName where DATEDIFF(YEAR,CAST( annual as varchar),cast(@annual as varchar)) between (case when @annual=YEAR( 阅读全文
posted @ 2022-07-26 21:09 後生哥哥 阅读(383) 评论(0) 推荐(0) 编辑
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也