摘要: 1.js的调试处理 -- arguments 获取参数所有的值 类似数组的对象 .length 2.js组成部分 1、ECMAScript规定核心的语法 2、DOM(document object model):文档对象模型--js操作html的标签 3、BOM(browser object mod 阅读全文
posted @ 2019-05-11 18:00 飘散的白乌云 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1.500错误 开启php.ini 的display_error 修改fastcgi的配置文件 /usr/local/nginx/conf/fastcgi.conf 改成 2.修改php.ini的函数 3.404错误 修改/usr/local/nginx/conf/nignx.conf 修改/usr 阅读全文
posted @ 2019-04-14 22:17 飘散的白乌云 阅读(365) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/moqiang02/article/details/37347251wget http://xdebug.org/files/xdebug-2.6.1.tgz cp xdebug-2.6.1.tgz --target-directory=./xdebug 阅读全文
posted @ 2019-01-20 14:45 飘散的白乌云 阅读(158) 评论(0) 推荐(0) 编辑
摘要: docker ps -- 显示正在运行的容器: docker ps -a -- 显示全部容器: docker images --显示全部镜像: docker kill $(docker ps -a -q) -- 杀死所有正在运行的容器: docker rm $(docker ps -a -q) -- 阅读全文
posted @ 2019-01-20 14:43 飘散的白乌云 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 安装docker 参考https://www.cnblogs.com/nieqibest/p/9846655.html 1.$ sudo yum update 2.复制代码 3.$ sudo yum install docker-engine 4.设置Docker服务开机自启 -- $ sudo s 阅读全文
posted @ 2019-01-20 14:20 飘散的白乌云 阅读(2325) 评论(0) 推荐(0) 编辑
摘要: 1,首先我们把CentOS7配置为可以上外网的环境2,进入yum源配置文件 cd /etc/yum.repos.d3,备份一下当前的源,以防出错后可以还原回来mv ./CentOS-Base.repo ./CentOS-Base-repo.bak4,下载网易163的源 wget http://mir 阅读全文
posted @ 2019-01-20 12:59 飘散的白乌云 阅读(914) 评论(0) 推荐(0) 编辑
摘要: 软件:推荐使用VMwear,我用的是VMwear 12 镜像:CentOS7 ,如果没有镜像可以在官网下载 :http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1804.iso 1.自定义安装:自定义安装可以 阅读全文
posted @ 2019-01-20 10:49 飘散的白乌云 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1. array array_filter ( array $input [, callback $callback ] ) 一位数组处理 callback 函数返回 TRUE,则 input数组的当前值会被包含在返回的结果数组中。数组的键名保留不变。 2.array_intersect 比较两个( 阅读全文
posted @ 2018-11-18 23:38 飘散的白乌云 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content= 阅读全文
posted @ 2018-10-20 18:27 飘散的白乌云 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 软件版本:sublime text3 3176 一:汉化 packagecontrol官方网站:【https://packagecontrol.io/installation】 1.安装packagecontrol (快捷键 ctrl + ~) 点击 菜单上的“Preferences” -> “Pa 阅读全文
posted @ 2018-10-20 12:33 飘散的白乌云 阅读(549) 评论(0) 推荐(0) 编辑