Android Camera2 Tutorial. Chapter 2. Switching Cameras
Previous Chapter Overview of Camera2 Here we have introduced some of Camera2's basics, but not many API s. Starting with this chapter, we will develop an application with full camera functionality and divide the camera knowledge into several chapters. This chapter is about the camera opening process.
After reading this chapter, you will learn ...
Posted by n14charlie on Tue, 18 Jun 2019 22:05:13 +0200
dubbo Simple Implementation Using Custom Registration Center
2017-06-25
The project GitHub address https://github.com/jiangcaijun/point2Point_dubbo
1. dubbo's Design Idea
> dubbo is a distributed service framework dedicated to providing high-performance and transparent RPC remote service invocation solutions, registering on dubbo in the form of service providers and consumers
2. Custom Implementation ...
Posted by twick100 on Tue, 18 Jun 2019 20:29:45 +0200
Spring Integrates Hessian and Analysis
Preface Last article Hessian's Beginning Experience and Analysis Introduces a simple introduction to hessian, and analyzes Hessian's call flow from the source level. It is found that using native Hessian is more cumbersome. Here's a look at Spring's integration with Hessian and a brief analysis.
Use Provides three simulation blocks to simulate ...
Posted by deadonarrival on Tue, 18 Jun 2019 19:05:47 +0200
Introduction of millet push
1. Now the developer platform applies for an account, downloads jar, and remembers to save the AppID and AppKey projects to use
https://dev.mi.com/console/appservice/push.html
Two. Put jar in the project and start reading official documents
https://dev.mi.com/doc/?p=544
Configure the AndroidManifest.xml file
1) The minimum Android versi ...
Posted by AnnieKay on Tue, 18 Jun 2019 00:21:17 +0200
Introduction to PostgreSQL Data Types (1)
View the data type of the current database
postgres=# \d pg_type ;
Table "pg_catalog.pg_type"
Column | Type | Modifiers
----------------+--------------+-----------
typname | name | not null
typnamespace | oid | not null
----
//Show all type types and corresponding storage types:
postgres= ...
Posted by ariliquin on Mon, 17 Jun 2019 18:59:40 +0200
hellochart's Detailed Explanation (2) Pie Charts
hellochart's Detailed Explanation (2) Pie Charts
The use of HelloChart graphics frameworks and various rendering effects were introduced before. http://blog.csdn.net/wenzhi20102321/article/details/73133718
No detailed description of various graphic designs has been given before.
This paper focuses on the design of hellochart pie chart.
E ...
Posted by idire on Mon, 17 Jun 2019 00:48:37 +0200
What you don't know about fresco using highlights
In a recent project development, I used fresco as the image loading engine framework. Fresco is very powerful, but I encountered many pits in the development process, so I wrote an article to record the problems I encountered in order to facilitate your future use.The corresponding code in this article is github On the other hand, the code is w ...
Posted by b-real on Sat, 15 Jun 2019 20:52:52 +0200
Shiro Essays (2: Discussing FilterChainManager)
Happy that I can't write a gorgeous blog post because of my poor writing, I am ready to read 3,000 hidden books, hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee hee heOkay, don't chat much, just go to today's topic.
Code directly:
package org.apache.shiro.web.filter.mgt;
import org.apache. ...
Posted by Dean Glass on Sat, 15 Jun 2019 18:30:01 +0200
Thread Pool for Marble Principle
This chapter relies on Marble Use. Make sure you have a good understanding of Marble before reading this chapter
Overview of Thread Pools
Since Marble is a framework project, user access to Marble does not care about the implementation mechanism of Marble.Therefore, Marble's consumption of resources should be controlled when doing related pro ...
Posted by imamferianto on Fri, 14 Jun 2019 21:44:04 +0200
The Principle of AsyncTask Implementation and the Advantages and Disadvantages of Its Application
2009 Unicorn Enterprise Heavy Money Recruitment Python Engineer Standard > >
1) Principles of AsyncTask implementation, ad ...
Posted by nade93 on Fri, 14 Jun 2019 21:08:46 +0200