Using Nginx to Build Fast and Secure HTTPS Website Based on Let's Engypt Free Certificate

My big EOIOfficial website Officially launched! In order to build the company's first officially launched public site, we have spent a lot of thought, one of which is how to make it fast and safe. We use Nuxt SSR was done and enabled PWA module Lighthouse scored more than 90 points. On the basis of guaranteeing IE9 compatibility, the official w ...

Added by moola on Tue, 28 May 2019 01:29:24 +0300

Installation and configuration of jenkins

1. Installation and configuration of Jenkins tools: In this blog, I will mainly explain the following knowledge points and practical experience for your reference: Installation and configuration of Jenkins: _2. Jenkins Slave node configuration: _3. Create a maven project: Configuration code checks sonar: _5. Jenkins Pipeline configuration: 6. ...

Added by WakeAngel on Tue, 28 May 2019 00:25:20 +0300

Construction of Ali Cloud Server Deployment Environment

We are in the age of cloud, system operation and maintenance is simpler and more direct than any other era. Record your recent steps in deploying the Aliyun server environment and share them with you. Make a record of yourself. OS information: Linux version 2.6.32-696.3.2.el6.x86_64 (mockbuild@c1bl.rdu2.centos.org) (gcc version 4.4.7 201 ...

Added by mikefn on Sun, 26 May 2019 01:54:03 +0300

Difficulties in Learning Java Wechat Public Number Development

Some time ago, when I was bored, I taught myself a little bit about the development of Wechat Public Number (threatened by my sister). Address of Mu Course Online Course: http://www.imooc.com/learn/368  After all, it's a free course. It can't be so detailed. So let me share with you the problems I have encountered. This is the code I typed acc ...

Added by daveh33 on Sat, 25 May 2019 22:38:13 +0300

ARKit - Take you into a brand new world (3: Tracking / Distance Sensing / AR ruler)

Introduction: Review of the previous part: In ARKit( Light and Animation Processing To use Objective-C to open an AR project in a normal project, realize a demo of solar system, realize the rotation and rotation of the sun, including the relationship between each node, who is the child node of each node, set up the Earth-Moon node, then add th ...

Added by jenreb1 on Fri, 24 May 2019 20:27:29 +0300

unity - two or three things to communicate with skynet (sproto,crypt)

Unity uses tolua and communicates with skynet, rpc uses sproto, and accesses the crypt encryption libraries used in the login process, modifying the tolua source to join both libraries Only win64 platform chestnuts are picked up here skynet does not specifically recommend using sproto and can switch to other methods such as jso ...

Added by cnagra on Thu, 23 May 2019 19:39:06 +0300

OpenStack-DevStack One-click Automated Installation

Introduction to DevStack    Devstack Ubuntu 14.04 and entOS 7 are currently supported, but most OpenStack developers around the world are using Ubuntu 14.04. So in order to reduce the trouble, it is recommended that you use Ubuntu 14.04.    By default, both Devstack and OpenStack are installed using Master's code, which ofte ...

Added by lynosull on Mon, 20 May 2019 21:52:35 +0300

mvp architecture of android, code directly

When I first came into contact with the structure of mvp, a lot of searches on the Internet were theoretical. It was a headache to knock on it. Then I watched a wave of videos. It felt like a bright future, but the feeling of the screen was still a bit inappropriate. After watching the source code of other people in git, I changed it again. S ...

Added by mfallon on Sun, 19 May 2019 16:34:15 +0300

Deployment of Private Git Server in DevOps II

Serial articles The Beginning of DevOps Bullet ZeroDevOps First Bomb Project and Transaction Tracking ToolDeployment of Private Git Server in DevOps II Efficiency Communication of DevOps Third Bullet Interface Document of DevOps Fourth Bomb DevOps Fifth Bullet's Continuous Integrated Compilation Environment (Android) DevOps Fifth Bullet Continu ...

Added by avo on Sun, 19 May 2019 12:08:13 +0300

GitLab Construction and Sinicization

Preface Last article The advantages of Git and its application are briefly introduced. This article will introduce the construction of GitLab. As a company, you certainly don't want your code on someone else's website, so it's necessary to build your own Git warehouse (of course, if your company doesn't care, that's no problem). GitLab It's a ...

Added by justin15 on Sun, 19 May 2019 07:09:11 +0300