fmt.Scan系列
fmt.Scan函数定义如下:
// Scan scans text read from standard input, storing successive space-separated values into successive arguments.
// Newlines count as space.
// It returns the number of items successfully scanned.
// If tha…
MyBatis详解(2) mybatis配置文件 mybatis配置文件
1.构建SqlSessionFactory的依据。
2.MyBatis最为核心的内容,对MyBatis的使用影响很大。
3.配置文件的层次顺序不能颠倒,一旦颠倒会出现异常。 < c o n f i g u r a t i o n…