摘要:
问题导读:1、Scheduler任务中Distributed Plan、Scan Range是什么?2、Scheduler基本接口有哪些?3、QuerySchedule这个类如何理解?4、SimpleScheduler接口如何实现的?Scheduler的任务1、相关概念:Distributed Pl 阅读全文
摘要:
一.背景: 用Mybatis+mysql的架构做开发,大家都知道,Mybatis内置参数,形如#{xxx}的,均采用了sql预编译的形式,举例如下: Xml代码 <select id=”aaa” parameterType=”int” returnType=”Blog”> select * from 阅读全文