Customized development of kubernetes process

Three-step installation of kubernetes cluster Summary This paper introduces how to redevelop kubernetes, how to manage warehouses, how to manage git branches, how to compile and distribute code by CI, and how to contribute code to the community. With practical examples, it is hoped to be helpful to everyone. <!--more--> Construction of De ...

Posted by x_maras on Wed, 07 Aug 2019 09:30:46 +0200

WeChat Applet Movie Template

image.png image.png { "pages": [ "pages/movie/movie", "pages/profile/profile", "pages/comment/comment" ], "window": { "backgroundColor": "#F6F6F6", "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#E54847", "navigationBarTitleText": "Latest Movies", "navigationBarTex ...

Posted by Zoxive on Tue, 06 Aug 2019 18:12:42 +0200

Git Learning Notes (Local)

Articles Catalogue Git Advantage Common Git commands git init git status .gitignore git add git commit git diff git rm git mv git log git reset git checkout git checkout -- "filename" git branch git stash git merge git rebase Git Advantage Traditional version control tools such as CVS and SVN ...

Posted by morph07 on Thu, 01 Aug 2019 06:31:29 +0200

Unlock Cloud Native AI Skills - Develop Your Machine Learning Workflow

According to the previous article Unlocking Cloud Native AI Skills | Building Machine Learning Systems on Kubernetes After setting up a set of Kubeflow Pipelines, we tried it together and learned how to develop a machine learning workflow based on Kubeflow Pipelines with a real case. Dead work Machine learning workflow is not only a task-driv ...

Posted by kakki on Tue, 30 Jul 2019 12:41:36 +0200

An analysis of invalid notification clicks for Android version 8.0 and above

Copyright Statement: This is an original article by xing_star. Please indicate where it came from! This article syncs from http://javaexception.com/archives/178 An analysis of invalid notification clicks for Android version 8.0 and above Recently, in restructuring the chat service, there was an opportunity to refresh the previously written n ...

Posted by Karlos94 on Sat, 27 Jul 2019 04:41:42 +0200

IOS UI Image and Drawing

Articles Catalogue Drawing pictures UIImage class Drawing method Use Watermarking Use Classification.h Classification.m Use classification Code 1: Cut out circular pictures Clipping by drawing Other methods Screen capture Use Crash problem of error-reporting permission to save pictures: Code ...

Posted by faraway on Tue, 23 Jul 2019 10:23:27 +0200

What did 36 of us learn from July 15 - July 21, 2019?

Author: Chen Dayutou github: KRISACHAN If you don't want your career to end prematurely, continuous learning is essential for developers. Recently, the author of "The Way to Front-end Interview" has set up a learning warehouse to allow some people to record what they have learned in this area. The warehouse address is as follows: ...

Posted by Cut on Tue, 23 Jul 2019 08:07:10 +0200

Backend Management System Development: Login Page

As a back-end programmer, want to write a data display system, mainly used for data query, data display, of course, there is also a login function, there is no faster way. For this reason, Vue-Admin-Pro was generated, based on iView-Admin, to simplify, tailor-made minimal back-end management system for back-end programmers. Project Address: vue ...

Posted by vaavi8r on Mon, 22 Jul 2019 03:51:19 +0200

Multi-person collaboration in git branch management

When you clone from a remote warehouse, Git actually automatically maps the local master branch to the remote master branch, and the default name of the remote warehouse is origin. To view information about remote libraries, use git remote: $ git remote origin Or, display more detailed information with git remote-v: $ git remote -v o ...

Posted by chrisC on Wed, 17 Jul 2019 20:48:43 +0200

Four Operations-Unit Testing

Four Operations-Unit Testing Li Zhiqiang 201421123028 Lian Yonggang 201421123014 Lin Dialect 201421123023 Coding address: https://git.coding.net/lizhiqiang 0x01/sizeyunsuan-TestExample.git I. Topic Requirements 1. Unit test code to test whether addition works correctly. 2. Through unit test code, the function of addition, subtraction, multipli ...

Posted by kingbeastie on Sun, 14 Jul 2019 23:11:21 +0200