一起學(xué)習(xí)node.js共17章第6實現(xiàn)留言功能-blog wiki_第1頁
全文預(yù)覽已結(jié)束

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、nswbmw/ N-第6現(xiàn)留言功一個完整的博客怎么能缺少留言功能呢,當(dāng)。Edit Page 可以用社會化評論插件,既有了數(shù)據(jù)庫不妨把留言保存到自己的數(shù)設(shè)定:只有nswbmw/ N-第6現(xiàn)留言功一個完整的博客怎么能缺少留言功能呢,當(dāng)。Edit Page 可以用社會化評論插件,既有了數(shù)據(jù)庫不妨把留言保存到自己的數(shù)設(shè)定:只有在文章頁面才會顯示留言板打t.js,修totype.save 中要存入的文檔為t = name: , time: time, t: comments: 在文檔里增加了 comments 鍵(數(shù)組),用此文章上的留言(一個個對象)。為了也讓留言支持 markdown 語法t.get

2、One 函數(shù)里的 t = t); 修改為t = markdown.toHTML(doc.ments.forEach(function (comment) comment.content = 接下在s 下新建comment.js 模型文件,添加如下代碼var mongodb = function Comment(name, day, title, comment) = name;this.day = day; this.title = title;ment = module.exports = Ctotype.save = function(callback) var name = ,day =

3、 title = comment /mongodb.open(function (err, db) if (err) return ts ts, function (err, collection) if (err) return callback(err);/通過用戶名、時間及標(biāo)題查找文檔,并把一條留言對象添加到該文檔的 comments name: name,time.day: day, title: title, Clone J 5 rSeach orpe adxplore it Blog elpMacroBin mThis t.js) 后添加一行代碼t = 這創(chuàng)建了 comment 的

4、模型文件,用新的留言到數(shù)據(jù)庫,并在 index.js t.js) 后添加一行代碼t = 這創(chuàng)建了 comment 的模型文件,用新的留言到數(shù)據(jù)庫,并在 index.js 中引入以作后用接下創(chuàng)建comment 的視圖文件,在views 文件夾下新建comment.ejs ,添加如下代碼br ments.forEach(function (comment, index) a href=%= 回復(fù)于 %= comment.time %- comment.content % ) form % if (user) :input type=text name=name value= /br 郵箱:inpu

5、t type=text value= /br :input type=text name=website value=/u/ /br % else :br 郵箱:br :br % br 注意:這里根據(jù)用戶登錄狀態(tài)的不同,一項顯示不同的提示信息。還需注意的一點是,未登錄的用戶在留言的時候這一需要加上 http:/ 前綴,否則在生成連接的時候會基于當(dāng)前url(本地是localhost:3000)打開article.ejs ,在 前添加一行代碼這就在文章頁面引入了留言模塊最后,修改index.js 留言T 響應(yīng),在 app.get(/u/:name/:day/:title) 后添加如下代碼t(/u/

6、:name/:day/:title, function(req,res) var date = new Date(),time = date.getFullYear() + - + (date.getMonth()+1) + - + date.getDate() + + date.getHours() + : + date.getMinutes var comment = name: : ,website: req.body.website, time: time,content: ment = new Comment(, req.params.day, req.params.title, ment.save(function (err) if (err) req.flash(error, err); return res.redirect(/);s, 留言成功!); %- include comment Comment = $push: comments: , function (err, result) 注意:這使用 res.redirect(

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論