Windows

YOLOv3 object/target detection practical chapter (Windows system, Python3, TensorFlow2 version)

Preface Based on YOLO for object detection and object recognition, after setting up the development environment, we will first conduct practical applications with everyone to experience the object/target detection effect and charm of YOLOv3; at the same time, we will gradually understand the shortcomings and optimization ideas of YOLOv3.   Development environment parameters system:Windows      pro... »

npm install reports error command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild

Execute npm install error message December 10th 20:27 npm ERR! code 1 npm ERR! path C:\wamp64\www\kyy2.0\xgwx2\node_modules\images npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using [email protected] npm ERR! gyp info using [email protected] | win32 | x64 npm ERR! gyp ERR! configure error npm... »

Windows 11 configure JDK environment variables

Article directory PrefaceWindows 11 configure JDK environment variablesOverviewConfigure environment variablestest Preface If you find it useful, please remember to giveBloggers can give likes, comments, and favorites with just one click., writing is not easy^_^.And I heardPeople who like it will not have bad luck every day, if it’s really free, you’re welcome to come often!!! Windows 11 configure... »

Win7 original version | MSDN Windows7 SP1 official original ISO image download (full version)

Many friends cannot find the official original installation image of Win7 on the Internet. Here, the editor has compiled the official original ISO image download of MSDN Windows7 SP1 (full version), including Win7 Home Edition, Win7 Advanced Home Edition, Win7 Professional Edition, Win7 Ultimate Edition, and Win7 Enterprise Version. Friends in need remember to collect it.     PS: Download address ... »

Detailed graphic and text explanation of SVN installation and usage tutorial

1. Introduction to SVN 1.What is SVN? The full name of SVN is Subversion, which is a version control system. SVN, like CVS, is a cross-platform software that supports most common operating systems. As an open source version control system, Subversion manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers e... »

[Problem solved] Unable to locate the program input point in XXX dynamic link library ***.dll

Unable to locate the program input point in XXX dynamic link library ***.dll Causes and consequences of the incidentKind tipsSolution Causes and consequences of the incident After installing and then uninstalling falsh (which may not be genuine), after shutting down and restarting the computer, I found that except for the browser, all other software prompts when I double-click to open it.It shows ... »

Super detailed Git installation tutorial (Windows)

Git installation tutorial (windows) Install git on the new computer and take notes (the installed version is 2.30.2)git download address:https://git-scm.com/download/win After downloading, click to install. The following are the specific installation steps. 1) License statement Just click “Next”. 2) Select the installation path Modify the installation location according to your needs. ... »

Ubuntu Server 20.04 installation desktop (graphical interface) and remote desktop

1. Install the desktop environment Ubuntu servers are typically managed using the command line and do not have a desktop environment installed by default. If you are running Ubuntu desktop, ignore this step. There are many desktop environments for you to choose from in the Ubuntu source repository. One option is to install Gnome, which is the default desktop environment in Ubuntu 20.04. Another op... »

Kali uses Metasploit to penetrate the Windows system inside and outside the network

Metasploit is a free, downloadable framework that makes it easy to obtain, develop, and exploit computer software vulnerabilities. It comes with professional-grade exploit tools for thousands of known software vulnerabilities. When HD Moore released Metasploit in 2003, the computer security landscape was forever changed. Metasploit can be used for the entire process of penetration testing such as ... »

Super detailed steps to connect to MySQL database in Java (Windows)

1. Data preparation 1. Download JDKDownload the Java Development Kit JDK,download link: https://www.oracle.com/java/technologies/javase-jdk14-downloads.html, download for later use. 2. Download MysqlJava requires a driver package to connect to MySQL.download linkFor: http://dev.mysql.com/downloads/connector/j/. After decompression, the jar library file is obtained and is ready for use. The red box... »

Page 1 of 23123»