Useful Android Platform Logging Framework Slog

Slog GitHub project address: https://github.com/shenbibo/Slog Summary Slog is a lightweight Android platform's log Library Based on a combination and extension of the current open source logging framework, Logger and Timber.It has great scalability and the following new features compared to native Android Log. Supports formatted typeset ...

Posted by ade234uk on Mon, 24 Jun 2019 19:02:35 +0200

Setting up private npm services using sinopia

Original Address https://github.com/jindada/blog/issues/1 Why private NPMS need to be built Private packages only want to be used internally, not git+ssh, feel less elegant, and configure the appropriate permissions Packet download on npm is very slow. To cache the downloaded packages on the server, first check for updates on the next dow ...

Posted by khushbush on Sat, 22 Jun 2019 19:13:40 +0200

Glide Frame Gauss Blur Picture Processing

From: https://ligboy.org/?p=380 For those who don't need to see rubbish, please go directly Show me the code For fuzzy processing, there are four general solutions: Algorithmic processing for Java implementation; Algorithmic processing for NDK implementation; RenderScript processing; openGL processing; Generally speaking, the perfo ...

Posted by stephenk on Sat, 22 Jun 2019 18:34:16 +0200

Back-end research and development of novice growth Chapter 3 small test knife, writing performance testing tools

3 small test knife, compiling performance testing tools As a back-end developer, he must have the ability of system performance evaluation and analysis, because only when he knows the overall performance of the system well, can he know when the system needs to be expanded and where the performance bottlenecks need to be optimized. This chapter ...

Posted by rarebit on Fri, 21 Jun 2019 21:03:46 +0200

Tencent Alloy Team officially released pasition - making cool Path transition animation

pasition Pasition - Path Transition with little JS code, render to anywhere - Ultra-small Path Transition Animation Class Library Github source code Online Demonstration Recently, it has been on the Bessel Curve, for example, the Bessel Curve, the Bessel Curve, the Bessel Curve, the Bessel Curve, the Bessel Curve and the Bessel Curve. curvej ...

Posted by Nymphetamine on Thu, 20 Jun 2019 23:09:59 +0200

Front-end Framework Vue (11) - Vue + Form Verification VeeValidate Practice

Let's talk about the form validation plug-in VeeValidate this time, so why combine it with Vue? Let's have a look. github The picture above is clear! Come for Vue! It's not clear whether it's Vue's official form validation plug-in. Bullshit shows the effect directly: =============================== dividing line======================= ...

Posted by Paul15679 on Thu, 20 Jun 2019 04:05:15 +0200

Understanding and Implementation of FSM in Linux Programming

finite state machine (FSM) is a mathematical model that represents finite states and their transitions and actions. It has been widely used in computer field. FSM is an efficient programming method within logic unit. In server programming, the server can process the corresponding logic according to different states or message types, which makes ...

Posted by quark76 on Thu, 20 Jun 2019 02:19:35 +0200

Property actions for reading Zepto source

This article is still a dom ain-related method, with a focus on how attributes are manipulated. Read the Zepto Source Series article already on github, welcome star: reading-zepto Source Version The source code for reading this article is zepto1.2.0 Internal method setAttribute function setAttribute(node, name, value) { value == null ? node.r ...

Posted by taurus5_6 on Wed, 19 Jun 2019 18:05:40 +0200

Vim Skills Training Course (2) - Fast Grammar Highlighting

Grammar Highlighting and Quick Achievement We continue to practice Vim skills on earth. Last time we learned how to install plug-ins through vundle, this time we moved quickly towards writing plug-ins. Let's first learn how to write a simple grammar highlighting plug-in. Grammar highlighting basically consists of three parts: Colour matching s ...

Posted by sup on Wed, 19 Jun 2019 01:21:41 +0200

Simple use of RecyclerView

Use of RecyclerView 1 Introducing recyclerView In the build.gradle file in moudle, find dependencies and add a reference to recyclerView: compile 'com.android.support:recyclerview-v7:24.2.0' In fact, the design package contains many controls related to Material Design, including recyclerView code, so you can also use recyclerView by re ...

Posted by Alkimuz on Tue, 18 Jun 2019 22:13:42 +0200