最新文章
npm install报错解决

报错信息:vue : 无法加载文件 C:\Users\administrator\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go .microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。

阅读全文

npm run dev报错解决

报错信息:PS D:\phpstudy_pro\WWW\my\vue_h5\app> npm run dev> app@1.0.0 dev> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js 'webpack-dev-server' 不是内部或外部命令,也不是可运行的程序或批处理文件。

阅读全文

vue安装使用axios

vue中axios的安装使用 Axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。在vue中axios是比较常用的网络请求方法。安装:npm install axios -S

阅读全文

vue设置全局变量

1.只读的全局变量 设置只读的全局变量的2种方式:第1种方法:在 global.js 模块中定义;其他模块import后再使用即可。第2种方法:在 gobal.js 模块中定义,并绑定到 prototype,其他任何Vue实例可直接引用 this.$xxxx 2.可读写的全局变量

阅读全文

使用vant的Toast组件时提示not defined问题解决

报错信息:[Vue warn]: Error in v-on handler: "ReferenceError: Toast is not defined"

阅读全文

php报错BSON field 'count.query' is the wrong type 'array', expected type 'object'问题解决

Thinkphp在连接使用Mongodb的时候,做数据分页或者查询数据总数需要使用count()方法,出现报错信息:BSON field 'count.query' is the wrong type 'array', expected type 'object'。

阅读全文

.gitignore 忽略父目录,但不忽略某个子目录的写法

git中 .gitignore 实现忽略父目录,但不忽略某个子目录。

阅读全文

php7报错Deprecated: Function get_magic_quotes_gpc() is deprecated问题解决

报错信息:Deprecated: Function get_magic_quotes_gpc() is deprecated in D:\phpstudy_pro\WWW\im\app\common\checkData.php on line 52。

阅读全文

php报错Array and string offset access syntax with curly braces is deprecated解决

今天使用tp5时,连接数据库出现报错:Array and string offset access syntax with curly braces is deprecated(不赞成使用带花括号的数组和字符串偏移访问语法)。报错原因PHP7.4不再支持使用大括号访问数组以及字符串的偏移。

阅读全文

win10下php安装mongodb扩展

今天做项目要使用mongodb,发现没有mongodb扩展,下面是win10下php安装MongoDB扩展的教程。

阅读全文

皖ICP备2023023451号

Copyright © L1MN.COM 联系方式:l1mnfw@163.com