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:
-
- How to write HTML pages with phpstorm
- There are two ways to write html code in phpstrom: The first one is to create a new html file directly, and then write directly in it. The second type: write in a file with other suffix name, such as php. Enter html:5 in the code box and press the tab key.
- phpstorm 8472 2019-08-15 10:28:45
-
- How to introduce jquery into phpstorm
- Just use phpstorm to open jquery.js directly. If it is a compressed version of jquery.min.js, you can use the code formatting provided by phpstorm to beautify it. Click Code->Reformat Code to format it.
- phpstorm 3399 2019-08-15 10:08:06
-
- How to compare two sets of codes in phpstorm
- How to compare two sets of codes in phpstorm: First, hold down the CTRL key on the keyboard in the resource manager on the left side of phpstorm; then right-click the mouse and click "Compare Tow Files" in the menu to compare the two sets of codes.
- phpstorm 7727 2019-08-14 13:46:05
-
- How to set up chunking in phpstorm
- How to set up splitting in phpstorm: First open phpstorm and right-click the file you want to split vertically; then drag the newly generated split-screen window in the middle to the right to achieve the splitting editing effect.
- phpstorm 3224 2019-08-14 13:40:43
-
- What to do with phpstorm502 error
- Open phpstorm and click "File-Settings-Languages&Frameworks-PHP". Then click on the green plus sign and select "Other Local". Select php.exe at PHP executable, click "OK", and so on.
- phpstorm 5447 2019-08-14 11:55:26
-
- What should I do if phpstorm Chinese displays garbled characters?
- The default encoding of phpstorm is utf-8, but even if the encoding is set to utf-8 in the php page, it will still be garbled. Just put "header('Content-Type:textml;charset=utf-8');" before the output.
- phpstorm 6904 2019-08-14 11:41:23
-
- How to configure phpstorm xdebug
- Download and install xdebug. ||Open phpstorm, click "Files-Settings-Languages&Frameworks-PHP-servers", and then configure the xdebug service. ||Make the debug port consistent with the configuration of php.ini.
- phpstorm 6687 2019-09-29 18:01:13
-
- How to connect ftp with phpstorm
- Open phpstorm and click "Tools". ||Select "Brower Remote Host" in "Deployment". ||Click the "three dots" button to create a new service. ||Fill in the FTP information and click "Test FTP Connection".
- phpstorm 5803 2019-08-14 10:50:04
-
- How to configure the server in phpstorm
- The first step is to open phpstorm and click "Files-Settings-Deployment". ||The second step is to click the green plus sign and fill in "name" and "type". ||The third step is to fill in the "Connection", "Mapping" and other information to configure the server.
- phpstorm 6683 2019-08-14 10:37:56
-
- How to set up the Chinese version of phpstorm
- First install the original phpstorm, download the phpstorm Chinese package and unzip it to get the resources_cn.jar file. Then replace the resources_en.jar file in the \lib directory with the decompressed resources_cn.jar file.
- phpstorm 25361 2019-09-29 18:01:24
-
- How to activate phpstorm if it has expired?
- Install phpstorm and download the JetbrainsCrack.jar file. ||Introduce the JetbrainsCrack.jar file at the end of the .vmoptions file. ||Start phpstorm, select Activation code, and copy the activation code to the edit box.
- phpstorm 8465 2019-08-14 09:42:11
-
- How to change skin in phpstorm
- Open phpstorm. ||Click "File" and then select "Settings". ||Select "Editor" in the drop-down menu, and then select "General" in "Color Scheme". ||Select the style you like to make changes, and finally click "Apply".
- phpstorm 5730 2019-08-14 09:24:09
-
- How to open a project in phpstorm
- How to open a project in phpstorm: First, select "File | Open" in the main menu; then select the path dialog box and select the folder containing the target project; then open the project in a new window or the same frame.
- phpstorm 10169 2019-08-10 13:34:31
-
- How to change the project name in phpstorm
- How to change the project name in phpstorm: First open phpstorm and select "File | Rename Project" on the main menu; then enter the new name of the project in the dialog box that opens.
- phpstorm 4528 2019-08-10 11:28:24
-
- What should I do if phpstorm ftp cannot connect?
- When phpstorm connects to the built-in FTP, if the IP, port number, user name, and password are all correct and you still cannot connect, just check the passive mode in "Advanced Settings".
- phpstorm 6405 2019-08-08 14:32:13