17.04.14 Doker-machine tool usage summary (1)

Reference resources:https://github.com/docker/mac...https://docs.docker.com/machi...http://lizhenliang.blog.51cto...https://www.oschina.net/news/...http://www.csdn.net/article/2... Summary Official overview of three points: Install and run Docker on Mac or Windows Provision and manage multiple remote Docker hosts Provision Swarm clustersIf you ...

Added by deed02392 on Tue, 09 Jul 2019 21:19:09 +0300

Rendering Configurable Forms with Vue--A Questionnaire Platform Project

In recent days, there has been an urgent project to make an internal version of the questionnaire star. It is equivalent to a platform for editing questionnaires and providing questionnaires for displaying data statistics. The whole project is not long-term, in line with the principle of accumulation and accumulation, the process of thinking a ...

Added by hellonoko on Tue, 09 Jul 2019 02:29:59 +0300

Number Running TextView

For reprinting, please indicate the source: http://blog.csdn.net/chay_chan/article/details/70196478 Introduction to NumberRunning TextView Number Running TextView is a TextView with its own digital scrolling animation. By using setContent(String str) method, the corresponding amount of digital string (such as "1354.00") or digital ...

Added by mickeyunderscore on Tue, 09 Jul 2019 01:17:49 +0300

Lock screen page sliding control

First look at the results to be achieved:Link AddressThis is the effect of my actual development of a project. Here I just extract the sliding control of the lock screen page. In fact, the other effects of the sliding control are easy. The sliding control is the key point. Dead work Android There are still a lot of knowledge points about the po ...

Added by eyespark on Mon, 08 Jul 2019 23:41:26 +0300

Dry Goods Sharing of nginx Video Live/On Demand Service

In recent years, the Internet live broadcasting business is very hot. I also studied the next, found that the nginx configuration of live video on demand is also easy to achieve, I would like to share it.1. Install nginx and nginx_rtmp_module extensions in ubuntu14.04 There are three ways to install and extend nginx, depending on whether it has ...

Added by paegn on Mon, 08 Jul 2019 04:14:05 +0300

Spring Cloud-Zipkin (brave-okhttp) for monitoring

This paper is intercepted from: http://blog.csdn.net/liaokailin/article/details/52077620 This blog is based on the blog of God. Refuse to reach out to the party. What is zipkin?         Zipkin It is an open source distributed real-time data tracking system based on Google Dapper The paper was designed and developed by Twitter. Its main fu ...

Added by Poofman on Mon, 08 Jul 2019 03:45:47 +0300

Statistical Distribution of Data Exploration

In this paper, Python statistical simulation method is used to introduce four commonly used statistical distributions, including discrete distribution: binomial distribution and Poisson distribution, and continuous distribution: exponential distribution and normal distribution. Finally, the distribution of height and weight data is checked. # I ...

Added by adren on Mon, 08 Jul 2019 01:45:02 +0300

Implementing various profit sharing rules using abstract factory pattern

My mailbox: <kco1989@qq.com>.Welcome to reprint. Please indicate the website for reprinting. http://blog.csdn.net/tianshi_kcogithub: https://github.com/kco1989/kcoThe code is fully hosted github Students in need download it by themselves Introduction In the last article Write different profit sharing rules using simple factories One probl ...

Added by theslinky on Sun, 07 Jul 2019 23:49:45 +0300

Android imitates homepage custom Behavior

Android custom Behavior implements sliding with gestures, showing hidden Title bars, bottom navigation bars and suspension buttons Coordinator Layout under the Android Design package is a very important control that makes many animation implementations possible and easier. According to the official explanation, Coordinator Layout is the pa ...

Added by thepriest on Sun, 07 Jul 2019 22:24:51 +0300

Android Code Library (custom set of Dialog universal prompt boxes)

Five years of Android development, during which do stop and stop (to do background development, server management), when returning to Android, found that very strange, many controls used to write smoothly, now seems to forget something, always open the project, open the project, sometimes not necessarily find it. To sum up, it is still due to t ...

Added by nanban on Sun, 07 Jul 2019 21:51:42 +0300