2025年2月21日

博客园的技术支持

摘要: Version 2.2.40. Powered by Angular 15.2.6 and .NET 9.0 on Kubernetes 阅读全文

posted @ 2025-02-21 11:05 癫狂编程 阅读(20) 评论(0) 推荐(0)

Oracle 按工作日计算工单超期日期(跳过法定节假日)

摘要: 一、创建辅助表:用于存储 法定节假日调休日 create table TEMP_JJRTXR ( rq DATE not null, lx NUMBER not null, zt NUMBER not null ) tablespace USR_xxx_TBS pctfree 10 initrans 阅读全文

posted @ 2025-02-21 10:51 癫狂编程 阅读(163) 评论(0) 推荐(0)

导航

好的代码像粥一样,都是用时间熬出来的