01 2022 档案
摘要:前言 数据库版本:阿里-MySql8 字符集:utf8 排序规则:utf8_general_cli 在插入数据时,如果数据包含emoji表情 会报错: Incorrect string value: '\xF0\x9F\x98\x82' for column 'content' at row 1 原
阅读全文
摘要:前言 QQ小程序内容安全-图片检测 https://q.qq.com/wiki/develop/miniprogram/server/open_port/port_safe.html 调用接口的代码 此处仅贴出核心调用的代码,IFormFile对象由Controller中传递,access_toke
阅读全文