摘要:命令行應(yīng)用安裝用于產(chǎn)生截屏的會被自動安裝但在某種罕有的情況下,安裝或許會失敗,然后得到一個(gè)錯誤。
這是一個(gè)開源的網(wǎng)站截屏工具,可分別設(shè)置截屏的分辨率,項(xiàng)目放在 GitHub 上:https://github.com/sindresorhus/pageres
一分鐘左右就可以為十個(gè)不同的網(wǎng)站截屏 100 張圖了。
命令行應(yīng)用安裝:
$ npm install --global pageres
用于產(chǎn)生截屏的 PhantomJS 會被自動安裝;但在某種罕有的情況下,安裝或許會失敗,然后得到一個(gè)錯誤: Error: spawn EACCES。如果有這個(gè)錯誤,手動下載 PhantomJS,然后重新安裝它
用法:
$ pageres --help Get screenshots of websites in different resolutions. Specify urls and screen resolutions as arguments. Order doesn"t matter. Screenshots are saved in the current directory. Usage pageres可用于編程的 API[ ...] pageres [ ...] < cat | pageres [ ...] Example pageres todomvc.com yeoman.io 1366x768 1600x900 pageres 1366x768 < urls.txt cat screen-resolutions.txt | pageres todomvc.com yeoman.io You can also pipe in a newline separated list of urls and screen resolutions which will get merged with the arguments. If no screen resolutions are specified it will fall back to the ten most popular ones according to w3counter.
安裝:
$ npm install --save pageres
例子:
var pageres = require("pageres"); pageres(["todomvc.com"], ["1366x768", "1600x900"], function () { console.log("done"); });
編譯:Segmentfault
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請注明本文地址:http://systransis.cn/yun/78018.html
摘要:網(wǎng)格單元格被劃分之后每一個(gè)格子就是單元格,也是布局的最小單位。網(wǎng)格區(qū)域若干個(gè)單元格拼接而成的區(qū)域。網(wǎng)格間隙單元格與單元格之間的距離,可以垂直也可以水平。 前言 CSS網(wǎng)格布局用于將頁面分割成數(shù)個(gè)主要區(qū)域,或者用來定義組件內(nèi)部元素間大小、位置和圖層之間的關(guān)系。像表格一樣,網(wǎng)格布局讓我們能夠按行或列來對齊元素。 但是,使用CSS網(wǎng)格可能還是比CSS表格更容易布局。 例如,網(wǎng)格容器的子元素可...
摘要:項(xiàng)目簡介本實(shí)驗(yàn)通過使用實(shí)現(xiàn)一個(gè)淘寶女郎圖片收集爬蟲,學(xué)習(xí)并實(shí)踐及正則表達(dá)式等知識。本教程由阿發(fā)布在實(shí)驗(yàn)樓,完整教程及在線練習(xí)地址實(shí)現(xiàn)淘女郎照片爬蟲,可以直接在教程中下載代碼使用。 showImg(https://segmentfault.com/img/bVBgrF); 項(xiàng)目簡介:本實(shí)驗(yàn)通過使用 Python 實(shí)現(xiàn)一個(gè)淘寶女郎圖片收集爬蟲,學(xué)習(xí)并實(shí)踐 BeautifulSoup、Sel...
閱讀 3206·2021-09-22 15:05
閱讀 2763·2019-08-30 15:56
閱讀 1071·2019-08-29 17:09
閱讀 803·2019-08-29 15:12
閱讀 2084·2019-08-26 11:55
閱讀 3070·2019-08-26 11:52
閱讀 3381·2019-08-26 10:29
閱讀 1385·2019-08-23 17:19