会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yh不可说
博客园
首页
新随笔
联系
管理
订阅
2020年9月23日
css中在blur模糊的基础上让边缘变清晰
摘要: css: img { filter: blur(15px); margin: -25px; padding: 25px;} div { overflow: hidden; width: 300px; height: 300px; margin: 20px auto;} html: <div><img
阅读全文
posted @ 2020-09-23 09:52 yh不可说
阅读(908)
评论(0)
推荐(0)
2020年5月8日
前端模拟数据接口
摘要: 1、利用easy mock https://www.cnblogs.com/forward-wuyi/p/9209653.html 2、mock server https://www.cnblogs.com/fnng/p/7511539.html 3、工具 https://www.mocky.io/
阅读全文
posted @ 2020-05-08 09:32 yh不可说
阅读(1108)
评论(0)
推荐(0)
2020年4月29日
Performance --- 前端性能监控
摘要: https://www.jianshu.com/p/1355232d525a
阅读全文
posted @ 2020-04-29 14:57 yh不可说
阅读(104)
评论(0)
推荐(0)
2020年3月17日
小程序处理navigateTo多次跳往相同页面返回获取之前数据
摘要: //在onShow里执行const pages = getCurrentPages();//获取所有页面栈const currPage = pages[pages.length - 1]; // 当前页//判断是否当前页面有存储数据,有的话使用,没有存储if(currPage.data.Id !==
阅读全文
posted @ 2020-03-17 17:58 yh不可说
阅读(771)
评论(0)
推荐(0)
2020年3月5日
微信小程序open-data缓存
摘要: 在使用open-data传入group_id显示群名是遇到的坑,具体描述:当前页面加载拿到一个group_id并使用open-data显示在页面,当页面只执行onShow重新渲染,并把group_id清空后,open-data依然会现实上一个group_id, 如果重新执行页面onLoad则不会有此
阅读全文
posted @ 2020-03-05 11:06 yh不可说
阅读(636)
评论(0)
推荐(0)
2020年2月11日
positon: sticky属性实际应用
摘要: 在做一个页面滑动吸底效果,但当滑动到底部时这个吸底导航要遮盖住页面最底部内容的上表面。 效果如图: 解决方案: <div class="nav"> <div class="nav-content"> <button style="margin-top: 260rpx">按钮</button> </d
阅读全文
posted @ 2020-02-11 19:33 yh不可说
阅读(292)
评论(0)
推荐(0)
2019年11月5日
nuxtjs项目安装依赖报错
摘要: 报错内容1: * core-js/modules/es6.regexp.to-string in ./.nuxt/utils.js, ./.nuxt/components/nuxt.js friendly-errors 14:12:47* core-js/modules/es7.promise.fi
阅读全文
posted @ 2019-11-05 14:37 yh不可说
阅读(2030)
评论(0)
推荐(0)
汇总资源
摘要: 前端资料:https://github.com/cucygh/fe-material
阅读全文
posted @ 2019-11-05 11:41 yh不可说
阅读(100)
评论(0)
推荐(0)
nuxt.js
摘要: 官网:https://zh.nuxtjs.org/guide vue school免费课程:https://vueschool.io/lessons/guided-nuxtjs-project-tour?friend=nuxt 教程详解:https://juejin.im/post/5cc81e1a
阅读全文
posted @ 2019-11-05 10:28 yh不可说
阅读(298)
评论(0)
推荐(0)
2019年10月9日
关于Git每次进入都需要输入用户名和密码的问题解决
摘要: 解决办法1: git bash进入你的项目目录,输入: git config --global credential.helper store 然后你会在你本地生成一个文本,上边记录你的账号和密码。当然这些你可以不用关心。 然后你使用上述的命令配置好之后,再操作一次git pull,然后它会提示你输
阅读全文
posted @ 2019-10-09 12:14 yh不可说
阅读(1243)
评论(0)
推荐(0)
下一页
公告