html click round diffusion display interface effect

Opening remarks Effect Core code used Reflection explore Source code Compatibility issues Opening remarks It is common to see that some app s have some click-and-diffuse effects, some act as diffuse display interfaces, some diffuse change theme colors, and want to be implemented on Web pages, so there is this. Effect Don't want to be direc ...

Posted by deljhp on Tue, 28 Jan 2020 10:52:23 -0800

Go Excel to protobuf and upgrade to python3

Title: go Excel to protobuf to python3 categories: Go tags: [go, excel, protobuf, python3] date: 2020-01-15 16:27:24 comments: false Go Excel to protobuf and upgrade to python3 Previous articles The XLS? Deploy? Tool.py conversion tool found on the Internet is python2 version. Here, upgrade it ...

Posted by Birch on Thu, 23 Jan 2020 06:51:28 -0800

k8s~Implementation of adding ingress to a service

Reasons for ingress ClusterIP can only be accessed within a cluster With NodePort, the test environment works fine, and when hundreds of services are running in a cluster, port management for NodePort is a disaster. The LoadBalance approach is limited to cloud platforms, and ELB s are typically deployed on cloud platforms at additional cost. ...

Posted by boon4376 on Sat, 18 Jan 2020 17:45:48 -0800

Sharding sphere version 4.0.0-rc1 is divided into annual tables (later optimization)

1. Sharding sphere version 4.0.0-rc1 is divided into annual tables (to be optimized later) 1.1. overview As for the tables of LogShardingAlgorithm in the previous article, I used to initialize them when I called for the first time. Although this can realize the function, I would use this if judgment every time I called. Although the performance ...

Posted by nubby on Fri, 17 Jan 2020 22:01:28 -0800

A quick way to confuse beginners with Android

A fast way to confuse small whites for Android Why confuse Start confusing step one Several commands related to rules that keep relevant elements out of confusion are highlighted first: Fast confusion? What if the relying non-mainstream open source library authors don't mention anything about confu ...

Posted by KevMull on Fri, 17 Jan 2020 19:01:00 -0800

Record a detailed installation of kubernetes and istio

Written in front First, let's talk about my machine configuration, the hot naked machine. There are three configurations as follows 10.20.1.103 4C 8G disk 50G node4 master centos7 10.20.1.104 4C 8G disk 50G node5 node centos7 10.20.1.105 4C 8G disk 50G node6 node centos7 My installation method is ba ...

Posted by blaster_master on Fri, 17 Jan 2020 02:09:07 -0800

Springboot unit test@

In computer programming, unit testing is a software testing method, which is used to test a single unit of source code, a collection of one or more computer program modules, and related control data, use process and operation process to determine whether they are suitable for use. In short, when we are doing unit tests, we only test one code un ...

Posted by anthonydamasco on Thu, 16 Jan 2020 07:37:32 -0800

MVC development mode and the use of Smarty template engine

Linux global installation composer Switch the directory to the / usr/local/bin / directory cd /usr/local/bin/ Download composer in bin directory curl -sS https://getcomposer.org/installer | php View composer through composer.phar -v Change to Chinese image composer.phar config -g repo.packagist composer https://packagist.phpcompo ...

Posted by pbs on Thu, 16 Jan 2020 00:22:31 -0800

How do I view all foreign keys for a table or column?

stay MySQL How to get a list of all foreign key constraints to a specific table? Specific columns? This and The Oracle problem Same, but for MySQL. #1 building Post old answers to add some useful information. I have a similar problem, but I also want to look at constraint'u type and referred t ...

Posted by Bike Racer on Mon, 13 Jan 2020 18:04:15 -0800

Fastdfs distributed file system installation configuration ubuntu

** Installation and configuration of Fastdfs in Ubuntu environment ** FastDFS [1]: Contents: I. Preface 2, FastDFS introduction 3, FastDFS download and installation 4, Configure tracker and storage Five, test Six, summary1, Foreword: This paper implements the installation and test of FastDFS System en ...

Posted by JonathanS on Mon, 13 Jan 2020 04:49:29 -0800