03 2018 档案

摘要:bashrc文件中环境变量配置错误,导致linux无法正常使用的解决方案 步骤1:输入命令export PATH=/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 以上命令执行后,vim就可以使用了。 步骤2:vim 阅读全文
posted @ 2018-03-21 10:11 _白马非马 阅读(293) 评论(0) 推荐(0) 编辑
摘要:1 删除所有容器 sudo docker rm $(docker ps a q) 1 docker 配置成国内 阿里镜像源 https://www.cnblogs.com/anliven/p/6218741.html 阅读全文
posted @ 2018-03-18 19:23 _白马非马 阅读(175) 评论(0) 推荐(0) 编辑
摘要:1配置文件 /etc/nginxnginx.conf 会默认引入conf.d 下的所有以 .conf结尾的文件 指定log 目录 /var/log/nginx/access.log 2 default.conf 配置 指定了默认访问的index.html 路径 为 /usr/share/nginx/ 阅读全文
posted @ 2018-03-16 13:54 _白马非马 阅读(11198) 评论(0) 推荐(0) 编辑
摘要:![](https://images2018.cnblogs.com/blog/821507/201803/821507-20180313102131437-1644179052.png) 阅读全文
posted @ 2018-03-13 10:22 _白马非马 阅读(146) 评论(0) 推荐(0) 编辑
摘要:1 安装 现在运行安装 Docker 的命令: sudo apt get install y docker.io 等待安装完毕,现在我们使用下面的命令启动 Docker: systemctl start docker 运行系统引导时启用 docker,命令: systemctl enable doc 阅读全文
posted @ 2018-03-11 14:49 _白马非马 阅读(751) 评论(0) 推荐(0) 编辑
摘要:firefox等可以使用: document.getElementById("id").setAttribute("style","top:20px;left:20px;color:red;"); IE中则必须使用style.cssText document.getElementById("id") 阅读全文
posted @ 2018-03-10 17:54 _白马非马 阅读(323) 评论(0) 推荐(0) 编辑
摘要:1 settimeInterval() 2 window.requestAnimation() 3 算法对比 4 第一种 (原设计模式中)缺点 操作逻辑在内部,如果改变的书固定定位元素 是需要 在内部 拼装啦 ‘px' 但是如果书 document scrolltop 则是不需要加 'px'的 而张 阅读全文
posted @ 2018-03-08 21:16 _白马非马 阅读(224) 评论(0) 推荐(0) 编辑