Android Foundation Dry Goods (1): Understand the history of Android
- Restore content to start
Jinxing
Introduction of 1.1G-4G
G generation
1G Big Brother can only communicate without sending short messages.
2G wap.baidu.com supports online MMS service
3G W www.baidu.com 7.2M/s
4G lte long time evolution 100M/s
Major difference rates
5G Huawei Big Companies Sell Standard Small Companies Sell arm: No Process ...
Posted by Jason28 on Sat, 11 May 2019 01:14:18 -0700
How do Spring Cloud microservices design exception handling mechanisms?
Guide reading
Today I'm going to talk about how exception handling mechanism should be designed when calling between micro-services when using Spring Cloud to design micro-service architecture. We know that in the design of micro-service architecture, a micro-service will inevitably provide corresponding functional service interfaces both i ...
Posted by Twysted on Thu, 09 May 2019 13:20:38 -0700
Function calculation php runtime - how to load and unload built-in extensions
In this article, we explain how to load and unload built-in extensions in php runtime based on the throwing and solving process of a specific problem.
problem
According to official documents php execution environment built-in Library As you can see, tablestore php sdk is built into the function computing environment, but the following code is w ...
Posted by ericburnard on Thu, 09 May 2019 11:56:38 -0700
[DirectX 12 GJ Dragon Book Learning Notes II] Vector
"For the things of this world cannot be made known without a knowledge of mathematics."
Roger Bacon, Opus Majus part 4 Distinctia Prima cap 1, 1267.
Now we have come to the study of PART I Mathematics Foundation.
There is no need to say much about the importance of mathematics. Since the mathematical content described in th ...
Posted by xAtlas on Thu, 09 May 2019 05:57:40 -0700
Introductory Course of IOS Face Recognition Development--Face Detection Chapter
Introduction
Face recognition is a popular technology nowadays. As developers, if we don't realize the function of face recognition, it's too Low. It's not advisable to invent wheels from the beginning. We can use a lot of ready-made face recognition technology to achieve it.
Current face recognition technology is divided into WEBAPI and SDK c ...
Posted by ngreenwood6 on Tue, 07 May 2019 19:15:39 -0700
java Collection Framework - Summary of Interface Relations
Collection has two main interfaces: Collection (the root interface of a collection) and Map (the root interface of a mapping set).
1.Collection: From the Java.util package, the Java SDK does not provide classes directly inherited from Collection. The classes provided by the Java SDK are "children" inherited from Colle ...
Posted by The Silent on Tue, 07 May 2019 13:45:38 -0700
LeanCloud SDK is not useful, Python handwritten an ORM
Intro
As a rule, when you feel like you've written something useful, write a blog and brag about it.
LeanCloud Storage's data model is not like a regular RDBMS, but sometimes it's deliberately close to that feeling, so it can be cumbersome to use.
Defects of LeanCloud SDK
No matter what other people admit or disapprove, I feel uncomfortable usi ...
Posted by earthlingzed on Tue, 07 May 2019 08:50:38 -0700
Using OpenCV in Android Studio NDK
Catalog
I. Preface
Introduction to OpenCV
Introduction of OpenCV Module
IV. Operating Environment
V. Preparations
6. so for compilation
VII. Problems and Solutions
VIII. EFFECT CHARACTERISTICS
I. Preface
In order to transplant c++ code to Android and use opencv in c++, it is necessary to call opencv through the bottom layer in An ...
Posted by [-razer-]Blade on Tue, 07 May 2019 04:55:39 -0700
Android Pays Your Biggest Wechat Payment (No Modification)
1. The first step is to ignore the application process of Wechat platform.
(N words are omitted here)
2. Personally, I just finished the Wechat Payment. I had a day and tried three different versions of Wechat Payment.
The result is that they are not very useful... Maybe because they have made corresponding changes accord ...
Posted by missyevil on Mon, 06 May 2019 11:15:38 -0700
Android Routing Scheme ARouter Super Details
1. Routing schemes
Disadvantages of native routing schemes:
Explicit: Direct class dependency, heavy coupling
Implicit: centralized rule management, difficult collaboration
Manifest has poor extensibility
The jump process is uncontrollable
Failure cannot be downgraded
Advantages of ARouter:
Automatic registration of mapping rela ...
Posted by WormTongue on Mon, 29 Apr 2019 14:20:36 -0700