在常规php项目中需要使用的工具,本人常用工具:
一、远程连接工具
1.FinalShell
http://www.hostbuf.com/t/988.html
2.PuTTY
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
3.Xshell
https://www.netsarang.com/zh/xshell
二、编辑器
1.sublime
https://www.sublimetext.com/3
插件教程:
https://www.jianshu.com/p/edbc2a13494b
2.PhpStorm
https://www.jetbrains.com/phpstorm/download/#section=windows
破解教程:打开PhpStorm->选择Activate->Activation code->点击链接http://idea.lanyus.com/获得注册机->复制粘贴到Activation code框内,完成破解工作。
三、FTP工具
FileZilla Client
https://filezilla-project.org/download.php
四、php环境
1.Wampserver(需要翻墙下载)
https://sourceforge.net/projects/wampserver/
2.phpstudy
https://www.xp.cn
3.XAMPP
https://www.Apachefriends.org/index.html
五、协同工具
1.
(1)、Git(命令行)
https://git-scm.com/downloads
(2)、TortoiseGit(面板式)
https://tortoisegit.org/download/
2.TortoiseSVN
https://tortoisesvn.net/downloads.zh.html
六、切换host工具
SwitchHost(安装后,请注意C:WindowsSystem32driversetc下host下的文件,运行请使用超级管理权限)
https://oldj.github.io/SwitchHosts/
七、数据库工具
Navicat
https://www.navicat.com.cn/products
使用免费试用,下载安装后,采用破解方案,请微信订阅号回复:navicat破解
八、其它工具
1.composer
https://getcomposer.org/download/
2.yarn
https://yarnpkg.com/zh-Hans/docs/install#windows-stable
3.node
https://nodejs.org/zh-cn/download/
结合经验:
远程连接:
FinalShell(可查看服务器的相关运行的参数,而且可以当成FTP工具使用,有目录结构)
编辑器:
PhpStorm(提示代码问题,并且可以找到你编辑的函数方法,方便快捷。但是该工具运行的系统环境配置很高,建议你们选择不错的电脑系统开发项目)
PHP环境:
phpstudy(快速创建站点,虚拟host配置,运行PHP、MySQL、Apache、Nignx环境,该软件好处,环境自由切换)
协同工具:
初学者选择TortoiseSVN,做为协同工具最合适不过,假如后期发展,建议学习Git
切换host:
SwitchHost!方便本地虚拟域名的切换
数据库工具:Navicat
其它工具建议安装,方便后期使用。
更多技术问题:请关注技术分享社区头条号。