What's the use of windows registry?

What is the registry? Registry is an important database in Microsoft Windows, which is used to store the setup information of system and application. As early as Windows 3.0 launched OLE technology, the registry has appeared. The subsequent Windows NT was the first operating system to make extensive u ...

Posted by camdenite on Sat, 21 Sep 2019 02:13:58 -0700

C++ Learning Case

C++ is a good programming language. At the same time, C++ is a rugged road. I want to witness my growth here with you. I will share some cases, source code and learning experience with you from time to time every day. Case 1: Title Description: Enter a string to determine how many strings there are, ...

Posted by illusiveone on Sat, 21 Sep 2019 01:18:42 -0700

Graphics Library Programming Learning Notes

Graphics Library Programming Intermediate One: Basic mapping operations Prepare before mapping, such as adding related header file graphics.h, creating a window for mapping, etc. Use the IMAGE type to define an identifier to represent a picture. Use loadimage(); to load a resource: that is, to pass ...

Posted by drew010 on Fri, 20 Sep 2019 18:40:29 -0700

PHP Multiprocess Pen Series

This series of articles will explain the pcntl_* series of functions, so as to better understand the process-related knowledge. PCNTL process control support in PHP is turned off by default. You need to recompile the CGI or CLI version of PHP with the -- enable-pcntl configuration option to turn on process control support. If the built-in PHP ...

Posted by Dumps on Thu, 19 Sep 2019 23:47:04 -0700

The concept of threads

Article directory Introduction to Multithreading Operating systems (Windows, macOS, Linux) can now perform multiple tasks. A task is a process. The relationship between processes and threads The Method of Realizing Multitask Multiprocess VS Multithreading Java language has built-in multithreading su ...

Posted by simrx11 on Thu, 19 Sep 2019 03:26:14 -0700

Configuration of ZBar Library under Windows System (VS2015+OpenCV3.4.3+ZBar0.10)

Catalog step1 runtime environment step2 installation step3 configuration step4 test ZBar is an open source two-dimensional code (including barcode) decoder that recognizes barcodes/two-dimensional codes from video streams, image files, handheld scanners and video devices (such as cameras). It supp ...

Posted by crazylegseddie on Wed, 18 Sep 2019 19:53:58 -0700

Teach you how to use Python to manipulate word documents

Use Python to manipulate word documents Installation of Python-docx Python-docx is a module specially for word documents. It can only read docx but not doc files. To put it bluntly, Python is equivalent to the windows operating system. QQ is the software running on the windows operating system. The b ...

Posted by Benny007 on Wed, 18 Sep 2019 07:07:32 -0700

NET-based example of call docking of free common express bird singular query api interface

1. Application scenarios (1) When integrated logistics information inquiry function is applied on PC, mobile or website, the inquiry can be completed only by inputting the single number, without the need for the user to enter the express company. (2) ...

Posted by renno on Tue, 17 Sep 2019 03:27:46 -0700

Record an HTML template to PDF

HTM template style and the actual conversion of pdf style will have a very large gap between the way to obtain templates is also very tortuous.Here's a quick way to record it. Step one:The style here is exactly the same as that of html on the print page that calls windows on the front end; the left target printer selection: save as PDFThe pdf s ...

Posted by Paulus Magnus on Mon, 16 Sep 2019 00:11:43 -0700

Error-reporting of jmap commands in Windows

Recently, I changed my notebook. In the new working environment, the jmap command is reporting errors, while jps, jstat, jinfo and jstack can be used normally, so the problem of process number is preliminarily eliminated. Attaching to core 17536 from executable heap, please wait... Error attaching to core file: Windbg Error: OpenDumpFile failed ...

Posted by hd_webdev on Sun, 15 Sep 2019 22:51:42 -0700