爬蟲教材清單
- Web Scraping with Node.js 清單
- Web Scraping in node js, save unsplash images
- WebScraping with cheerio.js and request.js.
- Tech Talk: How to Scrape the Web with Node.js
- [爬蟲實戰] 如何使用Python 爬蟲 (Python Crawler) 下載Youtube 影片
通配符
結巴斷詞
教學(python):http://blog.infographics.tw/2016/05/text-visualization-with-jieba/
nodejs: https://github.com/yanyiwu/nodejieba
playground: http://bosonnlp.com/demo
MongoDB
[Database][MongoDB] 介紹與安裝 ( Introduction and Installation )
如何在 Windows 上設定 node.js 的開發環境 mongodb
下載:https://www.mongodb.com/download-center?jmp=nav#community
安裝之後,從
記得在C槽建立data/db資料,mongod.exe才可以正常運作
安裝robomonogo,它是一個管理mongodb的GUI軟體,載點 https://robomongo.org/
Moment.js - 時間格式任你調整
在Nodejs後端使用
npm install moment --save
var moment = require('moment');
moment().format();