老師講的很細,包括一些編程思想,邏輯思維,設(shè)計模式,debug等。聽完這節(jié)課收獲良多,感謝老師!期待后續(xù)課程
2019-02-09
用mysql5.7以及以上版本的同學注意下,默認時間不能設(shè)置0000-00-00。需要執(zhí)行下這兩條命令:
```
SELECT @@GLOBAL.sql_mode;
SELECT @@SESSION.sql_mode;
```
```
SELECT @@GLOBAL.sql_mode;
SELECT @@SESSION.sql_mode;
```
2019-02-03
我的訪問查詢報錯,斷點不進DouserMApper接口
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
2019-02-01
我的訪問查詢報錯,斷點不進DouserMApper接口
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause
2019-02-01