2023年7月4日

摘要: 字符函数 select concat('a','b')from dual;//concat 拼接;dual oracle中虚表。不存在的 select 'a'||'b' from dual//与concat拼接等价 select concat('a','b','c')from dual concat 阅读全文

posted @ 2023-07-04 19:51 liuxin6de1b 阅读(16) 评论(0) 推荐(0) 编辑

摘要: 1.jsp的执行过程 步骤一:翻译(jsp文件翻译成java文件) 步骤二:编译(java文件编译成class文件) 步骤三:执行(执行class(字节码)文件) 2.在jsp中实现日期输出在网页上 <% SimpleDateFormat sdf =new SimpleDateFormat("yyy 阅读全文

posted @ 2023-07-04 19:43 liuxin6de1b 阅读(42) 评论(0) 推荐(0) 编辑


Copyright © 2024 liuxin6de1b
Powered by .NET 9.0 on Kubernetes