Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Node.js

Node .js assertion test

May 10, 2021 19:00 0 Comment Node.js

Assertion test, Assertion test, Assertion test, Node.js s assert module is primarily used when writing unit tests for programs, and assertions allow errors to be detected and trouble

Node .js example

May 10, 2021 19:00 0 Comment Node.js

Node .js example, Node .js example, Node .js, example, The first example, of, a server starts with Hello World:, var http = require('http');, http.createServer(function (request, respons

About Node .js

May 10, 2021 19:00 0 Comment Node.js

Node .js the official Chinese document, Node .js the official Chinese document, Stability flag, JSON output, Related tutorials, Node .js the official Chinese document, This document is translated, from node .js, official document and is intended for V0.12.2., This document prov

Node .js multiple processes

May 10, 2021 19:00 0 Comment Node.js

Node .js multiple processes, Node .js multiple processes, exec() method, Spawn() method, The fork method, Node .js multiple processes, The Node .js itself runs in a single-threaded mode, but it uses event-driven processing to handle sympation, which helps

Node.js RESTful API

May 10, 2021 19:00 0 Comment Node.js

Node.js RESTful API, Node.js RESTful API, What is REST?, RESTful Web Services, Create RESTful, Node.js RESTful API, This section describes the .js of nodes in the world., What is REST?, REST Chinese explained that expressive state transfer, or R

Node .js Express framework

May 10, 2021 19:00 0 Comment Node.js

Node .js Express framework, Node .js Express framework, Introduction to Express, Install Express, The first instance of the Express framework, Requests and responses, Routing, Static file, GET method, POST method, File upload, Cookie management, Node .js Express framework, Express is a web development framework designed .js Node platform, which is based on the nodejs platform., Introduction to

Node .js tool module

May 10, 2021 19:00 0 Comment Node.js

Node .js tool module, Node .js tool module, Node .js tool module, There are .js useful modules in the Node module library. T, hese modules are common and are frequently used by applications that

Node .js a common tool

May 10, 2021 19:00 0 Comment Node.js

Node .js a common tool util, Node .js a common tool util, util.inherits, util.inspect, util.isArray(object), util.isRegExp(object), util.isDate(object), util.isError(object), Node .js a common tool util, This section describes .js common tool util., As a core module .js Node, util provides a collection of common functions t

Node.js Buffer

May 10, 2021 20:00 0 Comment Node.js

Buffer, Buffer, Class: Buffer, buffer.iNSPECT_MAX_BYTES, Class: SlowBuffer, Buffer, 稳定性: 3 - 稳定, The pure Javascript language is Unicode-friendly and handles Unicode-encoded string data well, but it is difficult to process bin

Node .js file system

May 10, 2021 20:00 0 Comment Node.js

File system, The node .js file system module is a collection that encapsulates standard POSIX file I/O operations. Use require('fs') where all methods are synchronized and asynchronous.

Node.js Query Strings

May 10, 2021 20:00 0 Comment Node.js

Query String, Query String, Query String, This section introduces you to .js Query Strings., 稳定性: 3 - 稳定, The Node .js module provides tools for handling qury strings, which you

Node .js C/C?plug-in

May 10, 2021 20:00 0 Comment Node.js

C/C?plug-in, C/C?plug-in, Hello world, Plug-in mode, Related tutorials, C/C?plug-in, Node .js Addons is a shared object for dynamic links. H, e provides the C/C?class library capability., These APIs are complex, and he pac

Node .js read line by line

May 10, 2021 20:00 0 Comment Node.js

Read line by line, Read line by line, readline.createInterface(options), Class: Interface, Events, Example: Tiny CLI, readline.cursorTo(stream, x, y), readline.moveCursor(stream, dx, dy), readline.clearLine(stream, dir), readline.clearScreenDown(stream), Read line by line, This section describes .js readline module, which provides an interface., 稳定性: 2 - 不稳定, You, require('readline'), Readline reads a

Node .js global object

May 10, 2021 20:00 0 Comment Node.js

The global object, The global object, The global object, In the Node .js we can access the global object directly., These objects are available in all modules, some not in the global scope

Node .js sub-processes

May 10, 2021 20:00 0 Comment Node.js

Sub-processes, Sub-processes, Class: ChildProcess, Create asynchronous processing, Create a synchronization process, Sub-processes, Node.js is a single-threaded model architecture that enables efficient CPU utilization while limiting the use of multiple core CPUs, so