zigbee source code 03 - smoke sensor MQ-2

03 ° ZigBee sensor network - smoke sensor Experimental phenomenon: smoke sensor is similar to photosensitive sensor detection method; terminal node collects smoke signal, and After the coordinator is networked, the collected data is sent to the coordinator, and the coordinator receives th ...

Posted by trinitywave on Thu, 16 Jan 2020 10:34:06 -0800

kubernetes series tutorial kubeadm offline deployment of 1.14.1 clusters

Write before This chapter is kubernetes series tutorials The second = article mainly introduces the deployment of the kubernetes cluster through the kubeadm installation tool. Considering the limitations of the domestic network, the mirror has been downloaded to the network disk for offline deployment. 1. Overview of the environment 1.1 Instal ...

Posted by dickey on Thu, 16 Jan 2020 09:18:20 -0800

kerberos pitching Guide

Change from: https://www.jianshu.com/p/fc2d2dbd510b Principle introduction kerberos is mainly used for identity authentication in network communication, and its main feature is "complexity". So it's best to familiarize yourself with the principles of kerberos before entering the pit. Her ...

Posted by teguh123 on Thu, 16 Jan 2020 06:33:13 -0800

IO multiplexing -- select system call

IO multiplexing The client program processes multiple socket s. (e.g. non blocking connect) The client program processes both user input and network connections. (e.g. chat program) The server should handle listening socket and connecting socket at the same time. The server processes both TCP and UDP ...

Posted by RHolm on Thu, 16 Jan 2020 03:20:56 -0800

Serverless microservice practice - Mobile application package distribution service

background Alibaba cloud functional computing is an event driven fully hosted computing service. Through function calculation, you don't need to manage infrastructure such as servers, just write code and upload it. Function calculation will prepare computing resources for you, run your code in a flexib ...

Posted by faizanno1 on Wed, 15 Jan 2020 23:25:45 -0800

Selenium: screenshot showing waiting

1, Show wait (conditional wait) common problem: The location is clearly right. Why can't the running code find the location. The location is clearly right. If the location is found, why is the text information empty? Analysis reason: frame not processed The page rendering speed is slower than the code of automatic test, and the page is locat ...

Posted by arsitek on Wed, 15 Jan 2020 22:44:46 -0800

Using JD cloud Serverless service to quickly build IoT application in 5G Era

On October 31, at the 2019 China International Information and Communication Exhibition, the Ministry of industry and information technology announced that 5G business was officially launched. 5G business age is coming! The commercial application of 5G makes the data transmission speed, response speed, connection data, data transmission volu ...

Posted by ramez_sever on Tue, 14 Jan 2020 19:11:58 -0800

Docker Security Management (Actual!!!)

Docker Security Difference between Docker and Virtual Machine Isolation and Sharing By adding Hypervisor layer, virtual hardware such as network card, memory, CPU and so on, virtual machines can be built on top of it. Each virtual machine has its own system core Docker containers isolate file systems, processes, devices, networks and other re ...

Posted by OMorchoe on Tue, 14 Jan 2020 11:21:14 -0800

Dart asynchronous programming

This article is [ From scratch, let's learn and develop a Flutter App together ]The second article on the road. This article will solve the problem left by the previous article: how does asynchronous processing work in Dart? First, we briefly introduce Future, sync and await, which are commonly used in Dart; second, we try to analyze the async ...

Posted by shalinik on Mon, 13 Jan 2020 21:01:23 -0800

Realize the preview function similar to Baidu online disk: support Word, Excel and Ppt

I'm a technical Xiaobai. The boss asked me to write a function of office online preview a few days ago. It's similar to Baidu online disk. I find all kinds of materials and summarize the methods I think are better to use.   There are probably several ways to preview office online.   The first kin ...

Posted by Yves on Mon, 13 Jan 2020 05:25:32 -0800