摘要:
先看一下MapperMethod类,SqlCommand和MethodSignature都是MapperMethod的静态内部类 public class MapperMethod { private final MapperMethod.SqlCommand command; private fi 阅读全文
摘要:
首先了解一下mybatis的重点对象Configuration对象 Configuration对象在mybatis允许流程中是全局唯一的,先看一下Configuration对象,默认构造方法中进行一些默认参数的配置,往后就是解析配置文件,添加配置信息到Configuration对象中了 public 阅读全文
摘要:
之前自己做了一个个人博客部署到自己的服务器上,之前上传图片都测试了,没有任何问题, 过了一段时间没事发一下博客,后来发现图片上传报错 The temporary upload location [/tmp/xxx] is not valid 后来网上查到说是linux过一段时间会删除tmp目录下的临 阅读全文