phpstorm 自定义快捷键来执行自定义命令
自定义命令行步骤:打开 PhpStorm,然后转到 "File" > "Settings"(Windows/Linux)或 "PhpStorm" > "Preferences"(macOS)。在设置窗口的左侧,展开 "Tools" 菜单,然后点击 "External Tools"。点击右侧的 "+" 按钮,添加一个新的外部工具。在弹出的窗口中,为该工具指定名称、描述、程序路径以及命令行
自定义命令行步骤:打开 PhpStorm,然后转到 "File" > "Settings"(Windows/Linux)或 "PhpStorm" > "Preferences"(macOS)。在设置窗口的左侧,展开 "Tools" 菜单,然后点击 "External Tools"。点击右侧的 "+" 按钮,添加一个新的外部工具。在弹出的窗口中,为该工具指定名称、描述、程序路径以及命令行
传送门 https://poe.com/chatgpt
浏览器访问,通过 F12 浏览器抓包工具就可以进行请求响应包分析,某些复杂场景需分析服务端的网络问题等,这时可能需要在服务器进行抓包,可以用 tcpdump 抓服务器上的出、入数据包,再用 GUI 工具 wireshark 查看数据包情况。一、前置知识TCP 三握、四挥 https://baike.baidu.com/item/%E4%B8%89%E6%AC%A1%E6%8F%A1%E6%89%8
一、背景通过压测发现系统瓶颈,评估系统 QPS、吞吐量上限二、工具选择ab、wrk、Jmeterab[root@VM-190-129-centos ~]# ab --help Usage: ab [options] [http[s]://]hostname[:port]/path Options are: -n requests Number of requests to perf
安装1) unixhttps://github.com/ggreer/the_silver_searcher2) windowshttps://github.com/k-takata/the_silver_searcher-win321.下载 release 包2.安装 git bash 3.把 ag.exe 移动到 git 的 PATH 目录下 (which git && mv ag.exe /
vim 插件管理 Vundle [https://github.com/VundleVim/Vundle.vim]:1.下载 Vundle 仓库git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim2.vim ~/.vimrc 在最上面,添加以下配置" =================