【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,…
<!--绑定样式:1. class 样式写法::class"xxx" xxx 可以是字符串、对象、数组字符串写法适用于:类名不确定,要动态获取对象写法适用于:要绑定多个样式,个数不确定,名字也不确定数组…