What to do if port 8080 is occupied
The solution to the occupied port 8080: first open the running input [netstat -ano]; then enter [netstat -aon|findstr "8080"] to view the PID in the list; finally view the corresponding occupying program and Just close it.
#The operating environment of this article: Windows 7 system, Dell G3 computer.
Solution to the 8080 port being occupied:
1. View all port processes in windows
Click the start menu and select Run (win r), then Enter "cmd" in the run dialog box, press Enter to open the command prompt window, then enter [netstat -ano] in the window, press Enter, and then all port occupancy will be displayed. As shown in the picture below, my favorite 8080 is occupied.
2. Continue to enter [netstat -aon|findstr "port"] in the window. The port prompted here is 8080, then enter the command as [netstat -aon |findstr "8080"], you can see the PID in the list after pressing Enter. Check the corresponding occupying program in the computer's task manager according to the PID, and then close it.
3. Can we see the process ID of the program occupying 8080: 7172, continue to enter the command [tasklist|findstr "7172"], 7172 is the process ID, now Once we know which process is occupying it, we can take appropriate measures to solve it.
Related video recommendations: PHP programming from entry to proficiency
The above is the detailed content of What to do if port 8080 is occupied. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

When encountering the blue screen error VIDEO_TDR_FAILURE(nvlddmkm.sys), priority should be given to troubleshooting graphics card driver or hardware problems. 1. Update or rollback the graphics card driver: automatically search and update through the device manager, manually install or roll back to the old stable driver using NVIDIA official website tools; 2. Adjust the TDR mechanism: Modify the TdrDelay value in the registry to extend the system waiting time; 3. Check the graphics card hardware status: monitor the temperature, power supply, interface connection and memory module; 4. Check system interference factors: run sfc/scannow to repair system files, uninstall conflicting software, and try safe mode startup to confirm the root cause of the problem. In most cases, the driver problem is first handled. If it occurs repeatedly, it needs to be further deepened.

UAC frequently pops up because the running program requires administrator permissions or the system setting level is too high. Common reasons include installation of software, modifying system settings, running third-party tools and other operation triggers. If using an administrator account, UAC only confirms the operation and not blocks. The methods for reducing prompts include: canceling the program to run as an administrator, lowering the UAC notification level, using a standard user account, and starting the program through the task planner. It is not recommended to turn off UAC completely because it can effectively prevent malicious programs from tampering with the system. You can set the UAC to "notify only when the program changes the computer" to balance security and experience.

The Facebook name change process is simple, but you need to pay attention to the rules. First, log in to the application or web version and go to "Settings and Privacy" > "Settings" > "Personal Information" > "Name", enter a new name, and save it; secondly, you must use your real name, it cannot be modified frequently within 60 days, it cannot contain special characters or numbers, and it cannot be impersonated by others, and the review does not pass the auxiliary verification such as uploading ID cards; it usually takes effect within a few minutes to 3 working days after submission; finally, the name change will not notify friends, the homepage name will be updated simultaneously, and the old name will still be displayed in the history record.

Audio problems are usually caused by changes in settings, abnormal drivers or system service failures. You can troubleshoot them according to the following steps: 1. Check whether the volume is muted, whether the output device is correct, try to re-plug and unplug the headset; 2. Update or roll back the audio driver through the Device Manager, uninstall if necessary and restart the computer; 3. Make sure that the "WindowsAudio" service is started and the startup type is set to automatic; 4. Run the sfc/scannow command to repair possible corrupt system files. Operate step by step in order, and the audio function can be restored in most cases.

AblinkingredLOSlightonyourrouterindicatesalossofsignal,meaningyourroutercannotestablishastableconnectionwithyourISP.ThisissuecommonlyoccurswithfiberopticorDSLconnectionsandmayresultfromserviceoutages,looseordamagedcables,faultyhardware,powerissues,or

When the "Thecloudfileproviderisnotrunning" error appears, the cloud file service should be restarted first. The method is to open the service manager (services.msc), find CloudFileProvider or related services (such as OneDrive), and right-click to select Restart; if the service is not listed, you may need to reinstall or repair the cloud storage application, such as uninstalling and reinstalling through the settings menu; at the same time, make sure that the system and application are both the latest versions, go to Windows Update and in-app to check for updates; you also need to confirm that the cloud service is allowed to run in the background, enter the privacy settings to enable the background permissions of the corresponding application; finally, if the problem is still not solved, you can try to clear the cloud file cache.

The difference between Freeware, shareware and freemium is its access, functionality and paid mode. Freeware is completely free and unlimited, usually supported through advertising or donation, such as VLCMediaPlayer; Shareware offers a trial of limited time or limited features, unlocking full features after purchase, such as early PC tools or games; Freemium offers basic free features, and premium features are paid for, such as Dropbox or Spotify. The three are suitable for scenarios such as long-term free use, purchase after trial, and upgrade on demand.

When you encounter a prompt that "update is not applicable to your computer", most of it is caused by mismatch in the system or hardware. Solutions include: 1. Make sure that the system version is consistent with the update package, and prioritize the use of Microsoft official updates; 2. Check whether the system type (32-bit/64-bit) matches; 3. Run sfc/scannow to repair the system files; 4. Check whether the hardware meets the update requirements, such as memory, disk space and TPM modules, etc.; 5. Enter the BIOS to check the relevant settings if necessary.