会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
打赏
web前端开发技术
仰望星空,脚踏实地
首页
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
88
下一页
2022年1月12日
类型检测库
摘要: 1、validator.js https://github.com/validatorjs/validator.js 2、is_js https://www.npmjs.com/package/is_js
阅读全文
posted @ 2022-01-12 10:30 孟繁贵
阅读(22)
评论(0)
推荐(0)
编辑
json处理
摘要: json5 https://www.npmjs.com/package/json5 json的超集,即能处理一些不合规的JSON。
阅读全文
posted @ 2022-01-12 10:19 孟繁贵
阅读(22)
评论(0)
推荐(0)
编辑
2022年1月11日
npm 加解密库
摘要: crypto-js - JavaScript加密标准库。支持算法最多 node-rsa - Node.js版Bcrypt。 node-md5 - 一个JavaScript函数,用于使用MD5对消息进行哈希处理。 aes-js - AES的纯JavaScript实现。 sm-crypto - 国密sm
阅读全文
posted @ 2022-01-11 15:40 孟繁贵
阅读(342)
评论(0)
推荐(0)
编辑
package.json 文件读取
摘要: read-pkg-up https://www.npmjs.com/package/read-pkg-up
阅读全文
posted @ 2022-01-11 14:29 孟繁贵
阅读(140)
评论(0)
推荐(0)
编辑
通过JavaScript垃圾回收机制来理解WeakSet/WeakMap中对象的弱引用
摘要: 参考:https://www.jianshu.com/p/c99dd69a8f2c WeakSet/WeakMap 类似缓存的概念
阅读全文
posted @ 2022-01-11 11:07 孟繁贵
阅读(56)
评论(0)
推荐(0)
编辑
2021年12月5日
npm 搜索
摘要: 可以按照关键词搜索 keywords:cli
阅读全文
posted @ 2021-12-05 21:19 孟繁贵
阅读(97)
评论(0)
推荐(0)
编辑
2021年7月23日
base64 编解码
摘要: 使用浏览器内置的base64编码和解码的能力。 function utf8_to_b64( str ) { return window.btoa(unescape(encodeURIComponent( str ))); } function b64_to_utf8( str ) { return
阅读全文
posted @ 2021-07-23 09:19 孟繁贵
阅读(84)
评论(0)
推荐(0)
编辑
获取url中的参数
摘要: const urlSP = new URLSearchParams(location.search); function getQueryString(key){ return urlSP.get(key) }// 或着 const urlObj = new URL(location.href);
阅读全文
posted @ 2021-07-23 09:17 孟繁贵
阅读(82)
评论(0)
推荐(0)
编辑
2021年5月26日
vue-demi vue组件库开发
摘要: 同时支持vue 2和3版本开发组件库 vue-demi https://github.com/vueuse/vue-demi
阅读全文
posted @ 2021-05-26 16:56 孟繁贵
阅读(1373)
评论(0)
推荐(0)
编辑
2021年5月19日
FabricJS
摘要: canvas库:FabricJS
阅读全文
posted @ 2021-05-19 16:55 孟繁贵
阅读(101)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
···
88
下一页
公告
TOP