1. chrome 安装插件 JetBrains IDE Support。
  2. WebStorm 打开 Settings >> Buid,Execution,Deployment >> Debugger >> live Edit ,勾选 Use JetBrains IDE Support extension for debugging and live Edit 选项。
  3. done!

附 WebStorm 版本:WebStorm 2020.2.3


  1. git log 查看版本号
  2. 使用 git reset --hard 目标版本号 命令将版本回退
  3. 使用 git push -f 提交更改


在 git 的安装目录 D:\ProgramFiles\Git\etc\profile.d 中修改 git-prompt.sh 文件。

在需要添加字符的某列单元格右边新建一列 B2,输入公式 =A2&"替换为你需要添加的字符" 。举个栗子,如果想给某列前后加单引号,可以这样写="'"&A2&"'",把鼠标放在B2单元格的右下角,当变成十字形时,双击鼠标左键向下填充。

0%