MyBatisCN icon indicating copy to clipboard operation
MyBatisCN copied to clipboard

MyBatis中文详尽注释版。书籍《通用源码阅读指导书——MyBatis源码详解》配套注释版源码。

Results 5 MyBatisCN issues
Sort by recently updated
recently updated
newest added

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @​svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...

dependencies

"而对象适配器Adaptee不再继承目标类,而是直接持有一个目标类的对象" 是不是将Adaptee改为Adapter

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.3.7. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

Bumps org.hsqldb:hsqldb from 2.4.1 to 2.7.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.hsqldb:hsqldb&package-manager=maven&previous-version=2.4.1&new-version=2.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

P34 代码3-30中,"return handler.query"应改为"return handler.query"; P34 倒数第二行,"handler.query"应改为"handler.query"; P35 代码3-32中,"return resultSetHandler.handleResultSets"应改为"return resultSetHandler.handleResultSets"; P35 倒数第7行,"为 h>statement>result"应改为"为 h>statement>results"; P36 第一行,"交给ResultHanlder对象"应改为"交给ResultSetHanlder对象"; P36 第三行,"交给ResultHanlder对象"应改为"交给ResultSetHanlder对象","ResultHandler是"应改为"ResultSetHandler对象是"; P45 5.1.2下第五行,"则必须继承Serializable接口"应改为"则必须实现Serializable接口" P84 图8-1下第二行,"BaseTypeHandler继承了"应改为"BaseTypeHandler实现了","并实现了TypeHandler中的接口"应改为"并实现了TypeHandler中的抽象方法" P101 代码10-2下第一行,"而对象适配器Adaptee"应改为"而对象适配器Adapter" P141 图14-1上第三行,"不需要关系建造对象的细节"应改为"不需要关心建造对象的细节" P148 倒数第三行,"赋予默认的属性名称"expression""应改为""赋予默认的属性名称"property"" P174 代码15-9上第三行,"如果sex的值为0,则最终输出结果为Girl对象"应改为"如果sex的值为1,则最终输出结果为Girl对象","如果sex的值为1,则最终输出结果为Boy对象"应改为"如果sex的值为0,则最终输出结果为Boy对象"...