打个盹

  • ffmpeg提高mp4视频音量

    ffmpeg -i "input.mp4" -af volume=3 -vcodec copy "output.mp4" 命令的详细解释: "ffmpeg" 环境变量或ffmpeg.exe文件的具体路径 -i "input.m...

    2025-06-23 发布 0 条评论
  • 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 条评论
1 2 3 4 5 6 7 8 下一页