会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学海无涯
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2020年9月22日
git的常用命令
摘要: 1、git init —在当前目录新建一个代码库。2、 git config user.name=””git config user.email=””—设置代码提交时候的信息。3、 git clone 需要clone 远程地址 ––从服务器端克隆项目到本地4、 git status —查看文件修改状
阅读全文
posted @ 2020-09-22 10:18 深巷漫步
阅读(148)
评论(0)
推荐(0)
2020年8月21日
sourcetree如何解决在推送后未出现可推的分支问题
摘要: 1. 升级git的版本2. 工具- 选项-GIt-推送分支选择-匹配
阅读全文
posted @ 2020-08-21 14:08 深巷漫步
阅读(434)
评论(0)
推荐(0)
2020年5月26日
修改第三方组件样式
摘要: sass/less使用样式穿透的方式 .navBar /deep/ .uni-swiper-dots-horizontal { bottom: 0 !important } stylus的样式穿透 使用>>> .navBar >>> .uni-swiper-dots-horizontal { bot
阅读全文
posted @ 2020-05-26 17:21 深巷漫步
阅读(486)
评论(0)
推荐(0)
2020年5月25日
vue中动态组件的使用及相关问题
摘要: <component v-bind:is="currentTabComponent"></component> 动态组件主要是运用 is 属性 达到切换组件的效果。 如何使动态组件保持状态 keep-alive (有时候,我们希望能保持被动态加载组件的状态,已避免反复重复渲染导致的性能问题) <ke
阅读全文
posted @ 2020-05-25 14:48 深巷漫步
阅读(1067)
评论(0)
推荐(0)
2020年5月21日
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive.
摘要: 1. 由于浏览器必须要在执行事件处理函数之后,才能知道有没有掉用过 preventDefault() ,这就导致了浏览器不能及时响应滚动,略有延迟。 所以为了让页面滚动的效果如丝般顺滑,从 chrome56 开始,在 window、document 和 body 上注册的 touchstart 和
阅读全文
posted @ 2020-05-21 16:58 深巷漫步
阅读(966)
评论(0)
推荐(0)
2020年5月19日
vue3.0 如何取消eslint 的代码格式校验
摘要: 1. 新建vue.config.js 文件 键入 : module.exports = { lintOnSave: false //如果为false,就是取消eslint规则的检查 } 2. 重启后, eslint就关闭了
阅读全文
posted @ 2020-05-19 16:57 深巷漫步
阅读(2585)
评论(0)
推荐(0)
使用git上传码云仓库失败
摘要: remote: Incorrect username or password ( access token ) fatal: Authentication failed for 'https://gitee.com/***/***.git/ 1. 解决办法 清除本地的gitee的账号 git con
阅读全文
posted @ 2020-05-19 11:31 深巷漫步
阅读(394)
评论(0)
推荐(0)
2020年5月15日
map标签点击后出现蓝框
摘要: 1. ie 浏览器, 去掉蓝框hidefocus="true" 2. google 浏览器, 去掉蓝框onfocus="blur(this)"
阅读全文
posted @ 2020-05-15 19:04 深巷漫步
阅读(232)
评论(0)
推荐(0)
2020年5月12日
npm run dev 后的报错解决
摘要: 报该错误是config文件中的index.js配置host ... host处 改为localhost 或者本地ip
阅读全文
posted @ 2020-05-12 16:41 深巷漫步
阅读(2498)
评论(0)
推荐(0)
2020年5月8日
layui 时间控件选择一闪就消失,打不开问题解决办法
摘要: layui.use('laydate', function () { var laydate = layui.laydate; $(this).removeAttr("lay-key"); laydate.render({ elem: '#test1', //指定元素 format: 'yyyy-M
阅读全文
posted @ 2020-05-08 20:06 深巷漫步
阅读(1725)
评论(1)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告
/* 看板娘 */