摘要:
location ^~ /ssaaa/ { proxy_pass http://127.0.0.1:8789/; } 阅读全文
摘要:
非常好用检测端口有没有开防火墙 https://tool.chinaz.com/port 阅读全文
摘要:
import('java.io.File') import('java.lang.*') import('java.util.Arrays') import('android.content.Context') import('android.hardware.Sensor') import('an 阅读全文
摘要:
<?php // 封装分组逻辑的函数 function groupBy($array, $key) { $result = []; foreach ($array as $element) { $result[$element[$key]][] = $element; } $new=[]; fore 阅读全文
摘要:
视频放大改变速率 加镜像 加转场加滤镜 加字幕 阅读全文
摘要:
接下来我输入中文 你给我合适的变量命名 阅读全文
摘要:
location / { add_header Last-Modified $date_gmt; add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; if_modif 阅读全文
摘要:
最新谷歌浏览器打不开https的解决方法 总之是握手失败升级nginx1.2.4 openssl1.1.1 就可以了 阅读全文
摘要:
nginx -with--openssl make报错解决方法 ## 若报错 /opt/nginx-1.18.0]# make make -f objs/Makefile make[1]: Entering directory `/opt/nginx-1.18.0' cd /usr/local/op 阅读全文
摘要:
uniapp 高德地图 sha 生成方法 https://dev.dcloud.net.cn/ 找到对应的应用就能找到 阅读全文