240 发简信
IP属地:湖南
  • Mac Chrome开启跨域调试方法

    open -n /Applications/Google\ Chrome.app/ --args --disable-web-security ...

  • iphone手机用wireshark抓包

    1.获取手机 2.建立连接。格式:rvictl -s 3.启动wireshark 连接rvi0端口 4.最后关闭使用rvictl -x

  • Mac端口映射

    1.下载ngrok 地址:https://ngrok.com/download 2../ngrok http 80 映射80端口

  • Mac使用Apache

    开启Apache sudo apachectl start 停止 Apache:sudo apachectl stop 重启 Apache:su...

  • 给github设置代理

    git config --global http.https://github.com.proxy socks5://127.0.0.1:108...