Using nsq to generate pdf service with puppeter under node (eggjs)
The last article said ctx.service.pdf.index.generate(data) method is the core business method. Call service/pdf/ in root directory in egg index.js The generate method under. Let's talk about eggjs. Official website address: https://eggjs.org/zh-cn/basic....
Get to know eggjs
Egg.js Born for enterprise framework and application, we should all ...
Posted on Fri, 19 Jun 2020 06:35:49 -0400 by snake310
Serverless + GitHub Actions perfectly automates the deployment of static websites
As obsessive-compulsive patients, they have always been obsessed with automatic deployment, and I think the most important thing about automatic deployment is stability and reliability. After research and test, we finally use GitHub and Tencent cloud platforms to successfully complete the practice of fully automatic website deployment.
This ...
Posted on Fri, 19 Jun 2020 06:33:55 -0400 by slick101
Unexpectedly, Java operation Excel is so simple!
preface
In the work, using excel to process data is a very common operation. This article will explain how to use the open source wheel to realize the function of downloading, importing and exporting.
Before, many Java programmers liked to use the class library of POI to operate excel, but it was very ...
Posted on Fri, 19 Jun 2020 06:28:32 -0400 by rudy.siregar
Write a main process implementation of Vue from zero
Write in front
vue3 is coming soon. Has vue2 learned?
Recently, I have seen many articles with similar titles. Although you may have learned some common interview questions such as two-way binding of vue, virtual dom, diff algorithm, etc. a few years ago, can you implement a vue from scratch.
Based on ...
Posted on Fri, 19 Jun 2020 04:06:30 -0400 by Vorotaev
Explain by example if you create and use filters in Vue
Author: Ed ZyndaTranslator: Front-end witSource:scotch.io
Look after it and get used to itThis article GitHub https://github.com/qq44924588... I've included more categories of articles I've praised in the past, and I've also sorted out a lot of my documents and tutorial materials.Welcome to Star and Perfection. You can review the interview wi ...
Posted on Thu, 18 Jun 2020 20:25:06 -0400 by yjanni
java SPI 07 - Automatically generate SPI profile implementation
Series Catalog
What is spi 01-spi?Getting Started
spi 02-spi battle resolution slf4j package conflict problem
spi 03-spi jdk for source code parsing
spi 04-spi dubbo for source code resolution
spi 05-dubbo adaptive extension adaptive expansion
spi 06 - Implement SPI framework from scratch
spi 07-Automatically generate SPI profile implementatio ...
Posted on Thu, 18 Jun 2020 14:27:32 -0400 by ares
How can I halve Redis memory usage?
This article has been included GitHub There are also Internet factory interview questions, interview strategies, efficient learning materials and so on
In this article, I will try to explain how to reduce data storage by more than 50%.
Our 2.5GB Redis ElastiCache is almost full, and if it reaches its limit in some way, our system will start to ...
Posted on Thu, 18 Jun 2020 12:34:50 -0400 by diode
How to build multi page template scaffold with vue-cli 4.0!? This article teaches you
multipage
Github address github.com/qinouz/mult...Build multi page template scaffold based on vue-cli 4.0!
Launch project
git clone https://github.com/qinouz/multipage.git
cd multipage
npm install
npm run dev
Copy code
catalog
√ Vue-cli4
√ generate multi page configuration according to directory structure
√ configure multiple ...
Posted on Wed, 17 Jun 2020 23:48:16 -0400 by zonkd
Qt Open Source Works 35-Key Generator
1. Preface
In many commercial software, you need to provide some versions that can be run on trial, so you need a matching key mechanism to control. Throughout most trial software, you basically use the following mechanisms to control.
Remote networking activation, networking every time you start to view the usage time, etc. This method is the ...
Posted on Wed, 17 Jun 2020 21:01:39 -0400 by assonitis
How to implement a composer package of your own
Preface
For small development partners, code packages are a common part of the development process.For example, PHP has composer, Java has maven, front-end has npm, yarn, Mac has brew, Linux has yum.Using these packages, we can easily manage the external code components introduced by the code, help us to improve development efficiency, and help ...
Posted on Wed, 17 Jun 2020 12:44:53 -0400 by paul_20k