摘要:
ALTER TABLE `test`ADD COLUMN `avatarbase64tmpsave` mediumblob NULL COMMENT '待优化方案:头像的base64编码;后端透明存储';SET GLOBAL max_allowed_packet=67108864;SHOW GLOB 阅读全文
摘要:
2FA (Two Factor Authentication) 阅读全文
摘要:
Go/src/crypto/tls/common.go:289 // ClientAuth determines the server's policy for// TLS Client Authentication. The default is NoClientCert.ClientAuth C 阅读全文
摘要:
Go/src/crypto/tls/common.go:1173 // The only signed key exchange we support is ECDHE.if !supportsECDHE(config, chi.SupportedCurves, chi.SupportedPoint 阅读全文
摘要:
Deprecated: SSLv3 is cryptographically broken, and is no longer// supported by this package. See golang.org/issue/32716. Go/src/crypto/tls/common.go:3 阅读全文