Logical Volume Manager

I. Concept and Origin LVM: Logical Volume Manager Ordinary disk partition management can not change its size after logical partition is well divided. When a logical partition can not store a file, the file can not be stored across multiple partitions because of the limitation of the upper file system, so it can not be placed on multiple disks ...

Posted by lovely on Sun, 12 May 2019 00:29:21 -0700

Refactoring - various aspects of code improvement

Refactoring is not a complete denial of previous code, but a better way to write better, more maintainable code.Continuous pursuit and learning will lead to more progress. 1. Preface Front-end development has been in progress for some time, during which time, for their own requirements, not only can the project be completed, b ...

Posted by argyrism on Sat, 11 May 2019 16:40:30 -0700

Using vue family barrel to make blog website

Front words The author is doing a complete blog online project, including Reception,Backstage,Back-end interface Server configuration. This article will introduce in detail the blog website made with vue family bucket.   Summary This project is a set of blog front page based on Vue family bucket (vue, vue-router, vuex, vue SSR). Its main fu ...

Posted by NDK1971 on Sat, 11 May 2019 15:59:46 -0700

macOS Manual Cleaning of Spam Files

There are three places where macOS is most likely to generate spam files: Xcode, iTunes and VMWare virtual machines. 1. Garbage generated by Xcode On the command line, cd to the ~/Library directory, enter the command: sudo du -d 1 -h Seeing that Developer occupies 59 G, cd to Developer directory continues to locate large files with the du com ...

Posted by saunders1989 on Sat, 11 May 2019 10:24:43 -0700

How much do eShopOnContainers know [3]: Identity microservice

First of all, thank Xiaochen Master and Edison Chou for their reviews! Thank you for reading too! Introduction Usually, the resources and APIs exposed by services must be restricted to trusted specific users and clients. The first step in making API-level trust decisions is identity authentication -- determining whether a user's ...

Posted by MoldRat on Sat, 11 May 2019 06:14:53 -0700

Service Worker Learning and Practice-Message Pushing

In the last article Service Worker Learning and Practice (2) - Introduction to PWA The origin, advantages and disadvantages of PWA have been discussed. A simple example is given to illustrate how to install a PWA on the desktop and mobile. This article will illustrate how to use the message push function of Service Worker and bring the native a ...

Posted by skatermike21988 on Fri, 10 May 2019 17:43:50 -0700

Android - Realization of Start-Up Self-Start Function

Foreword: Start-up self-start function may be relatively rare in daily development, but there are still some industries that need this kind of demand. My colleagues studied it for some time before, but the results were not satisfactory. This is largely related to Android's mobile phone system, which is well known to have been c ...

Posted by excessnet on Fri, 10 May 2019 17:32:44 -0700

Jedi survival chicken devil strongest strategy! Attached 170 lines of Python code!

My favorite sister was killed when she played chicken for three minutes, but she could not run away and died of blood loss in the middle of the road. She was sniped by bullets in an unknown direction while standing in the grass. What else can I do - save her with what I've learned all my life, of course! __________ Where is t ...

Posted by stockton on Fri, 10 May 2019 13:33:30 -0700

Javascript Design Mode-Factory Mode

Javascript Design Mode-Factory Mode I understand that factory mode is a mode that provides a unified entry for multiple related classes, so that you can get multiple classes from one entry and improve your productivity. However, there are also three types of implementations for factory mode: simple factory mode, factory method mode and ab ...

Posted by rish1103 on Fri, 10 May 2019 10:53:02 -0700

Migrate the TensorFlow trained model to Android APP (TensorFlowLite)

Migrate the TensorFlow trained model to Android APP (TensorFlowLite) 1. Write in front Recently, I'm working on an APP for digital gesture recognition (for this project, I'll write another blog about it, blog address: Step by Step Make a Digital Gesture Recognition APP The source code is already available on github. Chines ...

Posted by mpb001 on Fri, 10 May 2019 09:41:26 -0700