- 博客(8)
- 收藏
- 关注
原创 Component name “XXX“ should always be multi-word vue/multi-word-component-names
Component name "XXX" should always be multi-word vue/multi-word-component-names
2022-08-06 10:47:13
567
原创 command failed: npm install --loglevel error怎么解决?
创建vue项目时出现了command failed: npm install --loglevel error
2022-08-03 15:28:17
3395
3
原创 在VScode中输入vue -V后出现:无法加载文件 D:\node\node_global\vue.ps1,因为在此系统上禁止运行脚本。
vscode
2022-06-22 15:21:49
395
原创 jQuery笔记
jQuery中的入口函数有两种写法: 第一种:更推荐使用 $(function(){ ......此处是DOM加载完成之后执行的代码 }); 第二种: $(document).ready(function(){ ......此处是DOM加载完成之后执行的代码 }) $ 是jQuery的别称(另外的名字),$也是jQuery的顶级对象。 jQuery获取dom元素的方式: $('dom元素') jQuery对象的本质是:利用$对DOM对象包装后产生的对象(伪数组形式存储)。 jQue
2022-04-26 13:12:52
121
原创 laravel安装语言包遇到Could not find package overtrue/laravel-lang. It was however found via repository问题
我的laravel框架版本是8.0.0 再通过composer require caouecs/laravel-lang:~3.0 安装语言包的时候遇到了Could not find package overtrue/laravel-lang. It was however found via repository search, which indicates a consistency issue with the reposit ory.这个问题 解决办法:先切换一下composer镜像..
2022-03-24 19:16:14
4200
原创 eclipse导入项目乱码
eclipse导入项目之后乱码解决方法: 1.我们首先点击乱码的文件,然后鼠标右键找到properties 2.进入到设置的功能后选择最下面的other,中文为其它.选择utf-8.
2022-03-22 09:32:35
1547
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅