上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: // 开启报错提醒ini_set("display_errors", "On");error_reporting(E_ALL | E_STRICT); // 某一段代码查找异常 阅读全文
posted @ 2019-06-11 13:01 study_php_java_C++ 阅读(4542) 评论(0) 推荐(0) 编辑
摘要: 1 先安装extract-text-webpack-plugin 2 配置webpack.config.js 阅读全文
posted @ 2019-06-10 23:09 study_php_java_C++ 阅读(108) 评论(0) 推荐(0) 编辑
摘要: “include”-“customfields.func.php”文件,在第539行中把以下代码: $fvalue = trim($ntag->GetInnerText()); 修改为: $fvalue = ($arcTag=="") ? trim($arcTag) : trim($arcTag-> 阅读全文
posted @ 2019-06-10 14:45 study_php_java_C++ 阅读(662) 评论(0) 推荐(0) 编辑
摘要: 1 表单添加字段时发现没有联动类型,是因为文件注释了,需要修改两个文件: 第一个:dede/templets/diy_field_edit.htm 127行 官方把 “<option value="stepselect">联动类型</option-->”这句给注释掉了,取消注释。第二个:dede/t 阅读全文
posted @ 2019-06-10 10:50 study_php_java_C++ 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1. 引入文件: https://help.aliyun.com/document_detail/53111.html?spm=a2c1g.8271268.10000.99.5a8ddf25gG0wWP 2. 短信文档: https://help.aliyun.com/document_detail 阅读全文
posted @ 2019-06-06 19:14 study_php_java_C++ 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 可以执行下面命令 This will install composer to the current directory so that you can use php composer.phar 阅读全文
posted @ 2019-06-06 18:57 study_php_java_C++ 阅读(4277) 评论(0) 推荐(0) 编辑
摘要: 打开网页直接显示源代码,我这里原因是在php文件中多写了代码: header('Content-Type:text'); 阅读全文
posted @ 2019-06-06 13:06 study_php_java_C++ 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 第一次进入页面可能是网速原因,图片加载问题等吧,导致轮播图高度很大,下面出现空白, 需要加入参数 autoHeight: true, observer: true, observeParents: true 阅读全文
posted @ 2019-06-05 20:30 study_php_java_C++ 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: 1 获取code后,进行微信公众号网页授权第二步,获取accesstoken时出现 {"errcode":40029,"errmsg":"invalid code, hints 分析: 我这是第二次请求,一直在测试,所以accesstoken失效了,第二次请求应该刷新accesstoken,应该用第 阅读全文
posted @ 2019-06-05 14:08 study_php_java_C++ 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 1.找到dedecms会员中心的的目录 member ,然后在目录下用编辑器打开config.php 加入对dede模板解释函数如下: //php脚本开始 //引入arc.partview.class.php类处理 require_once(DEDEINC."/arc.partview.class. 阅读全文
posted @ 2019-06-02 18:21 study_php_java_C++ 阅读(554) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页