上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页
摘要: /在文档上下文里执行脚本,并返回结果(async () => { const browser = await puppeteer.launch({ args: ['--no-sandbox'], timeout: 10000, }); const page = await browser.newPa 阅读全文
posted @ 2018-10-06 15:32 FromScratch 阅读(204) 评论(0) 推荐(0) 编辑
摘要: const puppeteer = require('puppeteer'); puppeteer.launch().then(async browser => { const page = await browser.newPage(); //设置启用拦截 await page.setReques 阅读全文
posted @ 2018-10-06 10:15 FromScratch 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 在centos中执行:yum install bitmap-fonts bitmap-fonts-cjk 阅读全文
posted @ 2018-09-10 17:49 FromScratch 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1、首先转换为eps jpeg2ps compile to exec file ./jpeg2ps -p a4 a.jpg -o x.eps2、从eps转换到pdf ps2pdf -dDownsampleColorImages=true x.eps out.pdf 阅读全文
posted @ 2018-08-30 17:27 FromScratch 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 基本思路: 让DIV浮动起来,利用postion:fixed/absolute,设定height:100% var $card=$("#cardDetail"); $card.css({"width":"90%"}); var wl=($(window).width()-$card.width()) 阅读全文
posted @ 2018-08-28 14:16 FromScratch 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Linux curl使用简单介绍 http://www.linuxidc.com/Linux/2008-01/10891.htm Linux curl使用简单介绍[日期:2008-01-29] 来源:Linux公社 作者:notechCurl是Linux下一个很强大的http命令行工具,其功能十分强 阅读全文
posted @ 2018-07-02 16:20 FromScratch 阅读(123) 评论(0) 推荐(0) 编辑
摘要: cannot open shared object file: No such file or directory解决 ./move_db: error while loading shared libraries: libmysqlclient.so.15: cannot open shared 阅读全文
posted @ 2018-05-08 19:45 FromScratch 阅读(194) 评论(0) 推荐(0) 编辑
摘要: text-indent:[ <length> | <percentage> ] && hanging? && each-line? 默认值:0 适用于:块容器 继承性:有 动画性:当使用值为非关键字时 计算值:指定值 text-indent:[ <length> | <percentage> ] & 阅读全文
posted @ 2018-04-21 15:25 FromScratch 阅读(658) 评论(0) 推荐(0) 编辑
摘要: .test div{width:300px;margin:15px 0;border:1px solid #000;}.test p{margin:0;font-size:30px;}.fixed div{line-height:20px;}.percentage div{line-height:1 阅读全文
posted @ 2018-04-21 14:39 FromScratch 阅读(130) 评论(0) 推荐(0) 编辑
摘要: @font-face { font-family: <identifier>; src: <fontsrc> [, <fontsrc>]*; <font>; } <fontsrc> = <url> [format(<string>)] @font-face { font-family: <ident 阅读全文
posted @ 2018-04-21 12:53 FromScratch 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 35 下一页