摘要: 1.-webkit-tap-highlight-color tap按钮或者链接时,就会出现一个半透明的灰色背景,设置属性: -webkit-tap-highlight-color:transparent 就不会出现半透明的灰色背景。 就不会出现半透明的灰色背景。 2.-webkit-touch-ca 阅读全文
posted @ 2016-02-18 17:21 anthonyliu 阅读(640) 评论(0) 推荐(0)
摘要: 1.单例模式 /*有两种模式:第一种模式:对象直接量、第二种模式:使用闭包*/ /*singleton是一个全局变量,相当于C++中的一个类, 该函数采用闭包把result存储在内存中。*/ var singleton = function(fn) { var result; return func 阅读全文
posted @ 2016-02-18 14:50 anthonyliu 阅读(199) 评论(0) 推荐(0)
摘要: 在env/nginx/sbin目录下输入:nginx,即可重启 阅读全文
posted @ 2016-02-18 10:53 anthonyliu 阅读(121) 评论(0) 推荐(0)