匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

swoole调试由于开启了进程守护,导至报错关掉进行就,在重新启动就不会了1 查看我的 swoole 监听端口号 9501netstat -anp  | grep  95012 关掉进行kill -9 2985429854 就是我图中的

原因,当前页面js必须有要Page({   }),如果为空就是这样提示

高德地图定位报错{type: "error", message: "Geolocation permission denied.", info: "FAILED", status: 0}百度一查有人说是需要https,试了一下,果然如此deom<!DOC

在网上找了很多方法,发现都比较麻烦,自已写了一个思路,app.vue 共公组件引入 自定义的 Loading组件,其它组件调用方法使用jquery 的show()与fadeOut()方法控制显隐即可1 .自定义的 Loading.vue 组件,前提vue需要引用 vant<template>  

修改一下$params['TemplateParam'] = Array (     "code" => "12345",     "product&qu

思路,根据自已的需要,可在每一次刷新页面时清空文件夹runtime/temp下的所有临时文件,让实时更新    1. 在config.php配置文件中增一一个配置 //每次页面刷新页,重新成runtime/temp文件    'clear_temp'  &nbs

vue 报错意思是说数据类型不对改成 areaList:{} 解决

CSP设置upgrade-insecure-requests好在 W3C 工作组考虑到了我们升级 HTTPS 的艰难,在 2015 年 4 月份就出了一个 Upgrade Insecure Requests 的草案,他的作用就是让浏览器自动升级请求。在我们服务器的响应头中加入:header("Content-Security-P

大概意思呢就是:一个有设置cancelable=false的touchmove事件和其他某个滚动的操作冲突了。解决方法在滚动标签加个css样式 touch-action: none;或全局加 *{touch-action: none;}

iframe链接子页面地址:http://www.XXXX.com<html> <body> <iframe id="iframe" src="http://www.XXXX.com"></iframe>

网上大部分vue的滚动条操作是监听dom实现,我是用@scroll实现首先有滚动条的div一定要设固定高度,然后overflow:auto;出现滚动条passive是使滚动更加流畅,减少卡顿<div @scroll.passive="getScroll($event)" style="height:10

 下面以jquery插件为例1、安装插件npm install --save jquery2、卸载插件npm uninstall jquery 3、查看插件版本,也可以判断是否安装了此插件(有安装会输出版本号,empty为无安装)npm list jquery4、退出v

<script charset="utf-8" src="https://3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"></script> <script charset=&

新手第一个坑啊!!!刚装好 swoole,连接一下 $serv = new Swoole\Server("0.0.0.0", 9501);报错了Swoole\Server::__construct(): swoole_server only can be used in PHP CLI m

$user = USER::get(1); //此时$user是object $user = USER::get(1)->toarray(); //此时$user是array 一位数字组 $user = USERR::where('id',1)->sel

php 实现pdf轩图片,需要安装 imagick 扩展,过程遇到了许多坑1 从宝塔中找软件商店-》php7.2 安装 imagemagick2 .查看是否已安装成功phpinfo();看到 imagick 说明安装成功了3 安装成功后php引用测试error_repo

下载地址https://cdnjs.com/libraries/fingerprintjs2在页面引入<script type="text/javascript" src="__TOOL__/fingerprint2.min.js"></sc

D:\notepad++7.7.1\Notepad++下载emmet插件地址:http://download.emmet.io/npp/emmet-npp.zip下载  Python Script 1.0.8.0 ,插件用到的环境https://sourceforge.net/projec

通过 计算属性 动态设置 sideBar 高度<div id="sideBar"  :style="{'height':sideBarHeight}" ></div>    new Vue({ &nb

public function _empty(){     echo '不存在'; }