首页  

MySQLTEXT类型最大长度     所属分类 mysql 浏览量 800
TINYTEXT      256 bytes    
TEXT          65,535 bytes         ~64kb
MEDIUMTEXT    16,777,215 bytes     ~16MB
LONGTEXT      4,294,967,295 bytes  ~4GB

com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column xxx

上一篇     下一篇
根据经纬度计算距离

二叉树遍历

快慢指针的妙用

高效会议六大原则

mysql 单引号转义

Runnable Callable Future FutureTask