上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页
摘要: 无标题文档 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 1111111111, 111... 阅读全文
posted @ 2017-05-02 12:31 KSnow 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 实现京东商城楼梯式导航定位菜单:滚动定位菜单项和点击定位菜单项! 涉及知识点:find()、parent()、offset()、scroll()等jQ函数,请自觉复习各种函数! html代码: css代码: jQuery代码: 总结:相对来说,这是个蛮有趣的实践案例,但其中用到比较多的函数,结合了本 阅读全文
posted @ 2017-05-02 11:45 KSnow 阅读(541) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title></head><body><input type="text"/><button id="btn">点击发送短信</button></body></ 阅读全文
posted @ 2017-05-01 16:19 KSnow 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 清浮动总结: 使用浮动会使当前标签产生向上浮的效果,影响前后标签、父级标签的位置及 width height 属性。 这个时候需使用清浮动,下面是总结的几种清浮动的方式。 1.clear:both; 浮动的标签的后标签是块则加:clear:both;无则需添加一个空div/br,和clear:bot 阅读全文
posted @ 2017-04-18 12:07 KSnow 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 实现一个div,左边固定div宽度200px,右边div自适应<div class= "container"> <div class="left"></div> <div class="rigth"></div> </div> <style> /*方法一: BFC(块级格式化上下文)*/ .cont 阅读全文
posted @ 2017-04-18 11:50 KSnow 阅读(3406) 评论(0) 推荐(0) 编辑
摘要: 最近从阿里云云盾检测流出来的,相比使用阿里云服务器的朋友已经收到漏洞提醒:Phpcms V9某处逻辑问题导致getshell漏洞解决方法,这个漏洞怎么办呢?CMSYOU在这里找到针对性解决办法分享给大家。 漏洞详情: 具体解决方法: 修改/phpcms/libs/classes/attachment 阅读全文
posted @ 2017-04-16 22:22 KSnow 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 34 35 36 37 38 39 40 41 42 阅读全文
posted @ 2017-04-16 13:27 KSnow 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1. 强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放大浏览。 <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-sc 阅读全文
posted @ 2016-12-05 15:27 KSnow 阅读(20471) 评论(0) 推荐(1) 编辑
摘要: <script type="text/javascript">(function() { //得到域名后缀 var path = location.pathname.split('/') path = path.pop(); var ua = navigator.userAgent.toLowerC 阅读全文
posted @ 2016-12-05 09:39 KSnow 阅读(2016) 评论(0) 推荐(0) 编辑
摘要: 现在手机端用户增长急速增长,看天猫今年双十一,有47%交易是移动端交易的,所以手机功能已逐渐替代电脑的功能,使用手机上网已经成为了互联网新的趋势,很多客户以及站长都希望手机能够访问自己的网站,那么今天无忧小编(www.51php.com)就告诉大家如何使用手机访问phpcms v9站点。无忧主机ph 阅读全文
posted @ 2016-12-02 16:00 KSnow 阅读(720) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页