npm init 初始化package.json文件 npm install express --save 安裝最新的express,并將寫入到package.json中...
直接看代碼: var test = function(){console.log(this)}test() // 瀏覽器中 this 指向的是window//通過new關(guān)鍵字...
// 來自阿里大魚的api接口TopClient = require('./node_modules/node-msg/topClient').TopClient;conso...
var nodemailer = require('nodemailer');var transporter = nodemailer.createTransport({se...
1.打開sublime,選擇tools然后選擇Developer --> new snippet 2.粘貼以下代碼到剛打開的文檔 <content><![CDATA[<t...
function _lazyman(name) {this.tasks = [];var self = this;var fn = function() {console.l...
//加環(huán)境變量;D:\Program Files\mongoDB\bin注:不要漏掉前面的分號 //安裝MongoDB服務(wù)mongod --logpath "D:/Progr...
/*Returns thenumberof entries in the joint sessionhistory.*/window .history. length/*Re...
@heachou "minify": false,不壓縮
關(guān)于Sublime text 3如何編輯less并轉(zhuǎn)(編譯)成css文件今天開始學(xué)習(xí)使用less這個強大方便的前端工具,本來是考慮用koala(專門編輯less的軟件)來使用less的,但是發(fā)現(xiàn)sublime編輯器也可以實現(xiàn)對less的編譯及高亮...
Http定義了與服務(wù)器交互的不同方法,最基本的方法有4種,分別是GET,POST,PUT,DELETE。URL全稱是資源描述符, get用于獲取數(shù)據(jù),而post一般用于提交數(shù)...
1.Cookie、localStorage、sessionStorage的區(qū)別 1.1 cookie Cookie 是小甜餅的意思。顧名思義,cookie 確實非常小,它的大...