摘要: Git的命令操作 Git文档 Git文档:https://git-scm.com/book/zh/v2 Git Tag标签命令 Git打Tag相关操作:https://www.jianshu.com/p/dab7da2a0721 Git拉取远程仓库 git 拉取指定的远程分支(三种方式):https 阅读全文
posted @ 2020-11-10 09:16 姑苏城外小白 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 抓包工具charles的使用https://www.cnblogs.com/Blueelves001/p/11598659.html Windows下(Win10)Charles从下载安装到证书设置和浏览器抓包测试,亲测!https://blog.csdn.net/weixin_43291944/a 阅读全文
posted @ 2020-11-09 17:40 姑苏城外小白 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 移动端input type="number",在iOS不生效的解决办法 解决方式:https://blog.csdn.net/weixin_50810577/article/details/109513693 总结:<input type="number" inputmode="decimal"> 阅读全文
posted @ 2020-11-09 14:50 姑苏城外小白 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 引入需要使用的字体:https://www.cnblogs.com/beimingbingpo/p/9711716.html 字体粗细设置: https://www.dazhuanlan.com/2019/10/02/5d94b33293876/ 阅读全文
posted @ 2020-11-09 11:19 姑苏城外小白 阅读(324) 评论(0) 推荐(0) 编辑
摘要: pace.js github:https://github.com/EatBreatheCode/pace pace原理:https://www.cnblogs.com/eret9616/p/9783407.html 实现:可以实现页面加载进度条 阅读全文
posted @ 2020-11-06 17:35 姑苏城外小白 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 配置 Fiddler的基本配置:https://blog.csdn.net/fmc088/article/details/80949626 修改移动端指定request的response报文:https://blog.csdn.net/niedongri/article/details/727643 阅读全文
posted @ 2020-11-06 12:59 姑苏城外小白 阅读(109) 评论(0) 推荐(0) 编辑
摘要: vue组件独享守卫钩子函数参数详解(beforeRouteEnter、beforeRouteUpdate、beforeRouteLeave)https://www.cnblogs.com/lhl66/p/9195901.html 阅读全文
posted @ 2020-10-31 21:35 姑苏城外小白 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Vue动态改变keepAlive缓存(推荐):https://blog.csdn.net/weixin_44489221/article/details/103917015 结论:通过的include属性和vuex设置 最好使用如下方式: <keep-alive :include="cached"> 阅读全文
posted @ 2020-10-30 08:06 姑苏城外小白 阅读(2114) 评论(0) 推荐(0) 编辑
摘要: 各种宽度高度:https://www.cnblogs.com/sghy/p/6955497.html Js获取屏幕宽度、高度:https://www.cnblogs.com/zkkysqs/p/10598169.html(详细宽高说明) 阅读全文
posted @ 2020-10-29 07:43 姑苏城外小白 阅读(107) 评论(0) 推荐(0) 编辑
摘要: H5适配iphoneX底部 在index.html中设置meta属性,在content下设置关键值 viewport-fit=cover,使得页面内容完全覆盖整个窗口 固定位置 .bottomBar{ width: 100%; position: fixed; bottom: 0; backgrou 阅读全文
posted @ 2020-10-26 14:42 姑苏城外小白 阅读(94) 评论(0) 推荐(0) 编辑