The implementation of real-time communication between webview and h5 via postMessage
Original: https://pantao.parcmg.com/pre...
When making React Native applications, if you need to embed H5 pages in App, H5 and App can communicate in real time through the PostMessage function of Webview. However, in the applet, although a WebView component is also provided, when postMessage communication is made, it is in the official document ...
Added by pchytil on Mon, 19 Aug 2019 20:05:16 +0300
RGBD Depth Camera Data Format-Storage Read-Visualization
equipment
Here RGBD camera mainly refers to the depth camera which uses Light Coding (structured light) or TOF for imaging, and actively emits light, which is mainly suitable for indoor environment.
The more common RGBD cameras are as follows:
camera
principle
SDK
data
PrimeSense Carmine 1.08/1. ...
Added by ruttiger on Mon, 12 Aug 2019 09:46:57 +0300
Reliable Multicast Programming (PGM) Protocol
Reliable Multicast Programming (PGM) is a general reliable multicast protocol that guarantees the reliability of multicast to some extent.It is an IP upper-level protocol, and has UDP peers with TCP, working in the transport layer.
In the multicast transmission video project, it is found that when the network is poor, the performance of multica ...
Added by FrostedFlakes on Sat, 10 Aug 2019 04:39:39 +0300
After reading this article, we can solve 90% of the memory exception problem in APP.
Why do we optimize memory
The. java file we write in Android will eventually be compiled into. class file. After class is loaded by class loader, a meta-information object describing class structure will be formed in JVM. Through this meta-information object, we can know the class structure information (constructor, attribut ...
Added by kelly001 on Wed, 07 Aug 2019 13:24:17 +0300
Best Practice of Continuous Integration of flutter Hybrid Engineering
1. Introduction
This article focuses on some specific implementations of Flutter's direct dependence on relief in Flutter hybrid engineering.
2. Thinking
Because the current idle fish is a mixed development mode of Flutter and Native, there are some students who only do Native development and are not familiar with Flutter technolog ...
Added by kpasiva on Mon, 05 Aug 2019 11:34:16 +0300
Bluetooth BLE Development for nRF52832-Bluefruit52 Learning--Analysis of Bluetooth BLE Main Function
nRF52832 Technical Exchange Group: 680723714
nRF52832-Bluefruit52 Core Board Details:
https://blog.csdn.net/solar_Lan/article/details/88688451
Primary Function Analysis of Bluetooth BLE
The project directory has been described before. Most of the files in the project directory are provide ...
Added by jclarkkent2003 on Sat, 03 Aug 2019 04:42:29 +0300
face Recognition-Qt Calls face++ Interface by Initiating Http Request
Face++ platform can be used for face recognition, face detection, face comparison, face search and so on. The following are the various operations of face using the face++API.
This is the official document address of face++. https://console.faceplusplus.com.cn/documents/4887579
The face++ interfac ...
Added by kundan on Sat, 27 Jul 2019 10:37:25 +0300
Qt Writes Custom Control 40-Navigation Progress Bar
I. Preface
The navigation progress bar control is actually the progress control of Alipay, Jingdong and Taobao order page. It prompts the steps of the current step, a total of several steps, and then the current progress special color display, each progress with time text and other information, this control specifically integrates the three sty ...
Added by vidyashankara on Fri, 26 Jul 2019 08:51:43 +0300
Handler: Method of updating UI
It always feels like UI updates in android are confusing! To sum up for yourself, it's like throwing a brick to attract jade.
Before reading this article, suppose you understand threads and the use of Handler.
At the end of the article, a sketch is appended to illustrate the relationship between Ha ...
Added by wookie on Tue, 23 Jul 2019 10:45:36 +0300
Rapid development of WeChat applets: from registered accounts to applet shelves
Write before
Since the WeChat applet function was released, I have been following the trend of the applet, but limited to busy school, there is always not much time to learn.As a sophomore, I gradually learned Vuejs and was attracted by its concise design. Then I looked at the development documentation of the applet and found it so similar?Mayb ...
Added by joopeon on Tue, 23 Jul 2019 02:03:53 +0300