11 2021 档案

摘要:java生成当前时间 阅读全文
posted @ 2021-11-22 16:34 r涤生 阅读(279) 评论(0) 推荐(0)
摘要:JDBC中PreparedStatement接口提供的execute、executeQuery和executeUpdate之间的区别及用法 PreparedStatement接口提供了三种执行 SQL 语句的方法:executeQuery、executeUpdate 和 execute。使用哪一个方 阅读全文
posted @ 2021-11-21 15:45 r涤生 阅读(459) 评论(0) 推荐(0)