摘要:
## Using HTTP Status Codes在我们自定义的异常上使用ResponseStatus注解。当我们的Controller抛出异常,并且没有被处理的时候,他将返回HTTP STATUS 为指定值的 HTTP RESPONSE,比如:```java @ResponseStatus... 阅读全文
摘要:
## 基本概念 - Open() – creates a DB - Close() - closes the DB - Query() - 查询 - QueryRow() -查询行 - Exec() -执行操作,update,insert,delete - Row - A row is not a ... 阅读全文