delete webstorm

Besides we delete the Webstorm App, We also need to delete related config or log directory as following.

  • ~/Library/Preferences/
  • ~/Library/Caches/
  • ~/Library/Application\ Support
  • ~/Library/Logs/
> rm -rf Webstorm*(tab)

base64 command

# encode: output is SSBsb3ZlIHlvdQo=
> base64 <<< 'I love you'

# decode: output is I love you
> base64 -D <<< SSBsb3ZlIHlvdQo=

create the folder and enter it

> take a/b/c

mac tip---->开发的tip

device connect use wifi

> adb tcpip 5555
> adb connect 192.168.1.5

相关文章:

  • 2021-07-25
  • 2022-02-26
  • 2021-08-23
  • 2021-06-04
  • 2021-11-03
  • 2022-12-23
猜你喜欢
  • 2021-05-30
  • 2022-02-21
  • 2021-09-13
  • 2021-08-29
相关资源
相似解决方案