網路新聞
生活旅遊
網路安全
程式雜記
Home
node.js
Node.js 第一課
2011
Oct
03
Node.js 第一課
Tags:
node.js
簡中版
基本可用變數
__filename : 顯示目前檔案名稱+路徑
/web/node/test.js
__dirname :顯示目前資料夾路徑
/web/node
request 資料
url : 網址 [/web/node.js]
host : domain [www.domain.com.tw:80]
user-agent :end-user 瀏覽器
remoteAddress : end-user IP
remotePort : end-user port
console.log : 輸出文字資料
console.log("test");
console.log(object);
回應 (Leave a comment)
Name
E-mail
Message
Submit
node.js 相關
How to pass the paramater of Node.js or io.js into native C/C++ function.
Node.js mime type 處理
第二篇 Node.js 搭配 Apache - Header 處理
第一篇 Node.js 搭配 Apache CGI
node.js 使用 mysql 教學
Yahoo! Mojito MVC
Yahoo! Mojito
Node.js addon 實作 (Node.js version 0.10.x)
安裝 node.js
類別 node.js
Node.js big5 / utf8 字串轉換
Node.js Canvas 畫圖
Node.js 使用 php function
安裝與編譯 Javascript V8 Engine
Node.js mime type 處理
第二篇 Node.js 搭配 Apache - Header 處理
第一篇 Node.js 搭配 Apache CGI
node.js 使用 mysql 教學
Yahoo! Mojito MVC
Yahoo! Mojito
回應 (Leave a comment)