Steven5007

导航

07 2018 档案

oracel 日期查询
摘要:--查出当前系统时间select SYSDATE from table;--格式转换-- TO_CHAR 把日期或数字转换为字符串 -- TO_CHAR(number, '格式') -- TO_CHAR(salary, '$99,999.99') 、 -- TO_CHAR(date, '格式')-- 阅读全文

posted @ 2018-07-26 14:27 Steven5007 阅读(161) 评论(0) 推荐(1)

springBoot注解大全
摘要:[springBoot系列]--springBoot注解大全 一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan 阅读全文

posted @ 2018-07-13 10:24 Steven5007 阅读(224) 评论(0) 推荐(0)