Category:Other Technology
-
Time:2021-3-7
In the enterprise LAN, QQ chat software is widely used. Although it is convenient to work, it also brings some network security risks. The most important is the file sending function of QQ. Sending files through QQ can easily send a large number of files to the Internet, which brings great risks to the enterprise […]
-
Time:2021-3-7
How to install a third-party package in golang? For some reasons, such as the official website of golang, we have no way to access it. There are some problems in using it golang.org/x/tools This kind of bag can’t get directly golang.org/x/tools Next, let’s take the installation of tools as an example to give you a […]
-
Time:2021-3-7
Yesterday, the company’s network replacement, and then in the use of GIT operation code, encountered the problem described in the title. Only in this paper, the solution process of the problem is recorded. First step: Get the IP address of this machine. Step 2: Ping The connection is normal. Step 3: Find the hosts file […]
-
Time:2021-3-6
Go (also known as “golang“) is the second open source programming language released by Google in 2009. Since its birth, it has several design principles: simplicity, safety and speed. The go language distribution has a variety of debugging, testing, tuning, and code review tools. Nowadays, go language and its tool chain are available in the […]
-
Time:2021-3-6
Sometimes, for the sake of network security, we will prohibit computers from opening websites to access the Internet at will. However, for work needs, we often need to allow some websites to be opened. How can we achieve this? Method 1 1. Open IE and click “Internet Options” under the “tools” menu. 2. Switch […]
-
Time:2021-3-6
What is git? What is SVN? Git SVN is called version controllerIn development, two or more people develop a controller at the same time. In order not to generate code, version controller is invented by conflict of lawsThe ultimate goal is to develop for many people Git is one of the most advanced distributed version […]
-
Time:2021-3-5
By default, a redis is provided in the official image of gitlab. What should I do if I want to put this cache database outside the container of gitlab? This article combines examples to illustrate the specific approach. Environmental preparation Configuration file: gitlab version: ‘2’ services: # Version Control service: Gitlab gitlab: image: gitlab/gitlab-ce:12.10.5-ce.0 ports: […]
-
Time:2021-3-5
Mathematica is the most powerful general-purpose computing system in the world. Mathematica can automatically solve the transpose matrix of a matrix. Next, we will introduce the detailed operation method of using Mathematica 11 to solve the transpose matrix of a matrix. Including solving the transpose matrix of second-order matrix, solving the transpose matrix of third-order […]
-
Time:2021-3-5
Home computer and network cable and other facilities are ready, but also for access to broadband services, give the user name and password, then how to connect the computer to the network, very simple. Now study with me! Method / step 1. Click the tool item in the upper right corner of the browser, select […]
-
Time:2021-3-4
Eclipse version is updated frequently, new version can get the latest function, how to check eclipse version and update? Now let’s take a look at the detailed tutorial. Software name: Official Chinese version of eclipse classic 4.4.2 Software size: 155MB Update time: 2015-10-19Download now 1、 Updated version 1. Click the help menu button, and then […]
-
Time:2021-3-4
If you want to go away when something happens, the computer will shut down by itself later, how should you set this? The following small series for you to introduce the computer automatic shutdown of several settings, friends in need can come to reference! Method / step Computer command: click “start” — select “run”, or […]
-
Time:2021-3-4
1. Create a project locally. You can use eclipse, idea and other development tools to create a project. Open the root directory to the next level of the project name 2. Use git client to enter the folder of helloword in the directory above 3. Initialize project git init 4. Add command git add – […]