Installation of Galaxy Kirin operating system with localized virtual ARM64-CPU
backgroundA project needs to realize the localization of all basic software, in which the operating system specifies Galaxy Kirin v4 and the CPU uses Feiteng processor. I don't have this domestic processor locally, but Feiteng is a 64 bit processor based on ARMv8 architecture, so theoretically, the hardware based on this CPU architecture should ...
Added by candy2126 on Mon, 07 Mar 2022 03:51:21 +0200
2014-10-27 Android learning ------ layout processing ------ custom Toast ------ city list application
I study Android in combination with the source code, which is more intuitive and very clear to see the effect. I think it's very good. Today's learning source code is a CityList source code found online. Baidu search knows a lot of places to downloadLast article address: http://blog.csdn.net/u014737138/article/details/40589131Sometimes we need ...
Added by jacomus on Mon, 07 Mar 2022 03:45:14 +0200
Microservices have everything from code to k8s deployment (X. error handling)
We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring.
The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is basi ...
Added by zulubanshee on Mon, 07 Mar 2022 03:40:56 +0200
qt learning notes
Video link
https://www.bilibili.com/video/BV1Wf4y1Y7uh
Qt common tools
assistant: api manual qmake: qt builder designer: graphical interface design uic: convert the interface designed by designer into C + + or py file rcc: resource compiler moc: meta object compiler qtcreator: integrated development environment
Making the first GUI prog ...
Added by andym01480 on Mon, 07 Mar 2022 03:36:36 +0200
Algorithm_ Greedy algorithm_ The best time to buy and sell stocks II
The best time to buy and sell stocks II
leetcode link
1. Solution
Solution 1
First of all, the first idea is to find a relatively low share price to buy, and then find a relatively high share price to sell, and then repeat. Therefore, the current problem is how to determine the position of relatively low stock price and relatively high ...
Added by j_70 on Mon, 07 Mar 2022 03:32:46 +0200
Get element knowledge
+Use a variable to save one or some elements in the page
+There are two types of methods to get elements
1. Get unconventional elements
=> html: document.documentElement
=> head: document.head
=> body: document.body
2. Get general elements
2-1. Get element by id
=>Syntax: document Getelementbyid ('element id name ')
=>R ...
Added by moehome on Mon, 07 Mar 2022 03:20:04 +0200
[python][nginx][https] Nginx server SSL certificate installation and deployment
preface
The pictures in the blogger's blog use their own picture bed (in Tencent cloud + python + their own domain name). Since http was previously used, the browser will block the pictures as unsafe links. Therefore, bloggers set out to seamlessly replace it with https. This article is the operation details.
1. Application for certificate
...
Added by vidhu on Mon, 07 Mar 2022 03:15:20 +0200
Flexible Vue components - so simple
Learning objectives of this article
Be able to understand the concept and function of vue componentsBe able to master the ability of packaging componentsAbility to use communication between componentsAble to complete todo case
1. vue components
1.0_ Why use components
I've made a folding panel before
Requirements: now you want multiple p ...
Added by smclay on Mon, 07 Mar 2022 03:13:15 +0200
Crack and Research on verification code of polar test slider: AST reduction confusion JS
Cracking and Research on the verification code of polar test slider (I): AST reduction confusion JS
statement1, Environmental installation
1. node installation
1.1. node Download1.2. Configure environment variables1.3. node installation detection1.4. pycharm configuring node environment 2. babel library installation
2.1 ...
Added by backslash on Mon, 07 Mar 2022 03:07:56 +0200
How to make the echarts chart move? Timer solves it -- large screen display case (dynamic dashboard, dynamic histogram)
In order to achieve the effect, the case uses randomly generated data, which is more suitable for static pages that tend to display the effect, such as the home page and login page of the portal website. The color and style are self-adjusting.
It should be noted that in some projects, the dashboard may not display normally. This is because the ...
Added by w3evolutions on Mon, 07 Mar 2022 02:55:50 +0200