
html移动端自适应解决方案
<meta name='viewport' content='width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0'> 注意,这个只是针对目前主流浏览器的,ie9以前的版本可...
Google Chrome自2020年12月开始,Flash Player 将不再受支持
原文: Title:Saying goodbye to Flash in Chrome Today, Adobe announced its plans to stop supporting Flash at the end of 2020. For 20 years, Flash has helped shape the way that you ...
通过wp_posts数据库表批量替换文章内容
熟悉wordpress的站长朋友都知道控制文章的数据库表是:wp_posts,那么知道该表进入之后找到该字段就知道怎么使用了。sql语句如下: UPDATE wp_posts SET post_content = REPLACE( post_content,...