05 2017 档案
CenOS http 安装与运行
摘要:1.yum安装http [root@localhost ~]# yum install httpd -y 2.启动http服务 [root@localhost ~]# systemctl start httpd.service
前端随笔(1)
摘要:一:Offset 距离计算 offset距离计算只计算position+margin 两者距离,只计算元素到DOM边上的距离,不考虑一个嵌套一个 链接 二:计算获取页面宽高度 链接 三:使用css禁止选取文字 三、xhr跨域携带cookie问题 未完待续!
js获取页面宽高
摘要:网页可见区域宽:document.body.clientWidth网页可见区域高:document.body.clientHeight网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)