使用navicat构建数据库时,varchar的默认值保存报1064错误
varchar设置默认值时报1064错误,看了下原来是没加引号,,真是大意了
varchar设置默认值时报1064错误,看了下原来是没加引号,,真是大意了
使用360 /谷歌都是好的,偏偏火狐显示错误 问题代码 <a href="javascript:;" >王明昌博客</a> 解决方案 <a href="javascript:;" on...
两个非常棒的网站分享 api免费接口 https://www.bejson.com/knownjson/webInterface/ json格式化工具 https://www.bejson.com/jsonviewernew/ jq跳转到某...
页面中id的值是唯一的,把id改为class即回复正常
<?php header("Content-type:text/html;charset=utf8"); $list=[ 0 => [ 'delivery_date' => '2018-01-17', 'target_ho...
location.reload(true); window.location.reload(); <script src="/include/static/js/jquery.min.js" type="text/javascript...
<?php error_reporting(0); ?> //实现抑制报错 <!DOCTYPE html> <html> <head> <title>123</title&g...
for循环下,判断excel中的数据是否已经存在于数据库, 如果不存在,则新增数据,如果存在,判断amount是否相同,如果不相同则更新 其中出现的错误数,只有第一个数据更新,其他的都为新增, 经过步步差查找,终于找到了问题 for循环中没...
布尔、整数、浮点数、字符串型的数据是属于标量的。
参考网站 https://blog.csdn.net/bytxl/article/details/17223211