Nuxt adaptive SSR scheme: SEO and first screen minimization optimization

At present, the project uses Nuxt SSR to complete server rendering. In order to meet the needs of SEO, non-first-screen content is also requested and served directly, resulting in longer first-screen time (non-first-screen resource requests and component rendering will bring additional overhead). For a large number of users, a small number of ...

Posted by sys4dm1n on Sun, 22 Sep 2019 03:04:47 -0700

Construction of Go 1.13 Private Agent Service

Original address: Construction of Go 1.13 Private Agent Service. Setting GOPROXY can only specify one proxy service address prior to the release of Go version 1.13.After entering Go 1.13, GOPROXY supports multi-proxy settings, which can be separated.The following: export GOPROXY=https://proxy.golang.org,direct According to the official document ...

Posted by webpoet on Mon, 09 Sep 2019 18:23:23 -0700

Docker Integrated Deployment Gitlab+spring Cloud+config Unified Configuration Center

Docker Integrated Deployment (II) Gitlab+spring boot+config Unified Configuration Center 1. Build config project on gitlab 2. Establishment of spring config project by IDEA Modules requiring configuration files in the configuration center Packaging and deploying the service file module of config clie ...

Posted by neal.pressley on Fri, 09 Aug 2019 02:43:15 -0700

GIT+Gollum Builds Local WIKI Editing System under Ubuntu

1 Setting up gem image of Taobao 1.1 Pain without Mirror If you use the official website directly, there will be the following error messages, add source, install gem are the same error, even if it can be connected will be very slow; $ gem sources -a https://rubygems.org/ Error fetching https://rubygems.org/: Errno::ECONNRESE ...

Posted by stonefish on Thu, 20 Jun 2019 18:02:40 -0700

Project component generalization based on CooaPods

Project component generalization based on CooaPods Introduction In the field of mobile development, it is not as hot as the previous two years. Previously, companies could have several mobile developers. At present, most companies have only one or two developers, but there are several projects. Among company projects, many parts are common. Bef ...

Posted by Brink Kale on Sun, 16 Jun 2019 12:33:27 -0700

Practical small commands

1. Practical Small Commands 1.1,cat The cat command is mainly used to view file contents, create files, merge files, append file contents and other functions.Common Options-n: Display line numbers when viewing text-b: Display line numbers when viewing text, excluding blank lines-E: Displays whether or not a line break occurs, ending with'$'to ...

Posted by Jmz on Wed, 05 Jun 2019 09:26:55 -0700

ubuntu16.04+gitlab + nginx without binding

Installation of gitlab Configuration of gitlab Viewing version number of 1 gitlab ssh port modification of 2 gitlab 21 Open the configuration file 22 Use commands to rebuild configurations 3 https 31 Upload certificates or use specific creations created by yourself to see another article of mine nginx witho ...

Posted by GirishR on Sun, 19 May 2019 00:08:00 -0700

Record a code rollback git reset

background Code commit and push to the remote warehouse, found that this submission of redundant files, such as no need for simple conflict-prone configuration files. Hope the remote code revokes this commit locally unchanged Re commit codeoperation First git log to view commit historySuch as: Now we need to cancel the three commits ( ...

Posted by Goins on Sat, 18 May 2019 15:37:09 -0700

Continuous Integration Series - gitlab Construction of Private git Warehouse in Chinese

Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab target gitlab introduction Environmental preparation gitlab installation gitlab upgrade Configure Mail Notification and Access Domain Names gitlab landing ...

Posted by Amit Rathi on Wed, 15 May 2019 15:05:02 -0700

Creation and Use of CocoaPods Private Warehouse

Ahead With the expansion of the business of the project, the company decided to open another APP, but it will use some of the public components now. It is no problem to copy the past, but there is a problem. If the public components are maintained in the future, there will not be many APPs to modify, so it is though ...

Posted by rodin on Tue, 14 May 2019 08:43:49 -0700