Let you know about the smart home open source project: the preliminary configuration of the plug-in of zhiting home cloud and Home Assistant
brief introductionIn our daily use, some smart devices support access to HomeKit, that is, users can access and control the device through the "home" of Apple mobile phone. However, this operation has obvious limitations. Android phones cannot be used and cannot be linked with devices that do not support access to HomeKit. For example ...
Added by MFHJoe on Sat, 19 Feb 2022 11:12:11 +0200
[Spring] analysis of the underlying core principles of Spring
Content index of this article:
1.Bean Underlying principles of life cycle
2.Underlying principle of dependency injection
3.Initialize underlying principles
4.Inferential construction method and underlying principle
5.AOP Underlying principle
6.Spring Transaction underlying principle
However, they are only general processes. In the follow-up, ...
Added by roel_v on Sat, 19 Feb 2022 11:02:25 +0200
form elements and their attributes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Form elements and their attributes</title>
</head>
<body>
<form action="http:www.baidu.com" method="get" target="_blank">
Submit button
<input type="submit" /><br />
Text b ...
Added by freddyw on Sat, 19 Feb 2022 11:01:38 +0200
CMS function (introduction and configuration)
CMS (Content Management System) is the Content Management System, which is mainly used to manage static pages in this project. It can be understood that CMS helps you finish all the things in the program part of a website. All you have to do is the art part of a website. Make several static web page templates, and a portal level website will co ...
Added by cspgsl on Sat, 19 Feb 2022 10:57:04 +0200
Python Basics
1. Circulation structure
A loop structure is used to repeatedly execute one or more statements. If the conditions are met, the statements in the loop body are executed repeatedly. After each execution, it will judge whether the condition is True. If it is True, the statements in the loop body will be executed repeatedly
1.1 while loop
Th ...
Added by Wynder on Sat, 19 Feb 2022 10:56:37 +0200
Binary tree [C language]
1. Trees
Nonlinear data structure Trees are recursively defined Each tree is composed of root + multiple subtrees, and the subtree structure is the same
Representation of trees
The tree has no rules on how many children he has C + + will be easier to write
Left child right brother notation
struct Node
{
struct Node* _ ...
Added by cjconnor24 on Sat, 19 Feb 2022 10:50:28 +0200
Java access rights (class, interface, internal class, internal interface)
Personal blog original link
Java access rights (class, interface, internal class, internal interface)
ref:
Rookie tutorial - java TutorialJava programming ideas [by Bruce Eckel]
Access modifier
Some types can only use partial access modifiers and have default modifiers
public, all classes are visible private, the current class is ...
Added by aftab_jii on Sat, 19 Feb 2022 10:36:04 +0200
OpenStack Victoria version - 6.1 control node Nova computing service component
6.1 control node Nova computing service component
More steps: OpenStack Victoria installation and deployment series tutorials
OpenStack deployment series Openstack deployment tutorial series OpenStack Ussuri offline installation and deployment series tutorial (full) OpenStack Train offline installation and deployment series tutorial ( ...
Added by loudrake on Sat, 19 Feb 2022 10:36:46 +0200
Notes for beginners of PHP June 12, 2018
Write in front
The contact about PHP was limited to the course design at that time. Now, the old people and things have long gone with the wind, but the young blog content has remained. There is no enthusiasm for learning and exploration in those years. Just re edit these and talk about remembering the past.
PHP variable scope
In PHP, va ...
Added by testtesttesttest on Sat, 19 Feb 2022 10:25:32 +0200
Like QQ form, the form is automatically hidden and displayed when it is moved to the top
[example introduction]
Float and hide forms like qq
[example screenshot]
File: 590m.com/f/25127180-494401701-caf72f (access password: 551685)
[[core code]
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
...
Added by ccl on Sat, 19 Feb 2022 10:18:12 +0200