Hi everyone!
[Read More]
How to setup Express framework and some necessary packages
Hi, everyone. Today, I will guide you some information about setting Express framework.
[Read More]
Optimizing vector in C++
Table of Contents Initialize the capacity or the size of vector when knowing about exactly the number of elements or the minimum of elements in vector. Should use assignment, or assign(), or insert() when you need to copy the vector’s elements to the other vector. Use move semantic for the...
[Read More]
How to configure C++ addon in Node.js
Tablel of Contents
Make the package.json file.
Setup NAN (Native Abstraction of Node.js).
Setup the node.gyp and make the binding.gyp file.
-Build project with node.gyp.
Run the program in the *.js file.
[Read More]
Some ways to replace LIKE word
Belows are some words that we can use to replace for LIKE word.
have a fancy for doing something
[Read More]