上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: node Sass Found bindings for the following environments: - Windows 64-bit with Node.js 12.x 前端项目运行时,报错如下 node Sass could not find a binding for your c 阅读全文
posted @ 2020-09-09 10:22 不忘初心dbsdxq 阅读(6406) 评论(0) 推荐(0) 编辑
摘要: nrm 源管理器 nrm 是一个 npm 源管理器,允许你快速地在 npm镜像源间切换。 npm官方镜像源服务地址在国外,国内访问会很慢,所以,往往我们都会使用淘宝镜像源,都是这样使用的 npm set registry https://registry.npm.taobao.org/ 但是呢,这样 阅读全文
posted @ 2020-09-08 21:55 不忘初心dbsdxq 阅读(304) 评论(0) 推荐(0) 编辑
摘要: vue 创建高阶的组件 推荐blog (https://www.jianshu.com/p/6b149189e035) (https://blog.csdn.net/weixin_33850890/article/details/88118874) @萍2樱释ღ( ´・ᴗ・` ) 阅读全文
posted @ 2020-09-04 16:16 不忘初心dbsdxq 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 二叉树的堂兄弟节点 不解释,哈哈哈,果断转载小可爱这篇博客https://www.cnblogs.com/ping2yingshi/p/13610832.html ღ( ´・ᴗ・` ) @萍2樱释ღ( ´・ᴗ・` ) 阅读全文
posted @ 2020-09-04 14:19 不忘初心dbsdxq 阅读(245) 评论(0) 推荐(0) 编辑
摘要: lerna.js学习总结 (当然,本文涉及到的知识点不限于lernajs,涉及到nodejs,npm,vue,vue cli,相关知识点需要了解一些阅读起来更方便) Lerna是一种工具,可以优化使用git和npm管理多包存储库的工作流程。 github地址 lerna文档地址 ①安装lerna n 阅读全文
posted @ 2020-09-02 21:38 不忘初心dbsdxq 阅读(2258) 评论(1) 推荐(0) 编辑
摘要: tinypng 压缩 jpeg,png 图片 方案一:使用tinypng提供的api进行压缩 官网开发者手册(https://tinypng.com/developers/reference) tinypng开发者api提供了对多种编程语言的支持,如 php,java,nodejs,python等, 阅读全文
posted @ 2020-08-30 20:33 不忘初心dbsdxq 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: pyinstaller 打包过程总结 ① 安装 pyinstaller 打包工具 pip3 install pyinstaller pyinstaller打包命令不熟悉的小伙伴可点击这里查看哟 备注:以下涉及到的文件名字main.py,请替换成自己的文件名 ② 执行打包命令生成单独的 .exe 程序 阅读全文
posted @ 2020-08-22 12:31 不忘初心dbsdxq 阅读(1986) 评论(0) 推荐(0) 编辑
摘要: 1,windows环境设置国内镜像源 在user目录下创建pip文件夹,pip文件夹下并创建pip.ini文件,文件内容如下:(下面提供下载链接) [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple [install] trus 阅读全文
posted @ 2020-08-18 23:08 不忘初心dbsdxq 阅读(6139) 评论(0) 推荐(0) 编辑
摘要: 谢谢小可爱,转载小姐姐博客 https://www.cnblogs.com/ping2yingshi/p/13497469.html @萍2樱释ღ( ´・ᴗ・` ) 阅读全文
posted @ 2020-08-13 22:48 不忘初心dbsdxq 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 关于监听 audio 的 timeupdate 事件,发现获取到的currentTime值或者duration值为NAN或Infinity问题的解决方案 问题现象描述: 1,播放音频时候,发现浏览器原生提供的controls控制的进度条不会刷新,如下图所示 很明显,已经播放了5s,但是进度条没有显示 阅读全文
posted @ 2020-08-10 23:50 不忘初心dbsdxq 阅读(3757) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页
TOP 文章底部