Message Push Protocol
Message Push Protocol
Message Push Protocol is an application-layer text protocol to solve the real-time message push problem on CS/BS/APP side. It works on websockets or websockets using json data structure description. Business scenarios determin ...
Posted by treeleaf20 on Sat, 24 Aug 2019 04:20:52 +0200
Flutter - 1. Container - (1. Foundation)
Constructor
Let's first look at Container's constructor
Container({
this.alignment, //Set the alignment of child elements
this.padding, //Container interior margin, which belongs to decoration decoration scope
Color color, // background color
Decoration decoration, // Background decoration
Decoration foregroundDecoration, //Prospect D ...
Posted by evanluke on Fri, 23 Aug 2019 15:09:58 +0200
Let your layout scroll - ScrollView
Preface
Through two days of "actual combat", today we relax a little and let you breathe for a while. The control we brought to you today has solved too many adaptation problems encountered in the project. If you have encountered such problems, just keep up with us.~
In the previous articles, we introduced some common layout and UI co ...
Posted by gio2k on Thu, 22 Aug 2019 15:11:34 +0200
Android O New Features System Theme
I. Introduction to System Topics
Android P has been out for a long time. Today, in the process of using Android P, there is a Device Theme under Dislpay.
As follows
It can be seen that one has three options. After using it, he runs the user to set ...
Posted by webmaster1 on Wed, 21 Aug 2019 09:41:17 +0200
vue View Renewal Principle and nextTick() Principle
vue View Updating Principle
Tracking changes When you pass a normal JavaScript object into a Vue instance as a data option, Vue will traverse all the attributes of the object and use Object.defineProperty to convert all these attributes to getter/setter.
Asynchronous update queue Vue updates DOM asynchronously. As long as data changes are ...
Posted by pgsjoe on Tue, 20 Aug 2019 08:32:38 +0200
Summary of Android Q Adaptation
Document description
This document is based on Google AndroidQ Official Documents and Huawei Q Version Application Compatibility Correction Guidance (Huawei is a bit outdated)
Testing machines used: Pixel, Android Q-beta 6-190730.005
Version ...
Posted by dungareez on Mon, 19 Aug 2019 05:31:17 +0200
TensorFlow Android-side Compile Procedure Record
TensorFlow Android-side Compile Procedure Record
Share the entire process of TensorFlow Android side compilation
Reference
Compilation environment
Environment Setup
1. Install Bazel 0.24.1
2. Install jdk1.8
3. Install python 3.6.3
4. Install And ...
Posted by tooNight on Mon, 19 Aug 2019 04:35:00 +0200
ImageView of Android Controls
Preface
Hi, the little buddy who likes to practice every day must know the Button in the last article. So today we bring you the ImageView control. What kind of sparks can this control collide with Button? Don't say much. Let's start learning as so ...
Posted by RicScott on Fri, 16 Aug 2019 14:22:17 +0200
CTS-Analysis of Integral Framework
Links to the original text: https://blog.csdn.net/u011733869/article/details/78820041
Copyright Statement: This article is the original article of the blogger. It follows CC 4.0 by-sa Copyright Agreement. Please attach the link of origin ...
Posted by han2754 on Fri, 16 Aug 2019 11:03:45 +0200
[Android Refinement Manual] Gradle Article--Basic Use of Gradle
Preparatory knowledge
Basic knowledge of android Development
Understanding the basic use of Android Studio
How far can I go after reading this article
Master the basic use of gradle
Understanding gradle and android gradle plugin
Understanding the gradle build phase and life cycle callbacks
Master Task, Transform and other concepts
Learn to c ...
Posted by MrCreeky on Fri, 16 Aug 2019 06:04:35 +0200