【1】上传大文件:前端页面:1)同步上传:2)异步上传:异步上传文件上传文件:function doUpload() {// var formData new FormData($("#uploadForm")[0]);var formData new FormData()formData.append("t…
Mysql 数据库默认值选 ‘’" 、Null和Empty String的区别
1:空值(’’)是不占用空间的 2: MySQL中的NULL其实是占用空间的。官方文档说明: “NULL columns require additional space in the row to record whether their values are NULL. For MyISAM tables,…