mySQL警告! 数据库错误:查询时出现mySQL错误:
PHPExcel::sheetNameExists()
更多信息:
INSERT INTO ` LOG` (`user_id`, `ip`, `created`, `type`, `message`,
`info_icon`, `importance`)
VALUES ('admin', '112.134.33.142', NOW(),
'user','User admin has successfully logged out.','user', 'no');
答案 0 :(得分:2)
您错过了一个字段 - >插入查询中的function equalHeight(){
$(".equalHeight").each(function(){
var findHeight = $(this).height();
var maxHeight = Math.max.apply(Math, $(this).map(function(){
$(this).height('100%');
return $(this).height();
}));
$(".equalHeight").height(maxHeight);
});
}
$(window).resize(function(){
equalHeight();
});
equalHeight();
。为其添加该字段和值。
示例:
INSERT INTO failed
(LOG
,user_id
,ip
,created
,type
,
message
,info_icon
,importance
)价值观
('admin','112.134.33.142',NOW(),
'用户','用户管理员已成功退出。','用户','不','您的失败值');