智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
Uri url = HttpContext.Current.Request.Url;
// 获取URL的协议部分
string protocol = url.Scheme;
string domain = HttpContext.Current.Request.Url.Authority;
list.Add(new ProjVO { FileName = "揭榜挂帅", FilePath = $"{protocol}://{domain}/Images/bg.png", FileType = "5", TZLX = "1", TZURL = "" });

 

posted @ 2025-03-05 11:31 後生哥哥 阅读(1) 评论(0) 推荐(0) 编辑
摘要: string str1 = "11101110010111111111111"; string str2 = "11111110010000000000000"; string str3 = "11111110010111111111111"; var s =Convert.ToInt64(str1 阅读全文
posted @ 2025-02-16 22:53 後生哥哥 阅读(0) 评论(0) 推荐(0) 编辑
摘要: const elements = document.querySelectorAll('button, input, a, select,textarea'); elements.forEach(element => { element.disabled = true; element.style. 阅读全文
posted @ 2025-01-15 23:04 後生哥哥 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /*去重复*/Select xmid,regexp_replace( listagg(name,',') WITHin GROUP (ORDER BY xmid) ,'([^,]+)(,\1)*(,|$)','\1\3')as namefrom t_tablenameWhere yxzt=1 --A 阅读全文
posted @ 2025-01-13 16:54 後生哥哥 阅读(16) 评论(0) 推荐(0) 编辑
摘要: declare conNum number; Begin conNum :=250109107; for item in (Select sysid from T_PROJ_DBRW Where cjrid ='system') loop --insert into table_b(a,b,c) v 阅读全文
posted @ 2025-01-09 18:56 後生哥哥 阅读(4) 评论(0) 推荐(0) 编辑
摘要: string html = RenderControl(this.Page);//获取控件最终呈现的HTML,最好是Table MemoryStream stream = new MemoryStream(Encoding.UTF8.GetBytes(html)); System.IO.Memory 阅读全文
posted @ 2024-11-16 10:22 後生哥哥 阅读(3) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 数据合并 /// </summary> /// <param name="mySheet"></param> /// <param name="columnIndex">合并的列下标</param> /// <param name="dataIndex">从哪一行 阅读全文
posted @ 2024-09-30 18:10 後生哥哥 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Select * FROM ( Select sprid,RWID,spsj,spyj,sprmc from T_PROJ_DBRW_SPYJ Where sprid In('A','B','C','D') --And RWID in(56295,56186) ) pivot( Max(spsj) 阅读全文
posted @ 2024-09-07 01:11 後生哥哥 阅读(5) 评论(0) 推荐(0) 编辑
摘要: <MyCommand Name="日常测评列表" Database="ZDXMGL_SH" CommandType="Text"> <Parameters> <Parameter Name="Sysid" Type="Int32" Direction="Input" /> <Parameter Na 阅读全文
posted @ 2024-08-21 01:28 後生哥哥 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <MyCommand Name="LoadDataSet" Database="DataBase" CommandType="Text"> <Parameters> <Parameter Name="cur1" Type="RefCursor" Direction="Output" /> <Para 阅读全文
posted @ 2024-08-19 00:49 後生哥哥 阅读(35) 评论(0) 推荐(0) 编辑
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
点击右上角即可分享
微信分享提示