Customize the color of the status bar
First, I want to go to Tucao, and I read many blogs on the Internet. I am forced to make complaints about it. Few people can really solve the problem. Some people can really change the color of the status bar. But Nima has a gray layer on top of it, which is also called solving the problem. Some people say it's not easy ...
Posted by mmtalon on Mon, 04 May 2020 06:09:17 +0200
VSPE virtual serial port shutdown blue screen (BSOD) solution
The solution to the problem of VSPE blue screen
This article is just to solve the blue screen problem I encountered. Not everyone will encounter the blue screen caused by this operation, nor VSPE will have the blue screen problem.
VSPE(Virtual Serial Ports Emulator Version 0.938 (June 26, 2010))
Blue screen repr ...
Posted by marginalboy on Wed, 01 Apr 2020 00:34:13 +0200
Using re5f10368 to do a simple temperature acquisition and current acquisition
It is mainly to record the pit encountered by the single-chip microcomputer of Reza. Although Reza has been used before, it will be forgotten after a long time. It is convenient to record it for later use
Introduction to re5f10368
Hardware introduction
Burner link
Part of procedure
Configuration pa ...
Posted by PHPTOM on Fri, 13 Mar 2020 09:16:40 +0100
java Concurrent Programming - 12 atomic classes
background
Multithreading updates the value of variables, which may not get the expected value. Of course, adding the synchronized keyword can solve the problem of thread concurrency.
Another solution is provided here, that is, the atomic operation class under the java.util.concurrent.atomic package, which provides a simple, efficient and thre ...
Posted by gonsman on Sun, 08 Dec 2019 20:08:06 +0100