How to Deploy Application Management/Publishing System Spinnaker on Ali Cloud Container Service ACK
Spinnaker is an open source, multi-cloud, continuous delivery platform that helps you manage applications and deliver applications quickly.
Spinnaker's two main functions are: Application management , Application delivery
Applications, clusters, and server groups are very important concepts in Spinnaker. Load balancers and firewalls describe ...
Added by Miichael on Wed, 25 Sep 2019 12:04:30 +0300
Cocos Creator Introduction - Drag and Drop Games
Preface
The official documents of Cocos Creator are very friendly, with two versions in English and Chinese.
[Strongly recommended] Beginners should read the official documents first. It also contains a lot of demo s.
Official Document Address: http://docs.cocos.com/creator/manual/zh/.
Today, I'd like to introduce you to the development pr ...
Added by ina on Tue, 24 Sep 2019 13:08:05 +0300
(ii) Revealing 5 "WHEELS WHEN THE AUTHOR DON'T MADE" in the vue/react COMPONENT LIBRARY
(iv) These five wheels are actually five plug-ins implemented in pure js. They are excellent. Here are some tips for you.
Async-validator
By default, url and email validation are integrated to support asynchronous validation. element-ui and iview form components are validation functions implemented by him.
import schema from 'async-validator'; ...
Added by mcfmullen on Tue, 24 Sep 2019 12:13:46 +0300
TensorFlow Serving Derived its Training Model
0 background
In " Installation and Call Method of TensorFlow Serving > In this paper, we introduce the basic concept of tensorflow service and the method of installation and invocation. We introduce how to derive our own training model and generate the * pb model and variables folder require ...
Added by kingssongs on Mon, 23 Sep 2019 11:50:36 +0300
Spring Boot Caffeine Caffeine
Integration of Caffeine and Spring Boot
Caffeine is a rewritten version of the Guava cache using Java 8 and will replace Guava in Spring Boot 2.0. If Caffeine occurs, Caffeine Cache Manager will be automatically configured. Using the spring.cache.cache-names attribute, you can create a cache at startup and customize it (in sequence) by configur ...
Added by ColinP on Mon, 23 Sep 2019 06:48:07 +0300
The best retries are exponential regression and jitter
1. overview
In this tutorial, we will explore how to use two different strategies to improve client retry: exponential regression and jitter.
2. retry
In distributed systems, network communication between multiple components may fail at any time.
Client applications handle these failures by implementing retries.
Imagine that we have a client ap ...
Added by gethinw on Sun, 22 Sep 2019 17:46:15 +0300
CentOS Deployment Harbor Mirror Warehouse
About Harbor
Harbor is a mirror warehouse service used to store and distribute Docker images. Compared to Docker Registry, Harbor enhances security, identity, management and is more suitable for enterprise use.
Official website: https://goharbor.io/
Official open source: https://github.com/goharbor/harbor
environmental information
The Harbor ...
Added by potatoCode on Sun, 22 Sep 2019 04:41:36 +0300
Habor Installation Deployment + SSL
Habor is an open source container mirror warehouse of VMWare. In fact, Habor is an enterprise-level extension on Docker Registry, which has gained wider application. These new enterprise-level features include: management user interface, role-based access control, AD/LDAP integration and audit log, etc., which can meet the basic enterprise nee ...
Added by jikishlove on Fri, 20 Sep 2019 11:20:51 +0300
hellocharts, Android Chart Library
Links to the original text: https://www.cnblogs.com/huolongluo/p/5988644.html
Thank you guys: https://www.cnblogs.com/huolongluo/p/5988644.html
Because the project needs to make a broken line map, according to the date to show the cor ...
Added by TonyB on Wed, 18 Sep 2019 15:43:08 +0300
Emotional Analysis and Prediction of Naive Bayes-Douban Top250 Movie Review
Preface
In this paper, naive Bayesian algorithm is used to realize emotional analysis and prediction of Douban Top250 film evaluation.
Recently, the problem of dealing with positive and negative emotions in learning natural language is studied, but ...
Added by david4u on Mon, 16 Sep 2019 12:15:12 +0300