摘要: img.desaturate { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grays 阅读全文
posted @ 2018-11-02 17:11 wpTing 阅读(765) 评论(0) 推荐(0)
摘要: $(window).resize(function () { window.location.reload(); }); 阅读全文
posted @ 2018-11-02 17:02 wpTing 阅读(328) 评论(0) 推荐(0)
摘要: 从PHP 5.1.0开始,这个交互式PHP shell是通过使用–with-readline编译选项集成到php内核里的。 使用这个交互式shell,你可以直接在命令行窗口里输入PHP并直接获得输出结果。 Interactive Shell 和 interactive mode enabled In 阅读全文
posted @ 2018-11-02 16:54 wpTing 阅读(2375) 评论(0) 推荐(0)