上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 67 下一页
摘要: Javascript 将 HTML 页面生成 PDF html2canvas: jsPDF: render-html-to-pdf (html2canvas + jsPDF) dom-to-image.js : filesave.js jspdf.js: 阅读全文
posted @ 2018-07-23 09:39 贝尔塔猫 阅读(575) 评论(0) 推荐(0)
摘要: 原文地址:https://cloud.tencent.com/developer/article/1006169 https://mp.weixin.qq.com/s/qmyn6mGrO6hRKuvKUSF8lA https://dulinrain.github.io/css/使用Skeleton% 阅读全文
posted @ 2018-07-19 15:17 贝尔塔猫 阅读(2295) 评论(0) 推荐(0)
摘要: nodemon 官方网站:http://nodemon.io/ github地址:https://github.com/remy/nodemon/ 简介:Nodemon 是一款非常实用的工具,用来监控你 node.js 源代码的任何变化和自动重启你的服务器。 Nodemon 是一款完美的开发工具 结 阅读全文
posted @ 2018-07-19 12:42 贝尔塔猫 阅读(766) 评论(0) 推荐(0)
摘要: 官网 https://www.cockos.com/licecap/ 界面如图: 录制效果如下: 阅读全文
posted @ 2018-07-18 14:08 贝尔塔猫 阅读(514) 评论(0) 推荐(0)
摘要: 该工具在Apache安装目录的bin目录里面。所以想要这个使用这个工具,只需要下载Apache即可。在Window环境下,推荐使用 PhpStudy 工具的集成环境。就可以轻松拥有Apache、ab压力测试工具了。 PhpStudy 集成工具下载地址:http://phpstudy.php.cn/ 阅读全文
posted @ 2018-07-17 10:58 贝尔塔猫 阅读(410) 评论(0) 推荐(0)
摘要: 学习链接: https://cnodejs.org/topic/5a9661ff71327bb413bbff5b https://github.com/nswbmw/node-in-debugging/blob/master/4.3%20Visual%20Studio%20Code.md 1、新建 阅读全文
posted @ 2018-07-17 09:18 贝尔塔猫 阅读(3751) 评论(0) 推荐(0)
摘要: 参考链接: https://cnodejs.org/topic/5a9661ff71327bb413bbff5b https://github.com/nswbmw/node-in-debugging/blob/master/4.2%20Chrome%20DevTools.md (补充:推荐结合no 阅读全文
posted @ 2018-07-16 21:32 贝尔塔猫 阅读(7850) 评论(0) 推荐(1)
摘要: 初级函子的作用非常简单,使用场景主要体现在:深入访问object的属性的时候,不会担心由于属性不存在、undefined、null等问题出现异常。 MayBe.js 阅读全文
posted @ 2018-07-16 16:40 贝尔塔猫 阅读(406) 评论(0) 推荐(0)
摘要: 1、定义和使用 2、next() / value 3、for ... of ... 4、next() 往 generator 中赋值 5、使用gen异步操作 阅读全文
posted @ 2018-07-16 16:36 贝尔塔猫 阅读(201) 评论(0) 推荐(0)
摘要: class Person { async getVersion () { return new Promise((resolve, reject) => { setTimeout(function () { resolve('1.0'); // reject('fail') }, 1000); ... 阅读全文
posted @ 2018-07-16 09:04 贝尔塔猫 阅读(696) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 67 下一页