Python learning process problem record: Dane Xu Ming data analysis quick start (problems encountered in code compilation in 2022)

catalogue preface Question 1: Chinese display of matplotlib drawing Question 2: the X-axis time of the graph always shows 1970 1. Problem description 2. Causes of problems 3. Solutions Question 3. Difference of synthetic square wave caused by one bracket 1. Problem description 2. Causes of problems 3. Problem analysis Qu ...

Posted by Nuv on Sun, 06 Mar 2022 11:46:21 +0100

Mysql(dmg installation) preference setting of MacOS fails to start

First, let's talk about my version information Operating system MacOS Big Bur 11.2.2 Mysql 8.0.24 Note: I installed it through the official dmg package, not through homebrew. If it is a problem in homebrew installation, it can also be used as a reference. Current date: April 21, 2021 If you want to directly test the results, you can ju ...

Posted by Vasudhevan on Thu, 03 Mar 2022 19:34:48 +0100

Day4: enter, if, switch

Day4: enter, if, switch When implementing branch judgment, a good habit is to put the judgment with high matching success rate in front, which can improve efficiencyIn the expression judgment, we try to use the determined value to judge with the uncertain value Execution process in the program: Sequencing: starting from the main method ...

Posted by dark_destroyer on Thu, 03 Mar 2022 11:44:02 +0100

MacOS java development 2 variables and constants

MacOS java development 2 variables and constants constant Constants: data that cannot be changed Data, keywords and identifiers are all components of JAVA programs Constant category: Integer 100, 23, 1 Decimals 3.14, 21.231 Character - enclosed in single quotation marks, can only write one character and must have a value String - enclos ...

Posted by riex1 on Thu, 24 Feb 2022 16:24:11 +0100

Qt compiling map comprehensive application 57- cross platform (win, linux, mac, uos, kylin, etc.)

1, Foreword Cross platform really spent a lot of energy to start from Qt4 7 compatible to Qt6 2 and subsequent versions have lost a lot of hair, and only a few hairs are left. Hey, maybe this is the life of programmers. I have written Qt programs for so many years and prefer to support multiple Qt versions, especially for supporting any Qt ver ...

Posted by almora on Sun, 13 Feb 2022 03:11:49 +0100

HCIA - VLAN basic configuration

1, Topology diagram: 2, Basic configuration: 1: Create VLAN <Huawei>display vlan --- see VLAN information [Huawei]vlan 2 --- establish VLAN [Huawei-vlan2]q [Huawei]undo vlan 2 --- delete VLAN [Huawei]vlan batch 2 to 100 --- Batch creation VLAN [Huawei]vlan batch 2 to 100 --- Batch delete VLAN <Huawei>undo terminal monitor --- ...

Posted by Hartley on Fri, 04 Feb 2022 09:31:36 +0100

Quickly compile Spring source code under Macos to solve the problem of slow compilation

Environmental preparation OS: MacOSJDK: java version "1.8.0_231"idea: 2019.3.4Gradle: 5.6.4 1. Download Spring source code 1.1 method 1-Github official https://github.com/spring-projects/spring-framework Recommendations: Select the release version to downloadThe network speed is too slow. Select mode 2 1.2 mode 2-Gitee Code cloud acce ...

Posted by Hylian on Mon, 24 Jan 2022 22:51:48 +0100

mac pro M1(ARM) installation: elasticsearch, kibana, logstash ELK

0. Introduction The last issue introduced mac pro M1(ARM) installation: VMWare Fusion and linux(centos7/ubantu) In this issue, let's see how to install elasticsearch and kibana on m1 1. Install es and kibana based on centos How to install centos virtual machine on m1 can refer to the above blog 1.1 download This is based on the demonstrati ...

Posted by genecide on Tue, 18 Jan 2022 14:46:04 +0100

Run rainbow on Mac for 10 minutes for quick installation

preface Previous installation and deployment Rainbond No way can bypass the construction of Kubernetes cluster. Whether it is used as a development environment or for production delivery, the deployment process is very dependent on the server or virtual machine. This sets a high threshold in the process of experiencing the rainbow cloud native ...

Posted by shadypalm88 on Tue, 11 Jan 2022 04:23:26 +0100

Expansion -- mac system ios automation -- environment configuration

Download Python 3 https://www.python.org/downloads/mac-osx/ Modify environment variables Modify ~ /. Under the user root directory bash_profile file, input at the terminal: vi ~/.bash_profile Add a new row PATH="/Library/Frameworks/Python.framework/Versions/3.9/bin:${PATH}" export PATH alias python="/Library/Frameworks/Python.framework ...

Posted by azaidi on Wed, 05 Jan 2022 17:46:53 +0100