http2升级过程
http2升级过程 Http2要求nginx版本在1.9.5以上才支持--with-http_v2_module模块,同时需要配合https使用 1. 使用 code nginx -v 查看是否支持模块 code --with-http_v2_module 2. 修改nginx配置 code listen 443 ssl h
http2升级过程 Http2要求nginx版本在1.9.5以上才支持--with-http_v2_module模块,同时需要配合https使用 1. 使用 code nginx -v 查看是否支持模块 code --with-http_v2_module 2. 修改nginx配置 code listen 443 ssl h
使用columns实现单行多列布局是非常方便的,代码如下. css代码: css .container { columns: 3; gap: 10px; } .container div { background-color: red; } html代码: html <div class="container"> <div>
在终端里输入如下命令 code sudo killall -STOP -c usbd 以上本人亲测有效
今天发布npm包时报错:409 Conflict - PUT https:registry.npm.taobao.org/-/user/org.couchdb.user:xxx - [conflict] User xxx already exists ); "{"x":5,"y":6}" console.log(JSON.stringify(true)); "true" console.log(JSON.stringify(new
var browser={ versions:function(){ var u = navigator.userAgent, app = navigator.appVersion; return {移动终端浏览器版本信息 trident: u.indexOf('Trident') -1,
卸载腾讯云监控 barad_agent wget -qO- https:raw.githubusercontent.com/littleplus/TencentAgentRemove/master/remove.sh | bash