会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
乾坤未定
博客园
首页
新随笔
联系
订阅
管理
2022年4月1日
VSCode 快捷键(整理)
摘要: VScode快捷键(最全) Ctrl + Shift + P,F1 显示命令面板 Show Command Palette Ctrl + P 快速打开 Quick Open Ctrl + Shift + N 新窗口/实例 New window/instance Ctrl + Shift + W 关闭
阅读全文
posted @ 2022-04-01 15:35 Orange。
阅读(669)
评论(0)
推荐(0)
2020年11月14日
vue中使用swiper出现Can't resolve 'swiper/dist/css/swiper.css'
摘要: vue中使用swiper出现Can't resolve 'swiper/dist/css/swiper.css' 我遇到的问题,总的来说是找不到css文件。 背景是:时间:2020/11/14,我安装vue-awesome-swiper,使用的是: npm install vue-awesome-s
阅读全文
posted @ 2020-11-14 00:28 Orange。
阅读(719)
评论(0)
推荐(0)
2020年9月14日
win10 输入法小技巧
摘要: 简拼 sj 时间 rq 日期 nl 农历 U模式: u+笔画 u+拆分 uu + dw(单位) uu + bd(标点) uu + xh(序号) V模式: 格式的变化 v + number 大写数字
阅读全文
posted @ 2020-09-14 23:49 Orange。
阅读(151)
评论(0)
推荐(0)
2019年12月14日
VS Code 编辑器配置备份
摘要: 新版本可以登录github账户备份设置。以下为老板本个人配置备份。 安装插件: atom one dark theme atom one light theme Chinese css formatter document this ESLint live server open in browse
阅读全文
posted @ 2019-12-14 13:28 Orange。
阅读(365)
评论(0)
推荐(0)
axios报错: Cannot read property 'protocol' of undefined ....
摘要: 错误: 源码: 完整错误: 修正一:(亲测) 修正二: 个人学习遇见的错误,方法整合自互联网。
阅读全文
posted @ 2019-12-14 13:15 Orange。
阅读(948)
评论(0)
推荐(0)
2019年7月23日
前端学习建议(更新)
摘要: 前端学习思路建议
阅读全文
posted @ 2019-07-23 11:22 Orange。
阅读(253)
评论(0)
推荐(0)
2019年4月27日
md文档的书写《三》
摘要: md文档的书写《一》md文档的书写《二》都是之前使用的typora编辑器时间做的笔记,今天使用编辑器写md文件,又回忆了一下语法。
阅读全文
posted @ 2019-04-27 10:30 Orange。
阅读(393)
评论(0)
推荐(0)
2018年12月12日
【小程序】小程序的循环遍历
摘要: js文件中数据: wxml 中读取数据:
阅读全文
posted @ 2018-12-12 18:52 Orange。
阅读(1478)
评论(0)
推荐(0)
【小程序】小程序中设置 tabBar
摘要: 小程序中 tabBar 的设置,tabBar 就是底部导航栏,在 中配置。 list 为数组至少两项。tab栏的 position 为 top 时间,不显示图标。
阅读全文
posted @ 2018-12-12 18:33 Orange。
阅读(576)
评论(0)
推荐(0)
【小程序】获取自定义属性
摘要: ```html ``` ```js getDataAttr:function(e){ console.log(e.currentTarget.dataset.id) console.log(e.currentTarget.dataset.postId) } ```
阅读全文
posted @ 2018-12-12 18:27 Orange。
阅读(1143)
评论(0)
推荐(0)
下一页
公告