摘要: 硬件环境:Thinkpad t440p 4G 软件环境:Oracle11g 运行环境:Idea控制台程序 建表: create table bulk63( id number(20), f01 nvarchar2(20), f02 nvarchar2(20), f03 nvarchar2(20), 阅读全文
posted @ 2022-06-03 16:40 逆火狂飙 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 代码: package com.hy.lab.itera; import java.util.Iterator; import java.util.NoSuchElementException; public class MyArr<T> implements Iterable<T>, Iterat 阅读全文
posted @ 2022-06-03 09:29 逆火狂飙 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 代码: SQL> select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual; TO_CHAR(SYSDATE,'YY 2022-06-03 06:46:13 SQL> select to_date('2022-06-03','yyyy-mm- 阅读全文
posted @ 2022-06-03 06:58 逆火狂飙 阅读(1256) 评论(0) 推荐(0) 编辑
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东