上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
  2022年5月24日
摘要: node安装:https://nodejs.org/download/release/ yarn系统找不到指定路径:https://blog.csdn.net/iVRJay/article/details/108604164 谷歌插件市场:https://www.extfans.com/ 微信开发者 阅读全文
posted @ 2022-05-24 18:00 稳住别慌 阅读(38) 评论(0) 推荐(0)
  2022年4月18日
摘要: 使用uniapp搭建的app,运行到苹果手机的时候会出现底部安全距离的问题 打开 manifest.json,找到下面的源码视图 找到 app-plus 配置项,添加以下代码: "safearea": { "bottom": { "offset": "none" } }, 阅读全文
posted @ 2022-04-18 09:53 稳住别慌 阅读(281) 评论(0) 推荐(0)
  2022年4月12日
摘要: // 单行溢出隐藏 .storeIntro{ width: 400rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } // 多行溢出隐藏 .storeIntro { width: 400rpx; -webkit 阅读全文
posted @ 2022-04-12 10:14 稳住别慌 阅读(39) 评论(0) 推荐(0)
  2022年4月8日
摘要: 阅读全文
posted @ 2022-04-08 16:13 稳住别慌 阅读(27) 评论(0) 推荐(0)
  2022年3月4日
摘要: "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.0", 阅读全文
posted @ 2022-03-04 11:55 稳住别慌 阅读(838) 评论(0) 推荐(0)
  2022年3月3日
摘要: cmd输入msconfig,打开安全引导 阅读全文
posted @ 2022-03-03 16:44 稳住别慌 阅读(368) 评论(0) 推荐(0)
摘要: 1. 打开navicat for MySQL 2. 点击链接-新建链接-输入连接名为root 3. 指着root右键-新建数据库 4. 向数据库中导入sql文件(指着表-右键-运行SQL文件-点击开始) 5. 刷新(指着表刷新,就可以看到对应的数据了) 阅读全文
posted @ 2022-03-03 15:17 稳住别慌 阅读(776) 评论(0) 推荐(0)
  2022年2月24日
摘要: 方法一、 1、先在可以联网的电脑上下载好插件 2、找到已安装的插件列表文件:路径一般为 C:\用户\用户名\.vscode\extensions 3、将所需要的插件复制到U盘,再拷贝到离线安装的电脑上的 .vscode/extensions 文件夹下即可,重启vscode 即可安装成功。 方法二、 阅读全文
posted @ 2022-02-24 09:23 稳住别慌 阅读(44925) 评论(2) 推荐(3)
  2022年2月8日
摘要: "terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe", 配置成bash.exe所在路径 vscode 升级到1.60.0版后 "terminal.integrated.profiles.windows":{ "PowerShell 阅读全文
posted @ 2022-02-08 16:46 稳住别慌 阅读(75) 评论(0) 推荐(0)
  2021年12月6日
摘要: 1. 在src路径下创建shims-vue.d.ts /* eslint-disable */ declare module '*.vue' { import type { DefineComponent } from 'vue' const component: DefineComponent<{ 阅读全文
posted @ 2021-12-06 11:27 稳住别慌 阅读(1170) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页