Tag:Computer
-
Time:2021-4-20
According to the actual use needs and feelings, graphic design and programming need to display as many things as possible on the screen. Naturally, it is better to have a high resolution, but if it is unintentionally required, there may be no need for a high resolution screen. Some users may encounter abnormal computer screen […]
-
Time:2021-4-19
At present, it is often necessary to do some operations on the company computer, such as connecting to the intranet OA, database or submitting documents. In order to reduce going out, we will explain the method of using FRP to penetrate the intranet. prerequisite 1. A device with public IP (if not, the server can […]
-
Time:2021-4-19
Find build in the project of Vue cli2/ build.jsIn the callback function CB of webpack (webpack config, CB)add to const exec = require(‘child_process’).exec exec(‘cd .\\dist && del dist.zip’, function(error) { if (error) { console.log(error) } // D:\\program\\WinRAR\\ WinRAR.exe It needs to be changed to the installation directory of WinRAR on your computer exec(‘cd .\\dist && […]
-
Time:2021-4-19
The computer is a powerful tool, so we should make full use of it. The following editor will introduce in detail how to use the computer’s own scientific calculator. If you don’t know, you can refer to this article. I hope this article can help you! Method / step 1. Move the mouse and click […]
-
Time:2021-4-17
I just got my salary last month. On a whim, I thought that the computer has been used for so many years. How about changing a laptop!But as a programmer, the most troublesome thing is to build the environment and install all kinds of software. This is not, in order to install a cracked version […]
-
Time:2021-4-17
Recently, when using the computer, a dialog box suddenly popped up to show “remote procedure call failed and not executed”. This is usually due to the fact that the protection is turned on when we do not turn off the computer. Here is the specific solution for you to analyze, hoping to help you. Method […]
-
Time:2021-4-16
CentOS 8 system has made many updates, such as nftables instead of iptables, DNF instead of Yum as the default package management tool. Many people find that the ntpdate command that CentOS 7 is familiar with is gone, and it can’t be installed with yum. Synchronization time becomes a problem. This article describes how CentOS […]
-
Time:2021-4-15
Sometimes, you need to use a computer, want to play with a mobile phone, and are still worried about the traffic. Do you want to use the computer to open a hot spot? So how to open a hot spot on the computer? Let’s introduce two ways to open a hot spot on the computer. […]
-
Time:2021-4-13
for the mobile terminal code we wrote, there are many differences between the real machine debugging and the mobile phone simulator in Google browser. In this case, we still need to debug the mobile terminal code we wrote. For real machine debugging, I see that many editors still need to download plug-ins to debug. […]
-
Time:2021-4-12
What hardware is connected to our computer, and whether some hardware is connected, we can check it in this way. 1. Right click on my computer and click Manage. 2. Enter hardware management. 3. Here’s all the hardware of the computer. 4. We can check the model and type of CPU. 5. Generally we add […]
-
Time:2021-4-11
When using the computer, in order to protect personal privacy, sometimes you need to hide a file or folder, so how to hide the folder? How to view hidden folders on your computer? Let’s introduce it in detail. Let’s have a look! Method / step 1. To see hidden files, first you need to know […]
-
Time:2021-4-7
The first is the concept of deep learning, which is a new research direction in the field of machine learning. Deep learning is the inherent law and representation level of learning sample data. The information obtained in the learning process is of great help to the interpretation of data such as text, image and sound. […]