摘要: 主要是:limits 和 limit 的设置 阅读全文
posted @ 2018-08-21 15:06 与f 阅读(31576) 评论(0) 推荐(1)
摘要: exists对外表用loop逐条查询,每次查询都会查看exists的条件语句,当 exists里的条件语句能够返回记录行时(无论记录行是的多少,只要能返回),条件就为真,返回当前loop到的这条记录,反之如果exists里的条 件语句不能返回记录行,则当前loop到的这条记录被丢弃,exists的条 阅读全文
posted @ 2018-08-21 15:00 与f 阅读(1033) 评论(0) 推荐(0)
摘要: ECSHOP生成站点地图提示”Deprecated: Assigning the return value of new by reference is deprecated in…”。 我的问题在批量上传图片哪里. 定位到报错行 PHP5.3+废除了”=&”符号,对象复制用”=”即可,详细如下: 阅读全文
posted @ 2018-08-21 09:30 与f 阅读(224) 评论(0) 推荐(0)
摘要: 在安装Ecshop的时候,遇到两个问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includes 阅读全文
posted @ 2018-08-21 09:20 与f 阅读(188) 评论(0) 推荐(0)