nodejs初學 先來個hello World吧

2021-08-03 14:26:13 字數 488 閱讀 7159

好記性不如爛筆頭,記錄一下,萬一忘了以後可以翻出來看看.

新建乙個名為1.js的資料夾(注意:檔名稱不能包含中文)

//require表示引包 引包就是引用自己的乙個特殊功能

//建立伺服器

//執行伺服器 監聽埠

server.listen(3000,」127.0.0.1」);

**部分就這些

然後dos視窗 進入你存放js檔案的資料夾

cd c:\nodedemo

—-> node 1.js

///

瀏覽器訪問127.0.0.1:3000

helloworld

先來個前言吧

其實一直不是很喜歡在網上寫東西,以前也沒寫過,其實也是對把自己的想法公開的一種不習慣。但其實想想也沒什麼,說到底也沒多少人看,當然我也沒什麼需要隱瞞,所以決定了,要開始寫寫啦,很多事其實習慣就好。很多念頭不是說來就來的,就像我決定寫部落格,也不是某個下午忽然冒出的想法。我還是乙個很實際的人,往往是有...

先來個鏈結,按上面的來做吧

poj 1887 include include include include using namespace std const int maxn 100000 10 const int inf 0x3f3f3f3f int n int num maxn dp maxn int binary s...

scilab 初學筆記 HelloWorld

disp hello world 顯示輸出資料 name input name 輸入資料 help sin help 命令名 獲取幫助資訊 apropos logarithm 在幫助檔案中搜尋logarithm 數值表示 0.5 可以用 5 表示,科學記數法 2e 3 2e1 3.12e2,陣列 x...