Lazy Man Necessary Universal Dialog Bullet Window sdk

Catalog Preface The Origin of XDialog Analysis of Use Method Analysis of Frame Principle     Preface I've seen a lot of Dialog packages, but I think they all have shortcomings, so I'll take one of them to support Android X. I hope you ...

Posted by Sassci on Tue, 17 Sep 2019 09:15:55 +0200

Vertical direction, scroll one page at a time encapsulation library.

Links to the original text: https://p.codekk.com/detail/Android/yangchong211/YCScrollPager YCScrollPager Project address: yangchong211/YCScrollPager  Introduction: Vertical direction, scroll one page at a time encapsulation library. Th ...

Posted by glennn.php on Wed, 11 Sep 2019 10:55:13 +0200

Mongodb Piecewise Cluster Deployment

0.5372018.04.22 21:20:07 Word Number 4283 Reading 4842 Mongodb fragmented summary Fragmentation is a method of distributing data across multiple servers. Mongodb uses fragmentation to support deployment of operations with very large datasets and high throughput A database system with large data sets and high throughput applications can ...

Posted by varecha on Mon, 09 Sep 2019 11:50:08 +0200

Virtual DOM and diff algorithm in Vue

Virtual dom Why did it happen?Browsers parse an html in five steps: create DOM tree -> create Style Rules -> build Render tree -> layout Layout -> draw Painting. Every time a real dom is manipulated, the browser executes the process from start to finish by building the DOM tree. Real dom operation is expensive, frequent operation ...

Posted by claire on Sat, 24 Aug 2019 07:19:18 +0200

Several Ways and Explanations of Online Capacity Expansion under Linux

The following are mainly aimed at on-line expansion of Linux in VM environment Adding disks to VM and delivering them to the system for use Add new disks to VM Scanning SCSI Bus to Identify Newly Added Devices To identify new disk partitions Prep ...

Posted by sprint10s on Mon, 19 Aug 2019 08:42:23 +0200

Preference Use Details

Strongly Recommend Articles: Welcome to CollectionAndroid Dry Goods Sharing Read for five minutes, ten o'clock a day, and study with you for life. Here's Android, a programmer. This article mainly introduces some knowledge points in Android development. By reading this article, you will gain the following contents: Introduction to Perferenc ...

Posted by angelac on Tue, 06 Aug 2019 11:18:45 +0200

Android offers camera circle preview in a variety of ways

The results are as follows: 1. Rounding corners for preview controls Set for Control ViewOutlineProvider public RoundTextureView(Context context, AttributeSet attrs) { super(context, attrs); setOutlineProvider(new ViewOutlineProvider() { @Override public void getOutline(View view, Outline outline) { Rect rect ...

Posted by zman on Tue, 06 Aug 2019 04:26:12 +0200

Unity Shader Gradient Texture Summary

Unity Shader's Essential Reading Notes - Preliminary Chapter - Chapter 7 - Gradual Texture Summary Code Details Summary Gradient texture is mostly used in cartoon style rendering. Gradient texture can control tone gradient to achieve the effect of tone change. The contour formed by this method i ...

Posted by BluePhoenixNC on Mon, 05 Aug 2019 05:18:34 +0200

Fragment Injection for [Top] Android Framework Attacks

Links to the original text: http://www.cnblogs.com/riasky/p/3471323.html In order to adapt to the larger and larger device screen, Android introduced the concept of Fragment after 3.X, which can display multiple activities on one screen ...

Posted by mikelmao on Wed, 24 Jul 2019 10:57:03 +0200

Simple Implementation of Shadowmap

I haven't realized the shadow myself before, but I understand it conceptually. This time, I write it through Demo. Generally speaking, nothing can be optimized, but for windows, which can be replaced by facets, it seems that they can be optimized to map, which was done by demo at arm's chess house before.   Back to Shadowmap, the main idea i ...

Posted by shadiadiph on Tue, 23 Jul 2019 15:43:45 +0200