Attendance Application-Human Resource System
Project address Bee
introduce
Bee is a attendance application in human resources system. Its main function is to apply for leave forms. Bee has high performance and extensibility, including front-end separation, plug-in rule validation (verifier), data filtering (decorator), message queue, etc. The back-end adds Services, Repositories layer to ...
Added by mattachoo on Thu, 03 Oct 2019 04:52:37 +0300
Nginx Log Configuration, Log Cutting
Nginx Log Configuration
Set access.log
grammar
log_format custom format
Set error_log
grammar
Log Cutting
Previous articles: Nginx's configuration file nginx.conf
Nginx logs are useful for statistics and system service troubleshooting.
There are two main types of Nginx logs: access_log and error ...
Added by elklabone on Thu, 26 Sep 2019 06:04:10 +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
Tomcat Service Deployment and Nginx Load Balancing Configuration
Introduction of Intermediate Key Products
At present, IBM's WebSphere and Oracle's Weblogic occupy a part of the market share of the java language Web sites. Both of these two software are commercial software, which are applied to the Web scenarios of large Internet companies due to their superior performance and high reliability.
Since versi ...
Added by friday_13 on Tue, 17 Sep 2019 15:43:06 +0300
Build PHP+Nginx Environment on Linux
PHP+Nginx Environment Setup
Author: Mirror ^^
Reference article:
Nginx+PHP+MySQL Installation Reference
PHP Source Installation Experience
Common problems in PHP source environment building
CentOS environment
Configure the CentOS-7 network:
CentOS (minimum installation) does not open the network by default
Start the network
vi Open: / ...
Added by pdn on Fri, 13 Sep 2019 21:41:18 +0300
Retrospective Treasure Book of Selection of Gold, Nine Silver and Ten JS
Links to the original text: https://juejin.im/post/5d77acb66fb9a06af50ff525
Preface
In this golden ninety silver ten days, we present a JS selected review pamphlet for you, I hope you will laugh!
this for normal functions and arrow fun ...
Added by Tedglen2 on Thu, 12 Sep 2019 04:55:50 +0300
Using Gitbook to Build Personal Knowledge Archiving System
I. Prerequisites
1. The Linux Server recommends to choose CentOS 7_64 bit OS, and the unregistered domain name suggests to choose Diitalocean Singapore.
Nodes are deployed.
2. Registration Requirements Link: https://m.do.co/c/038647c4bf40
3.Everyone you refer gets $100 in credit over 60 days.
4. Suggestions for choosing models:
$5 /month ...
Added by jmicozzi on Wed, 04 Sep 2019 09:36:30 +0300
Using nginx under yum installation, the method of adding modules
1.yum installs nginx
rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
2. View nginx information
yum info nginx
3.yum installs nginx
yum -y install nginx
4. View the nginx parameters of yum ...
Added by bios on Tue, 03 Sep 2019 12:58:39 +0300
RKE production environment kubernetes cluster deployment
Cluster Introduction
master Nodes:
10.20.10.103 name=cnvs-kubm-101-103 role: [controlplane,worker,etcd] user: k8suser
10.20.10.104 name=cnvs-kubm-101-104 role: [controlplane,worker,etcd] user: k8suser
10.20.10.105 name=cnvs-kubm-101-105 role: [controlplane,worker,etcd] user: k8suser
//Cluster Management Node: 10.20.10.103
vip:10.20.10.253 ...
Added by Amitk on Sat, 31 Aug 2019 18:19:42 +0300
PWA: Offline site access
What is offline access
Accessing a website requires a network, and when it is disconnected, it jumps to the small dinosaur page in Google Browser.
(Small dinosaurs are surprising when clicked with the mouse)
Service Worker is a feature of PWA that allows access to our website when it is disconnected.
Offline Access Principle
Normally, when you ...
Added by drisate on Thu, 29 Aug 2019 05:59:48 +0300