首页 > 系统服务 > 详细

mac tip---->有利于开发的tip

时间:2020-07-23 15:23:53      阅读:57      评论:0      收藏:0      [点我收藏+]

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

技术分享图片

device connect use wifi

> adb tcpip 5555
> adb connect 192.168.1.5

mac tip---->有利于开发的tip

原文:https://www.cnblogs.com/huhx/p/13043351.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!