Source code compiles OpenCV on windows 10 and supports CUDA | compile opencv with CUDA
This article was first published on a personal blog https://kezunlin.me/post/6580691f/ Welcome to read!
compile opencv with CUDA support on windows 10
Series
Part 1: compile opencv on ubuntu 16.04
Part 2: compile opencv with CUDA support on windows 10
Part 3: opencv mat for loop
Part 4: speed up opencv image processing with openmp
Guide
requi ...
Posted by shatner on Thu, 14 Nov 2019 04:04:31 +0100
Simple use of Topshelf+Quatz.Net
An overview of Topshelf
Topshelf is another way to create Windows services, a foreigner's article Create a .NET Windows Service in 5 steps with Topshelf Use Topshelf to create a Windows service in five steps. Topshelf It is an open-source cross platform hosting service framework that supports Windows and Mono. It only needs a few lines of code ...
Posted by adamb10 on Mon, 11 Nov 2019 10:45:20 +0100
Python Crawler Grab Chi Lian Recruitment (Basic Edition)
Preface
Text and pictures of the text come from the network for learning and communication purposes only. They do not have any commercial use. Copyright is owned by the original author. If you have any questions, please contact us in time for processing.
Author: C vs. Python
PS: If you need Python learning materials for your child, click on the ...
Posted by messer on Mon, 11 Nov 2019 07:46:15 +0100
@Maximum value of sword finger offer (python) sliding window
Sword finger offer brush notes 64 (python)
Title Description
Given the size of an array and sliding window, find out the maximum value of the values in all sliding windows. For example, if the input array {2,3,4,4,2,6,6,2,5,1}andthe size 3 of the sliding window, there are six sliding windows, their maximum values a ...
Posted by jj20051 on Tue, 05 Nov 2019 19:24:32 +0100
Enable cross domain request (CORS) in ASP.NET Core
This article describes how to enable CORS in ASP.NET Core applications.
Browser security prevents web pages from sending requests to other domains rather than serving them. This restriction is known as the same origin policy. The same source policy prevents malicious sites from reading sensitive data from another site. Sometimes, you may want ...
Posted by jmgrhm on Sun, 03 Nov 2019 18:48:21 +0100
WSL update default source
Today, because of a VSC + + error on Windows, I think of WSL. With administrator privileges, the WSL of this computer is installed again.
Set → update → developer options → open development mode
Control panel → program and update → open or close function → WSL function check
Open cmd → input bash → follo ...
Posted by scanreg on Sun, 03 Nov 2019 17:20:21 +0100
nginx domain name configuration virtual host
A domain name, corresponding to an IP addressThrough DNS domain name resolution server, domain name can be resolved to IP address
HereSpecify the IP address of the domain name by modifying the host file
host hijackingIn the host file, configure the domain name and IP address. When accessing the domain name,Because the IP address corresponding ...
Posted by erwt on Fri, 01 Nov 2019 20:51:28 +0100
QT5 docking window with various controls
Docking window can be a convenient and fast management interface, which can make users feel the convenient operation of the application. But the docked window itself is a badge, and it can't add and arrange the controls on its own. This paper provides a simple method to add controls to docked wi ...
Posted by ace21 on Fri, 01 Nov 2019 13:54:18 +0100
Git learning notes -- installation and file submission and back on Git
Git learning notes (1) - installation and file submission and fallback on Git
Remarks
&&Learning website: Liao Xuefeng's official website (easy to understand, super recommended) -- https://www.liaoxuefeng.com/wiki/896043488029600 rookie tutorial -- https://www.runoob.com/git/git-tutorial ...
Posted by cooler75 on Sun, 27 Oct 2019 13:28:12 +0100
selenium notes arrangement
Common methods of scattered
from selenium import webdriver
# Keys package to be introduced when calling keyboard key operation
from selenium.webdriver.common.keys import Keys
# Create browser object by calling PhantomJS browser specified by environment variable
driver = webdriver.PhantomJS()
...
Posted by freewholly on Fri, 25 Oct 2019 23:32:07 +0200