摘要:
效果: 代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> body { margin: 0%; position: absolute; top: 0; bo 阅读全文
摘要:
应用程序与数据库进行交互,相对耗时,通过缓存查询结果,可以在一定程度上减少此耗时。 在SQL映射文件中,一个select标签对应的一个statement对象。(以下session指的是SqlSession,factory指的是SqlSessionFactory) 一级缓存 Mybatis是默认开启一 阅读全文