
正文
在ubuntu中安装phpstorm
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
安装参考网址
https://blog.csdn.net/mrgong_/article/details/77200225
注意 :不需要安装java相关
激活phpstorm 2018
参考网址:http://idea.lanyus.com/
通过http://idea.lanyus.com/jar/JetbrainsCrack-3.1-release-enc.jar包或者该网页的激活码,经过测试均已经完成激活
解决方案 :phpstorm在ubuntu中找不到应用程序解决
新建/usr/share/applications/phpstorm.desktop文件
文件内容:
[Desktop Entry] Categories=Development;
Comment[zh_CN]=
Comment=
Exec=/opt/phpstorm/bin/phpstorm.sh
GenericName[zh_CN]=IDE
GenericName=IDE
Icon=/opt/phpstorm/bin/phpstorm.png
Name[zh_CN]=phpStorm
Name=phpStorm
Path=
StartupNotify=true
Terminal=false
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=Learn Programming








