Add window service of c (scheduled task)

This article describes how to create a scheduled task using the window service   1. As shown in the figure, create a new project, windows Desktop - > windows Service   2. As shown in the figure, right click to add the installation program     3. Right click serviceInstaller1, and modify serviceName and Description   4. As show ...

Added by cutups on Mon, 11 Nov 2019 17:04:25 +0200

Front end development plays with win10 linux subsystem

Preface The latest version of win10 has been added with linux subsystem function. After a week's development, I feel that I can completely replace Mac OS. In linux environment, the ease of use of terminal tools, environmental stability and win10's massive software are combined, and then look at the wide choice of PC, it's not too good. It's tim ...

Added by AshrakTheWhite on Sat, 09 Nov 2019 00:30:23 +0200

The second level child node content of the root node of the C ා - XML base XElement Elements

 .NET Framework : 4.7.2        IDE : Visual Studio Community 2019         OS : Windows 10 x64     typesetting : Markdown         blog : blog.csdn.net/yushaopu        github : github.com/GratefulHeartCoder   xml file <?xml version="1.0" encoding="utf-8"?> <cultures> <taoists count="100" comme ...

Added by sorenchr on Fri, 08 Nov 2019 21:21:48 +0200

ND4J automatic differentiation

I. Preface ND4J supports automatic differentiation from beta2, but until the beta 4 version, automatic differentiation only supports CPU, and GPU version will be implemented in later versions. In this blog, we will use ND4J to build a function, and use ND4J SameDiff to build a function to find the function value and the partial differential s ...

Added by MiCR0 on Mon, 04 Nov 2019 23:14:23 +0200

Small crawling 2: Chinese code scrambling and other issues

1. Solve the problem of Chinese code disorder (1) dynamic loading or not, (2) source data acquisition Map network on the other side: First page address: http://pic.netbian.com/4kmeinv/ Second pages: http://pic.netbian.com/4kmeinv/index_2.html Third pages: http://pic.netbian.com/4kmeinv/index_3.html #Step 1: there is a bug in the followin ...

Added by BenGilbert on Sun, 03 Nov 2019 17:38:17 +0200

[Excel VBA] batch modify file name, format and save

I. demand Although the file format of a batch of files downloaded from the website shows ". xls", they do not match the actual format. Now they need to be stored in the corresponding path according to the rules and saved in the correct format of ". xlsx". Simple batch modif ...

Added by pillot1005 on Fri, 01 Nov 2019 21:42:57 +0200

Using AForge control in WPF

AForge.NET is a framework about computer vision and artificial intelligence written by C, which includes image processing, neural network, genetic algorithm and machine learning. To implement video functionality, you need to use the VideoSourcePlayer control in the AForge.Controls namespace. This is a WinForm control. To use it in WPF program, ...

Added by m7_b5 on Thu, 31 Oct 2019 19:42:57 +0200

Apache Web page optimization: Web page compression and caching

Apache Web page optimization concept In an enterprise, only the default configuration parameters are used after deploying Apache, which will cause many problems in the website. In other words, the default configuration is for the previous lower configuration.Server configuration, the previous configuration is not suitable for today's Internet ...

Added by bobbfwed on Tue, 29 Oct 2019 10:13:44 +0200

python basic deliberate practice -- Task 6 dictionary and collection

Day 8 I. dictionary A dictionary is another variable container model and can store any type of object. Each key value key = > value pair of the dictionary is separated by colon: comma is used between each pair, and the whole dictionary is included in curly bracket {}, with the format as follows: ...

Added by NDF on Sun, 27 Oct 2019 12:54:12 +0200

I crawled down the national tourism data in Python and found that this place is the real tourist attraction.

Preface: Python for me is also a process of gradually learning and mastering. The content of this tour starts from the beginning. Before entering the text, I attach the most coveted seafood feast on (du). Data crawling: In recent days, the circle of friends has been swiped by everyone's travel footprints, marveling at those friends who hav ...

Added by BIGjuevos on Fri, 25 Oct 2019 22:08:28 +0300