上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 找到C:\Windows\System32\inetsrv\config\applicationHost.config 文件; 找到这段代码 <handlers accessPolicy="Read, Script"> 找到<add name="PHP" path="*.php" ......... 阅读全文
posted @ 2019-11-30 12:13 MasterC 阅读(358) 评论(0) 推荐(0) 编辑
摘要: win10 laravel iis 搭建环境时 遇到 500报错,提示web.config错误; 是因为iis 版本 默认没有重写模块,需要下载自己安装,插件下载地址:https://www.microsoft.com/zh-cn/download/details.aspx?id=7435 安装即可 阅读全文
posted @ 2019-10-24 15:50 MasterC 阅读(361) 评论(0) 推荐(0) 编辑
摘要: //定义一个记录滚动事件状态的数组 window['my_scroll']=Array; var t; $(window).scroll(function(){ //获取滚动高度,可做触发次数限制 t = document.documentElement.scrollTop||document.body.scrollTop; }) //_class需要操作的div //o通过这个获取触... 阅读全文
posted @ 2019-01-04 16:41 MasterC 阅读(2618) 评论(0) 推荐(0) 编辑
摘要: pointer-events:none pointer-events:autoGoogle map中左上角的操作区域占位是挺大的,如红色框区域,然后在这个区域是无法操作地图层的。那么我们就可以给这个div设置 pointer-events:none,然后你就会发现下面的地图就可以拖动和点击了。但是悲 阅读全文
posted @ 2018-06-20 11:26 MasterC 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-24 19:26 MasterC 阅读(314) 评论(0) 推荐(0) 编辑
摘要: php文件内要加上以下代码 php页面输出时按照以下格式 AJAX需要做以下修改 注意红色部分要和上方php返回的参数值相对应 阅读全文
posted @ 2017-07-12 19:49 MasterC 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://echarts.baidu.com/ 官网 插件下载地址:echart 阅读全文
posted @ 2017-06-20 19:29 MasterC 阅读(1878) 评论(0) 推荐(0) 编辑
摘要: PHPmailer文件地址:点击下载 阅读全文
posted @ 2017-06-20 18:59 MasterC 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 使用stripslashes()函数过一遍 $_POST['zhizuo']= stripslashes($_POST['zhizuo']); 阅读全文
posted @ 2017-05-16 18:46 MasterC 阅读(815) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32\drivers\etc\打开hosts # 127.0.0.1 localhost 找到此行,把#去掉,保存即可 阅读全文
posted @ 2017-05-02 20:24 MasterC 阅读(383) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页