摘要:
Spring的JDBC模板通过反射机制实现JDBC封装将实现数据库字段与对象数据传递spring中的JDBC模板:org.springframework.jdbc.core.JdbcTemplateorg.springframework.jdbc.core.namedparam.NamedParam... 阅读全文
posted @ 2015-10-12 22:24
W&L
阅读(209)
评论(0)
推荐(0)
摘要:
1、to_date()to_date('2015-10-12 10:00:44','yyyy-mm-dd hh24:mi:ss');2、to_char()select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') as nowTime from dual; //日... 阅读全文
posted @ 2015-10-12 16:13
W&L
阅读(148)
评论(0)
推荐(0)