摘要:
1.查询表名 like ...的表 select table_name,table_comment from information_schema.tables where table_schema='onecloud' and table_name like 'oc_%_instance'; 2. 阅读全文
摘要:
@Test public void adasdfadd(){ System.out.println("**********Date***********"); //1.获取当前时间 Date d = new Date(); //2.创造指定时间 2019年11月7日 Date d1 = new Da 阅读全文