摘要:
环境: CentOS Linux release 7.2.1511 (Core) mysql Ver 14.14 Distrib 5.7.24, for Linux (x86_64) using EditLine wrapper 1、首先进入主机的配置文件中 vim /etc/my.cnf log- 阅读全文
摘要:
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html# *** DO NOT EDIT THIS FIL 阅读全文
摘要:
$(".sendDate").click(function(){ var data = new FormData($('#uploadForm')[0]); // var data = $('#uploadForm').serialize(); $.ajax({ type: "POST", ... 阅读全文