摘要: springmvc项目,定时任务的xml文件配置: <!-- 1、在 xmlns中加入 --> <!-- 2、 在xsi:schemaLocation中加入 --> <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:task="http://ww 阅读全文
posted @ 2022-08-03 22:44 星空异皓` 阅读(763) 评论(0) 推荐(0) 编辑
摘要: mybatis批量操作 1)更新的方式: -- 批量更新<foreach collection="list" item="item" index="index" open="begin" close=";end;" separator=";">UPDATE BS_MENU<trim prefix=" 阅读全文
posted @ 2022-08-03 22:23 星空异皓` 阅读(207) 评论(0) 推荐(0) 编辑
/*页脚固定*/