摘要: JdbcTemplate主要提供以下五类方法:execute方法:可以用于执行任何SQL语句,一般用于执行DDL语句;update方法及batchUpdate方法:update方法用于执行新增、修改、删除等语句;batchUpdate方法用于执行批处理相关语句;query方法及queryForXXX... 阅读全文
posted @ 2016-01-18 15:32 深海蓝精灵 阅读(400) 评论(0) 推荐(0)
摘要: 重命名、覆盖或移动文件mv [options] existing-file new-filenamemv [options] existing-file-list directorymv [options] existing-directory new-directory参数第一种形式:existi... 阅读全文
posted @ 2016-01-18 10:17 深海蓝精灵 阅读(316) 评论(0) 推荐(0)