phpstom , vagrant使用简要说明

编辑器:phpStorm

https://www.jetbrains.com/phpstorm/download

优雅使用phpStorm工具:https://lattecake.com/post/20075

设置:(统一字符集与代码规范)

Editor -> File Encodings -> (都选择utf-8)

Editor -> Code Style -> PHP -> Set from… -> Predefined Sytle -> 选(Symfony2)

快捷键:

Ctrl +反引号(`)

快速切换目前的配色/代码方案/快捷键方案/界面方案

根据自己喜好进行设置

Git GUI工具:SourceTree

https://www.sourcetreeapp.com/

设置:

通用 -> (设置自己的全名和电子邮件)

通用 -> 项目文件夹设置为自己本机的开发目录

Git -> Push分支 -> 当前

打钩(追踪分支时默认使用变基代替合并)

虚拟机:VirtualBox

https://www.virtualbox.org/

虚拟化开发环境:Vagrant

https://www.vagrantup.com/

简易教程:http://www.jianshu.com/p/050b0a4468c4

常用命令:

vagrant up 开机

vagrant ssh 登录

vagrant halt 关机

vagrant destroy 销毁

vagrant init 初始化

vagrant status 查看状态

ssh 在win平台下无法使用,需要使用xshell进行登录

MySQL管理工具

Mac : Sequel Pro

http://www.sequelpro.com/

Win : 推荐SQLyog

https://www.webyog.com/product/sqlyog

终端连接软件

Mac : iTerm2

http://www.iterm2.com/

Win : Xshell

https://www.netsarang.com/products/xsh_overview.html

猜你喜欢

转载自blog.csdn.net/bushiyao_/article/details/85060742
今日推荐