Use Darknet to train your own dataset under Windows (model: yolov4 tiny, dataset: garbage classification)

This article mainly introduces how to use Darknet to train your own data set under windows. The model uses yolov4 tiny, and the data set uses your own garbage classification data set (self access required: there are in the resources I upload) PS: This is my first blog. If there are deficiencies, please correct them. Thank you! Knowledge summar ...

Added by google_man2000 on Tue, 18 Jan 2022 17:17:08 +0200

The Grails project is packaged and started as a Windows service

The purpose of this document is to: The war package packaged by grails project runs under the system as a Windows serviceAfter the deployment is completed, the default settings of startup and self startup are supportedSupports 32-bit and 64 bit JDKImplement one click installation serviceSupport one click uninstall serviceSupport one click rest ...

Added by xydra on Fri, 14 Jan 2022 05:37:36 +0200

Compiling nginx and adding module HTTP in windows system_ gzip_ static_ module

Reference address: http://nginx.org/en/docs/howto_build_on_win32.html https://www.cnblogs.com/iamyuxing/p/10883626.html I uploaded the compiled with: http on git_ gzip_ static_ Module module version 1.20.2. You can take what you need and integrate other modules. You can also take down the code and recompile it according to the article content ...

Added by dspeer on Mon, 10 Jan 2022 15:35:03 +0200

Windows Terminal configuration (Neovim configuration)

Significance of Neovim vim is a very useful editor (IDE) on linux. After all, it is highly configurableIf you are a linux developer, you can quickly adapt by switching to windowsAfter the configuration is completed, you can edit files directly in powershell through vim commands, focusing on problem solving and coding, reducing the frequency of ...

Added by ccalzaretta on Fri, 07 Jan 2022 02:37:52 +0200

System call creation process

Windows operation process Function analysis Create process Under Windows, a process can be created by calling createp process() system. The parameters passed in and their meanings are as follows BOOL CreateProcess(  LPCTSTR lpApplicationName, // Application name  LPTSTR lpCommandLine, // Command line string  LPSECURITY_ATTRIBUTES l ...

Added by Gibb Boy on Wed, 05 Jan 2022 20:35:19 +0200

Installation and use of cpp boost library based on ubuntu and windows, including Jupiter notebook / Lab exus clicking kernel and vs code to add a third-party library

reference material All references are from the boost official website https://www.boost.org/ Introduction to boost library Too lazy to write Installation of boost library ubuntu based on linux Official guide https://www.boost.org/doc/libs/1_78_0/more/getting_started/unix-variants.html The writing is vague Download and unzip https:// ...

Added by gojiita on Tue, 04 Jan 2022 22:16:19 +0200

First knowledge of Windows programming

I am a beginner with limited level. I write blog mainly to record my learning track. Refer to msdn for code introduction. If there are errors or omissions, please criticize and correct. Thank you for reading! 1. Basic understanding of Windows programming The simplest windows programming calls some user state API s in windows, mostly user32 ...

Added by davelr459 on Mon, 03 Jan 2022 15:31:12 +0200

uniapp nvue ceiling and waterfall flow and supplementary tutorials to supplement the lack of official documents- App nvue specific components

The front is the official document, and the following has its own supplement. After all, the official document is insufficient! While learning from each other, it can also prevent you from reviewing when you meet these needs in the future waterfall app side nvue special components. The < waterfall > component is the core component ...

Added by SpanKie on Sun, 02 Jan 2022 22:37:15 +0200

Information security | analysis of malicious document samples using oletools Python

preface After learning oletools python, you can perform basic analysis on malicious document samples. What is oletools Python Oletools Python tool is used to analyze MS OLE2 files (structured storage, composite file binary format) and MS Office documents for malware analysis, forensics and debugging. Download and install Linux,Mac: sudo ...

Added by shaymol on Sun, 02 Jan 2022 20:50:42 +0200

Tomcat installation and use

Tomcat About Tomcat # What is Tomcat? Tomcat Is a lightweight based Java Free and open source Web The server/Servlet Container. # What can Tomcat do? Deploy your Web engineering, Provide access control services for your web resources. # The origin of the name Tomcat? Tomcat It is a wild cat that does not rely on humans and lives ind ...

Added by galayman on Thu, 23 Dec 2021 15:28:20 +0200