CREATE TABLE t (c CHAR(20) CHARACTER SET utf8 COLLATE utf8_bin); CREATE TABLE test (blob_col BLOB, INDEX(blob_col(10)));
datetime -- timestamp 只到 2038年,而它到 9999 年,他俩都能存秒后的小数 bit(1) default b'0' -- 比特值 bit(M),默认值为b'0' tinyint -- 一个字节八位,到127
可使用 单引号 或 双引号 包裹。 Examples: 'a string' "another string" 连续的引号包裹的字符串,将被合并为一个。 Escape Sequence Character Represented by Sequence \0 An ASCII NUL (X'00') character \' A single quote (') character \" A double quote (") character \b A backspace character \n A newline (linefeed)
参数校验非常重要,这不仅仅是前端的事,接口可能会被很多平台去调用,如果某一端校验有遗漏,那么就可能导致后端接口因为参数传递不合法而导致服务器
MongoDB、MySQL、Redis 都应使用 TCP 连接配置,而不是在 HTTP 块中。 To forward TCP connections or UDP datagrams from clients to an upstream group or a proxied server. Create a top‑level stream {} block: Define one
Spring提供了一系列健全的异常处理框架。我们可以采用@ResponseStatus,@ExceptionHandler,HandlerE