上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: https://www.meiwen.com.cn/subject/vbabpqtx.html 如何在npm上发布自己的包 https://segmentfault.com/a/1190000010144871 自定义npm模块包——打包后适用多场景 https://blog.csdn.net/ha 阅读全文
posted @ 2020-08-12 17:23 Fanyee 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 8月收获 摘录自https://www.cnblogs.com/muzishijie/p/11291295.html 一:在components文件内创建一个button文件,文件内创建一个index.vue文件,在index.vue文件内写的是原型(包含组件的名字,应用的最底层的HTML标签,分别 阅读全文
posted @ 2020-08-11 19:23 Fanyee 阅读(756) 评论(0) 推荐(0) 编辑
摘要: 一:在开发有时会遇到一个问题,明明写的没问题,为啥数据就不响应呢处? <template> <div> <div> <span>用户名: {{ userInfo.name }}</span> <span>用户性别: {{ userInfo.sex }}</span> <span v-if="user 阅读全文
posted @ 2020-07-23 14:47 Fanyee 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 使用git 出现 Your account has been blocked 无法将本地仓库代码push到远程仓库 GitLab: Your account has been blocked. fatal: Could not read from remote repository. 解决方案如下: 阅读全文
posted @ 2020-07-18 10:04 Fanyee 阅读(1916) 评论(0) 推荐(0) 编辑
摘要: 效果图: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .logo { text-align: center; margin-top: 100px; } @key 阅读全文
posted @ 2020-07-10 11:42 Fanyee 阅读(3805) 评论(0) 推荐(0) 编辑
摘要: 参考文章: 1.svg-sprite-loader 使用教程 https://www.jianshu.com/p/70f9c9268c83 2.vue项目中优雅的使用svg图 https://blog.csdn.net/weixin_44356647/article/details/10536157 阅读全文
posted @ 2020-07-08 14:28 Fanyee 阅读(807) 评论(0) 推荐(0) 编辑
摘要: 1.gulpfile.js 文件配置 https://www.cnblogs.com/qiu2841/p/10898533.html 2.unhandled promise rejection https://www.jianshu.com/p/232a8cc149d7 3.dest() https 阅读全文
posted @ 2020-07-06 18:58 Fanyee 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1.Fn+F6 启动/-关闭触摸屏键 2.Fn+F9 锁屏 3.Fn+F11/F12 桌面--亮度调节 4.Fn+F1/F2/F3 静音/音量高低调节 5.右上角从右边数起来第三个正方形的小黑点 window键的启动和关闭 阅读全文
posted @ 2020-07-05 18:17 Fanyee 阅读(780) 评论(0) 推荐(0) 编辑
摘要: str.replace(/\\/g,"/"); 区分正斜杠与反斜杠: 正斜杠:http:// http紧跟着的斜杠,在键盘shift的左边 在代码里不需要转义,直接 / 反斜杠:\\ 在键盘回车键的上方,在代码里需要进行转义,\\ 正斜杠不需要转义,反斜杠需要转义! 要想定义字符串 a\b\c 需要 阅读全文
posted @ 2020-07-03 16:14 Fanyee 阅读(2463) 评论(0) 推荐(0) 编辑
摘要: 错误日志: throw new Error(errors.unsupportedEnvironment()) C:\Users\72074530\Desktop\runhealth\node_modules\node-sass\lib\binding.js:13 throw new Error(er 阅读全文
posted @ 2020-06-23 17:48 Fanyee 阅读(1870) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页