Mac m1 Install Homebrew

Homebrew is the package manager for Mac, similar to apt on Linux and choco on Windows. Since the M1 chip was released, Homebrew is actively adapting to the new architecture and now has an ARM version of Homebrew that natively supports the ARM architecture. Unlike x86, the ARM version of Homebrew must be installed in the / opt/homebrew path, not ...

Posted by XeNoMoRpH1030 on Mon, 24 Jan 2022 06:13:11 +0100

It's a good thing to use Python as a fishing artifact to monitor the boss

This article is reproduced from Crossin's programming classroom As a migrant worker, especially in 996 and 007, in addition to dry meals, the most exciting thing is to sneak around occasionally at work and touch fish pictures in the pond Which fish do ordinary people touch? Chat, microblog, wechat circle of friends, games, novels, stock fun ...

Posted by stebut05 on Fri, 21 Jan 2022 11:53:15 +0100

Building Vim from source code

Building Vim from source code introduction The thing is like this, because I'm a heavy user of Vim.. However, the version that can be installed or comes with on most systems is an older version, possibly 7.0 X or something. Or you need to use some features or functions of Vim, but the program built for you by others is not enabled, which is ...

Posted by sub7av on Thu, 20 Jan 2022 07:52:05 +0100

Backup private key for MAC decentralized wallet development

1, Private key   in this lesson, we will continue to register the Token, which is to backup the private key. Each public chain will have a private key, but it is different. There are four private keys in MAC. namely Wallet Key Wallet key is one of the necessary information to open MAC wallet. ...

Posted by doodmon on Mon, 29 Jun 2020 10:36:56 +0200

Use TrueLicense in Spring Boot project to generate and verify License (Server License)

Article catalog 1, Introduction 2, Use TrueLicense to generate License 1, in pom.xml Add key dependencies to 2. Verify the user-defined License parameters 3. Add a Controller to generate certificate: 3, Using the keytool tool provided with JDK to generate public private key certificate Library 4, G ...

Posted by parboy on Tue, 23 Jun 2020 09:38:53 +0200

Enterprise practice (13) details of LVS load balancing DR (direct routing) mode

What is cluster A group of computers interconnected by a high-speed network and managed in a single system mode. Many servers are put together to provide the same service, which looks like only one server in the client. It can obtain relatively high benefits in performance, reliability and flexibilit ...

Posted by sone_br on Mon, 22 Jun 2020 07:03:24 +0200

Factory pattern of 23 design patterns - Java language-

Factory model core and its classification The core idea of the factory model: the separation of creators and callers Classification: Simple factory mode Factory method mode Abstract factory pattern Simple factory mode This pattern is the simplest way to manage object creation, because it simply en ...

Posted by wrapper on Sat, 20 Jun 2020 05:19:25 +0200

[Java] http connection using agent (example of integrating Alibaba cloud SMS service in Intranet environment)

1. Problem description I do project services: start in the Intranet environment, all links related to the Internet need to go through transparent agent.Alibaba cloud sdk: encapsulate all operations related to http. We can't configure HTTP related settings. To solve the problem 1: how can intranet serv ...

Posted by Simmo on Wed, 17 Jun 2020 07:11:50 +0200

In the past 520, what gifts are you giving? Python tells you with a visual chart

preface The text and pictures of this article are from the Internet, only for learning and communication, not for any commercial purpose. The copyright belongs to the original author. If you have any questions, please contact us in time for handling. The annual 520 has just passed. Due to the impact of the epidemic, we missed this year's ...

Posted by transfield on Sat, 23 May 2020 09:52:22 +0200

BOM and DOM operations for JavaScript front-end development

[Directory] I. BOM Operation 1. window Object 2. window child object 3. Hisry Object 4. location object (master) 5. Pop-up box 6. Timer-related 2. DOM Manipulation 1. DOM-related concepts 2. Find labels 3. Node Operation 4. Get Value Operation 5. class, css operations   (Here's what you do with a browser in a mac notebook (check the con ...

Posted by timcapulet on Mon, 18 May 2020 18:20:38 +0200