智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也
1 2 3 4 5 ··· 12 下一页
摘要: input[type='date']{ position: relative; } input[type='date']::-webkit-calendar-picker-indicator { position: absolute; right: 0; padding-left: calc(100 阅读全文
posted @ 2025-06-24 14:32 後生哥哥 阅读(3) 评论(0) 推荐(0)
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>假日列表</t 阅读全文
posted @ 2025-04-15 17:59 後生哥哥 阅读(50) 评论(0) 推荐(0)
摘要: 引用自 https://www.cnblogs.com/xiaobaidejiucuoben/p/14630923.html 创建表 create table Dim_OA_Time ( FDATE Date ,FDATENAME varchar2(64) ,FYEAR number ,YEARNA 阅读全文
posted @ 2025-04-14 10:44 後生哥哥 阅读(6) 评论(0) 推荐(0)
摘要: public static class DateTimeExtensions { public static DateTime StartOfWeek(this DateTime dt, DayOfWeek startOfWeek) { int diff = (7 + (dt.DayOfWeek - 阅读全文
posted @ 2025-04-09 09:07 後生哥哥 阅读(4) 评论(0) 推荐(0)
摘要: public class student { //通过属性格式 [JsonConverter(typeof(DateFormat))] public DateTime BirthDay { get; set; } [JsonConverter(typeof(DateTimeFormat))] pub 阅读全文
posted @ 2025-03-19 18:29 後生哥哥 阅读(51) 评论(0) 推荐(0)
摘要: Uri url = HttpContext.Current.Request.Url; // 获取URL的协议部分 string protocol = url.Scheme; string domain = HttpContext.Current.Request.Url.Authority; list 阅读全文
posted @ 2025-03-05 11:31 後生哥哥 阅读(26) 评论(0) 推荐(0)
摘要: string str1 = "11101110010111111111111"; string str2 = "11111110010000000000000"; string str3 = "11111110010111111111111"; var s =Convert.ToInt64(str1 阅读全文
posted @ 2025-02-16 22:53 後生哥哥 阅读(6) 评论(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 後生哥哥 阅读(8) 评论(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 後生哥哥 阅读(37) 评论(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 後生哥哥 阅读(7) 评论(0) 推荐(0)
1 2 3 4 5 ··· 12 下一页
智者樂山山如畫, 仁者樂水水無涯。 從從容容一盃酒, 平平淡淡一盞茶。 細雨朦朧小石橋, 春風盪漾小竹筏。 夜無明月花獨舞, 腹有詩書气自華。 吾生有崖,也知無崖,以有崖逐無崖,殆也