摘要: https://xxx.com/web/index.php?c=site&a=entry&m=ewei_shopv2&do=web&r=creditshop.log.order 页面目录在plugin/creditshop/core/web/log.php 是log.php中的order()函数 阅读全文
posted @ 2019-11-08 11:47 大熊童鞋 阅读(299) 评论(0) 推荐(0) 编辑
摘要: //html代码 <div class="fui-uploader fui-uploader-sm" data-max="5" data-count="0"> <input type="file" name='imgFile0[]' id='imgFile0' multiple="" accept= 阅读全文
posted @ 2019-11-08 11:10 大熊童鞋 阅读(1553) 评论(0) 推荐(0) 编辑
摘要: $arr = array('url'=>'www.phpos.net','function','num'=>99,'question'=>'您喜欢哪个网站?','answer'=>array('微信网','腾讯网','百度网')); var_dump(iserializer($arr)); 结果: 阅读全文
posted @ 2019-11-08 10:57 大熊童鞋 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 1、前端爱心时间中的任务中心 https://xxx.com/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=commission.tasks 文件所在位置 plugin/commission/core/mobile/index.php中的ta 阅读全文
posted @ 2019-11-07 10:09 大熊童鞋 阅读(333) 评论(0) 推荐(0) 编辑
摘要: Warning: SQL: SELECT id,title,thumb,subtitle,type,price,credit,money,goodstype,hasoption,mincredit,minmoney FROM `ims_ewei_shop_creditshop_goods` wher 阅读全文
posted @ 2019-11-05 16:18 大熊童鞋 阅读(222) 评论(0) 推荐(0) 编辑
摘要: array_search() 函数在数组中搜索某个键值,并返回对应的键名。 阅读全文
posted @ 2019-11-05 10:09 大熊童鞋 阅读(761) 评论(0) 推荐(0) 编辑
摘要: //判断字符串是否是base64编码 方法一 pubclic function base64($str) { return $str = = base64_encode(base64_decode($str)) ? true : false; }方法二: if($member['nickname'] 阅读全文
posted @ 2019-11-04 11:27 大熊童鞋 阅读(3351) 评论(0) 推荐(0) 编辑
摘要: 亲测有效!!! 阅读全文
posted @ 2019-11-01 16:47 大熊童鞋 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: number_format() 函数通过千位分组来格式化数字。 注释:该函数支持一个、两个或四个参数(不是三个) 必需。要格式化的数字。 如果未设置其他参数,则数字会被格式化为不带小数点且以逗号(,)作为千位分隔符。 可选。规定用作千位分隔符的字符串。仅使用该参数的第一个字符。比如 "xxx" 仅输 阅读全文
posted @ 2019-11-01 13:55 大熊童鞋 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 当你出现无法上网的情况时,按下面步骤操作。 1、cmd下ping 114.114.114.114,如果可以ping通说明连接外网没问题; 2、ping www.baidu.com,如果可以ping 通,说明DNS,没问题,此时所有网站都可以访问,如果不能访问,就重新设置一下DNS,设置成114.11 阅读全文
posted @ 2019-11-01 11:03 大熊童鞋 阅读(4231) 评论(0) 推荐(0) 编辑