current location:Home > Technical Articles > Development Tools > phpstorm
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Reasons for 404 when running PHPstorm
- When the page jumps, it prompts 404 not found, that is, the server cannot be found. This is because the phpstorm page runs under localhost: 63342 port by default, and our apache server generally defaults to port 80, so when submitting the form to the server, it will find Can't find the relevant php program.
- phpstorm 16751 2019-08-08 14:23:14
-
- What to do if phpstorm form submission displays 404
- Select "Settings" in the "File" drop-down menu and find Deployment. ||Select "+" to create a new Apache, select inplace for type, and then set the web sever root url. ||Just fill in localpath in mappings.
- phpstorm 4846 2019-08-08 14:17:49
-
- What to do if phpstorm form submission displays 502
- Open phpstorm and click "File". ||Select "Settings", then click "Languages&Frameworks", and then select "php". ||Add your php program path, select the relevant CLI interpreter, and click "OK".
- phpstorm 4381 2019-08-08 13:48:38
-
- The difference between webstorm and phpstorm
- Everything webstorm can do, phpstorm can do, and the latter also has server-side language php and MySQL database, Apache server configuration and other server-related functions; webstorm focuses on front-end development, while phpstorm is biased towards server development.
- phpstorm 7816 2019-08-14 18:05:57
-
- How to debug programs in phpstorm
- Open phpstrom, click "file" and select "settings". ||Select "php" under "languages & frameworks". ||Select the installed php version, select the directory where the php.exe file is located, and click "OK" to debug the program.
- phpstorm 7247 2019-08-08 13:15:56
-
- How to uninstall phpstorm
- Just delete the installation folder phpstorm and the folder .WebIde60 where the configuration file is located. Enter the command in ubuntu: rm -rf ~/phpstorm, rm -rf ~/.WebIde60.
- phpstorm 11720 2019-08-08 11:49:33
-
- How to use phpstorm to make tables
- Select "Tool" in "view" and then select "Database". ||Select the "+" sign, click "data source", and select "MySQL". ||Fill in the configuration parameters to connect to MySQL. ||Right-click the mouse and select "New" and click "Table" to create a table.
- phpstorm 4990 2019-08-08 11:33:02
-
- How to configure the server in phpstorm
- The first step is to open phpstorm, select "Settings" in "Files", then click "Deployment" and select the Type type. ||The second step is to fill in the information in the "Connection" tab area. ||The third step is to fill in the information in "Mapping".
- phpstorm 4728 2019-08-08 11:07:08
-
- How to remove a project in phpstorm
- The first step is to open phpstorm. ||The second step is to click “File” in the menu bar. ||The third step, select "Close Project" in the drop-down menu, then select the project to be deleted, and press the Delete key on the keyboard to delete it. ||The fourth step is to select "OK" in the pop-up deletion prompt box.
- phpstorm 7166 2019-08-08 10:48:36
-
- How to change the theme of phpstorm
- Open phpstorm. ||Click "File" and select "Settings" in the drop-down menu. ||Select "Editor", find "Color Scheme", and then click "General". ||Select your favorite theme in "Scheme" and click "Apply".
- phpstorm 14329 2019-08-08 10:34:35
-
- How to activate phpstorm when it expires
- Download the JetbrainsCrack.jar file and store it in the same directory as your phpstorm executable file. ||Find the vmoptions file and introduce the downloaded file at the end of the file. ||Start phpstorm, select Activation code when registering, and paste the activation code in.
- phpstorm 4115 2019-08-08 10:11:05
-
- How to set font in phpstorm
- The first step is to click "File" in the menu bar and select "Settings" in the drop-down menu. ||The second step is to select "Appearance" and set the value of "Size" to set the font on the interface. ||The third step is to select "Colors&Fonts" and then set the value of "Size".
- phpstorm 4839 2019-08-08 09:58:11
-
- How to set up Chinese in phpstorm
- The first step is to download the Chinese version that matches your version. ||The second step is to open the lib folder in phpstorm and find the resources_cn.jar file. ||The third step is to unzip the Chinese package and replace the resources_cn.jar file in the lib file.
- phpstorm 20967 2019-08-08 09:41:17
-
- How to configure phpstorm
- Open phpstudy and check the port of Apache. ||Open "Tools-Deploment-Configuration" in phpstorm and change localhost to localhost:port/address/. ||Enter "Mapping" to set it.
- phpstorm 4853 2019-08-08 09:42:34
-
- phpstorm appears 502 bad getway
- Solution to 502 error in phpstorm: First modify the PHP version of PHPstrom. Then set the local folder in deployment options. Finally, just change the connection and mapping options to the directory where you store the php files.
- phpstorm 6423 2019-10-24 18:07:18