摘要:
1、将要导入的excel数据“另存为” -》“文本文件(制表符分割)(*.txt)”,假如存到“D:\data.txt”这个位置里。 2、步骤: 根据要导入的数据快儿建立MySql数据库和表,然后使用命令 load data local infile 'D:\\data.txt' into tabl 阅读全文
摘要:
PHP调试的时候出现了警告: 问题: Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting o 阅读全文