Hand touching teaches you to build a scaffold

Scaffolding vue-cli, create-react-app, react-native-cli and so on are excellent scaffolding. Through scaffolding, we can quickly initialize a project without having to configure it step by step from scratch to effectively enhance the development experience. Although these scaffolds are very excellent, but not necessarily in line with our practi ...

Posted by alemapo on Wed, 24 Jul 2019 19:02:51 -0700

Noejs-md5 salt-to-decryption comparison

Noejs-crypto Encryption Tool crypto module provides encryption functions, including a package of hashing, MD5, HMAC, encryption, decryption, signature, and verification functions of OpenSSL. MD5 commonly used in crypto MD5 is an irreversible encryption algorithm. At present, it is one of the most reliable encryption algorithms. There is no prog ...

Posted by kh411dz on Wed, 24 Jul 2019 03:32:43 -0700

NodeJs concise tutorial

NodeJs concise tutorial will start from scratch to learn about NodeJs and help JS developers build a full stack development technology stack! Focus on getting more NodeJs articles This article is the eighth chapter of NodeJs concise tutorial, which will introduce the basic operation of NodeJs sub-process module. The child_process module provide ...

Posted by lauriedunsire on Tue, 23 Jul 2019 00:08:43 -0700

Make a simple chat room with Node (with websokcet tutorial)

I've been talking about theory before. Let's talk about dry goods this time.By the way, let's write that vue series from zero single row in a few days. Usher is Usher after all, and it is really difficult to simulate the whole vue for a while and a half. Keep talking. (We need a node environment here, on a computer.)If you don't install node, c ...

Posted by justindublin on Sun, 21 Jul 2019 01:24:12 -0700

Noejs Wechat Public Number Development (2) Automatic Response

In the last article: Development of Noejs Wechat Public Number (1) Access to Wechat Public Number On this basis, this article will implement a simple reply function. 1. Optimizing Access Code Before, we simply and roughly realized the access of Wechat Public Number. The access code was written directly in app.js file. From the point of view of ...

Posted by djp120 on Thu, 11 Jul 2019 15:36:14 -0700

Nest, a TypeScript-based ode.js framework, is officially released! (2)

This article is a translation with the original address: https://kamilmysliwiec.com/nest-final-release-is-here-node-js-framework-built-top-of-typescript Author, @Kamil My liwiec The address of the last article is: https://segmentfault.com/a/1190000009560532 Middlewares Middleware is a function that is called before a routing handler. Middlewa ...

Posted by wscreate on Thu, 27 Jun 2019 11:28:50 -0700

Gulp4.0 Getting Started Guide

install Gulp website gulp4.0 separates the cli from the core, so you need to install both packages separately, with the following environmental requirements: node >= 8.11.1 npm >= 5.6.0 npx >= 9.7.1 Global Installation gulp-cli npm i -g gulp-cli Locally installed gulp npm i -D gulp View version number $ gulp -v # output CLI version: ...

Posted by Navajo on Sun, 16 Jun 2019 09:14:44 -0700

! ta did these things with Node.js.

What did you do? One for crawlingwww.nvshens.com The reptile in the picture of my sister. In case of infringement, close immediately Reason It's too much trouble to put them down one by one. How to use it 0. node -v >= 7.6 1. git clone https://github.com/laihaibo/beauty-spider.git 2. npm i 3. npm run start 4. npm run calc (get the number o ...

Posted by forumsudhir on Tue, 11 Jun 2019 12:11:56 -0700

Seventy-line script to realize Wechat Notification of Promotion Information

Yesterday, Doudong's LAMY pen was doing another activity, but when it was seen, it had already risen back to its original price. In a fit of anger, I wrote a JS script to automatically query the promotion information and notify me by micro-mail. Get ready data acquisition In data acquisition, we use Node.js to implement a crawler, and regularly ...

Posted by sgs on Thu, 06 Jun 2019 12:26:15 -0700

Vue+Express+Mysql Full Stack Initial Experience

Preface Original Address Once, did you think about the future of a front-end engineer?Did you think of the word "Front End Architect" at this point, so a qualified front end architecture will only have a Front End OK?Of course not. You must have the full stack of abilities to expand your personal image, to get a promotion and pay rais ...

Posted by dkruythoff on Sat, 25 May 2019 12:02:08 -0700