Problem Description
Problem Description
Problem Description
Problem Description
Talk is cheap show me the code.
vmstat is used to report virtual memory statistics. We generally use it like this.
Follow this article to download and install mysql. In this page I will show you how to enable remote access.
netstat command is used to see the network connections.
I knew a long time ago that there is a method filter in stream. Every time I use it, I don’t know how it filters internally. Will he remove the qualified ones or leave the qualified ones? Every time I need to run the code to make sure my logic is correct.
RentrantLock is more flexible than synchronized. When using synchronized, the thread will be blocked if the lock cannot be obtained. If RentrantLock is used, the above problem will not occur. We can use the tryLock method to try to obtain the lock and process our own business logic by obtaining the result.
we can use Iterators.cycle of guava to implement round robin. Here is an example.
Use follow command to list all services in CentOS7.
Use the following command to output the result of the wget command to the screen instead of saving it to a file.
The default home directory of the Maven project in IDEA is Bundled(Maven 2) or Bundled(Maven 3). I am used to using my own Maven home directory. So, every time I create a new project, I will change this default Maven home directory. It is too much trouble. After reviewing the official documentation, I learned that the default new project settings can be changed.
Before starting to learn this command, we need to initialize a git directory. The following script can help us initialize a git repository with 20 commits