会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
贝尔塔猫
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
67
下一页
2018年7月23日
JavaScript / Html 转 pdf、图片
摘要: 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)
2018年7月19日
基于Vuejs实现 Skeleton Loading 骨架图
摘要: 原文地址: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)
node 服务器开发必备神器 —— nodemon
摘要: nodemon 官方网站:http://nodemon.io/ github地址:https://github.com/remy/nodemon/ 简介:Nodemon 是一款非常实用的工具,用来监控你 node.js 源代码的任何变化和自动重启你的服务器。 Nodemon 是一款完美的开发工具 结
阅读全文
posted @ 2018-07-19 12:42 贝尔塔猫
阅读(766)
评论(0)
推荐(0)
2018年7月18日
git 录制简单实用好工具 LICEcap
摘要: 官网 https://www.cockos.com/licecap/ 界面如图: 录制效果如下:
阅读全文
posted @ 2018-07-18 14:08 贝尔塔猫
阅读(514)
评论(0)
推荐(0)
2018年7月17日
(Apache)ab 压力测试 简单使用
摘要: 该工具在Apache安装目录的bin目录里面。所以想要这个使用这个工具,只需要下载Apache即可。在Window环境下,推荐使用 PhpStudy 工具的集成环境。就可以轻松拥有Apache、ab压力测试工具了。 PhpStudy 集成工具下载地址:http://phpstudy.php.cn/
阅读全文
posted @ 2018-07-17 10:58 贝尔塔猫
阅读(410)
评论(0)
推荐(0)
Visual Studio Code 调试 nodejs (断点调试、自动重启、进程调试)
摘要: 学习链接: 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)
2018年7月16日
Nodejs 使用 Chrome DevTools 调试 --inspect-brk
摘要: 参考链接: 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)
Es6 函数式编程 MayBe函子的简单示例
摘要: 初级函子的作用非常简单,使用场景主要体现在:深入访问object的属性的时候,不会担心由于属性不存在、undefined、null等问题出现异常。 MayBe.js
阅读全文
posted @ 2018-07-16 16:40 贝尔塔猫
阅读(406)
评论(0)
推荐(0)
es6 generator 基础知识
摘要: 1、定义和使用 2、next() / value 3、for ... of ... 4、next() 往 generator 中赋值 5、使用gen异步操作
阅读全文
posted @ 2018-07-16 16:36 贝尔塔猫
阅读(201)
评论(0)
推荐(0)
ES6 class setTimeout promise async/await 测试Demo
摘要: 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
下一页
公告