• file_get_contents 模拟 post

    $en = '{"q": "data","source": "en","target": "zh","format": "text","alternatives": 3,"api_key": ""}'; $options = array( 'http...

    2025-05-27 发布 0 条评论
  • 毫秒时间戳

    (int (microtime(true *1000 ; //毫秒时间戳 ```<!--autointro-->...

    2025-05-11 发布 0 条评论
  • AdGuard Home 显示客户端 IP 地址

    使用 Nginx 反代时,客户端显示的是服务器的 IP 地址,可以通过以下设置显示为客户端的 IP 地址。 location ^~ /dns-query { …… proxy_set_header X-Real-IP...

    2025-03-28 发布 0 条评论
  • Ubuntu 24.0 Gnome 一些优化记录

    当需要频繁的开启和关闭设置-网络-网络代理时候,可以使用gsettings命令。 #开启 gsettings set org.gnome.system.proxy mode 'manual'; #关闭 gsettings set org.gnome.sy...

    2024-12-10 发布 0 条评论
  • Mozilla Firefox 关闭 WebRTC

    在地址栏输入 about:config 搜索 media.peerconnection.enabled 并双击将值改为 false...

    2024-08-25 发布 0 条评论
1 2 3 4 5 6 7 8 下一页