java version of personal income tax calculation

The year is coming. It's time to give out the year-end bonus. So I went to the Internet to find the personal tax calculator, but I found it was a little like a virus website. So the result of calculation is not very dare to believe, so ponder, or write a personal income tax calculator by yourself. First, I went to the State Administration of T ...

Posted by lapith on Mon, 02 Dec 2019 23:05:26 -0800

iOS uses shell script to run Python file to realize automatic package and upload after compilation

For example Because the test environment often needs to be modified, packaged, tested, modified, etc., if xcode's native packaging method is time-consuming, or automatic integration tools such as Fastlane and Jenkins are used, but the early configuration is cumbersome and laborious, and the later problems are not easy to solve. The ...

Posted by richtom80 on Sat, 30 Nov 2019 21:27:21 -0800

Server jenkins building

install Judge java version java -version If it is the java version of GIJ, you need to reinstall java sudo yum remove java sudo yum install -y java-1.8.0-openjdk sudo yum install -y git To install jenkins: sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo sudo rpm --import http ...

Posted by newbreed65 on Thu, 21 Nov 2019 11:45:26 -0800

About the record of java.lang.StackOverflowError in Jenkins building Git project

Today, Jenkins was configured to build a Git project. The following problems were encountered, which made it impossible to build Parsing POMs Injecting SonarQube environment variables using the configuration: sonarqube-5.5 FATAL: null java.lang.StackOverflowError at sun.reflect.GeneratedMethodAccessor7533.invoke(Unknown Source) at sun. ...

Posted by dennyx on Sat, 16 Nov 2019 12:50:06 -0800

pipeline Reality under Jenkins Cluster

About Jenkins Cluster stay Quick Build Jenkins Cluster In this article, we quickly set up a Jenkins cluster with docker. Today we are creating pipeline tasks in this cluster environment to experience parallel tasks under the Jenkins cluster. environmental information There are three computers in the cluster environment as follows: | Host Name | ...

Posted by davo666 on Sat, 16 Nov 2019 12:18:59 -0800

The springboot project uses jenkins for continuous integration

Step one: Put jenkins.war in the tomcat/webapps directory   The second step: 1. Log in with root 2. Edit profile file: vi /etc/profile 3. Add: export JENKINS_HOME=/work/data Save, exit and execute: source /etc/profile to make the configuration effective   The third step: jenkins configures maven, jdk, git/svn paths   The fourth st ...

Posted by rwfresh on Sat, 16 Nov 2019 08:15:57 -0800

Jenkins configure mail notification

1. Configure the mail function of Jenkins: First, set the email address of system administrator in system management system settings   Then configure the mailbox notification details below: 2. Add the post build operation in the project configuration, and select [E-mail Notification]   3. Configure the enhanced mail ...

Posted by d3vilr3d on Wed, 13 Nov 2019 07:52:55 -0800

Kubernetes enterprise level offline environment landing practice

Live broadcast at 21:00 p.m. on November 7, 2019. I. Kubernetes environment configuration https://github.com/easzlab/kubeaszhttps://github.com/opsnull/follow-me-install-kubernetes-cluster 2. Build BaseImage and service image through dockerfile Basic image construction of container service FROM harbor.qa.com.cn/public/centos:6.9 LABEL vendor=OC ...

Posted by JoelRocks on Wed, 06 Nov 2019 10:52:34 -0800

Software environment required for Centos7 installation

Mysql installation Download and install Download and install MySQL's official Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm Yum installation source yum -y install mysql57-community-release-el7-10.noarch.rpm Install Mysql yum -y install mysql-community-server Set Mysql to power on systemct ...

Posted by cgraz on Fri, 01 Nov 2019 19:37:48 -0700

[Kubernetes series] Part 8 full process practice of CI/CD

Preface The sample code and Jenkins agent image already in this practice have been pushed and archived to github. > transmission gate Note that the data in this practice are all intranet data. You must change it to the valid data of your own environment when testing. Because this practice involves many components, if there is unclear opera ...

Posted by ali_p on Sun, 27 Oct 2019 22:07:12 -0700