会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
假装新手
博客园
首页
新随笔
新文章
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2021年10月22日
清理缓存微信 浏览器缓存
摘要: 在安卓版微信内打开链接 https://debugx5.qq.com 只要微信用户退出登录,然后重新登录,ios版微信内置浏览器内核即可清除
阅读全文
posted @ 2021-10-22 12:18 假装新手
阅读(644)
评论(0)
推荐(0)
2021年9月9日
Vue 项目中注意点
摘要: 列表进入详情页的传参问题 例如商品列表页面前往商品详情页面,需要传一个商品id; <router-link :to="{path: 'detail', query: {id: 1}}">前往detail页面</router-link>复制代码 c页面的路径为http://localhost:8080
阅读全文
posted @ 2021-09-09 16:06 假装新手
阅读(266)
评论(0)
推荐(0)
2021年9月8日
vue-devtools 安装
摘要: 进入这个文件夹按住 shift + 右键 选择进入powershell npm install vue-devtools 完成后,进入该文件下的node_modules 文件,找到 vue-devtools 文件,进入其中,将vender 文件拖至谷歌浏览器的扩展程序中即可。 进入verder下的
阅读全文
posted @ 2021-09-08 10:24 假装新手
阅读(651)
评论(0)
推荐(0)
2021年8月23日
js中find()、findIndex()、filter()方法的使用
摘要: 1.find()数组.find(function(n) {return 条件})找到第一个符合条件的元素,只找一个。 2.findIndex()数组.findIndex(function(n){return 条件})找到第一个符合条件的元素的下标,只找一个。 3.filter()数组.filter(
阅读全文
posted @ 2021-08-23 20:01 假装新手
阅读(1332)
评论(0)
推荐(0)
Vuex 使用
摘要: Vuex有五个核心概念: state, getters, mutations, actions, modules。 1. state:vuex的基本数据,用来存储变量 state: { userId: '', name: '', token: '', } 在vue中使用 this.$store.st
阅读全文
posted @ 2021-08-23 19:02 假装新手
阅读(45)
评论(0)
推荐(0)
2021年7月10日
安装 yarn
摘要: npm install --global yarnyarn -v 如果碰到这种情况,那么~ 无法加载文件 C:\Users\admin\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。 1:搜索powershell,以管理员方式运行powershell2:使用命
阅读全文
posted @ 2021-07-10 18:29 假装新手
阅读(123)
评论(0)
推荐(0)
2021年6月25日
ui地址
摘要: https://vant-contrib.gitee.io/vant-weapp/#/home vant小程序 https://www.w3cschool.cn/vantlesson/vantlesson-3q7s35v1.html vantH5 https://uniapp.dcloud.io/c
阅读全文
posted @ 2021-06-25 14:52 假装新手
阅读(46)
评论(0)
推荐(0)
2021年6月2日
vscode提高效率有效使用插件
摘要: vscode-Document This jsdoc注释生成。 vscode-eCSStractor 抽取页面的class,生成一个css文档。 vscode-CSS Peek class名字定义跳转。(终于拥有dw cc的这个css定义跳转功能) vscode-Live Server http服务
阅读全文
posted @ 2021-06-02 17:38 假装新手
阅读(287)
评论(0)
推荐(0)
2021年5月20日
GITLAB-合并分支
摘要: Merge Requests —> New Merge Request 设置你提交的分支要提交到那个分支 配置提交内容,点击提交即可,等评审人给你评审。
阅读全文
posted @ 2021-05-20 14:13 假装新手
阅读(378)
评论(0)
推荐(0)
2021年5月17日
VScode 插件 vue快捷生成 Vue VSCode Snippets
摘要: Vue SnippetPurpose vbase Single file component base with SCSS带SCSS的单文件组件库 vbase-3 Single File component Composition API with SCSS带SCSS的单文件组件组合API vbas
阅读全文
posted @ 2021-05-17 09:20 假装新手
阅读(1565)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页