logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

基础知识 | jquery axjx 跨域

定义:jquery是第三方开发的*(先下载,再使用),执行DOM操作的,极简化的函数库(jquery使用函数解决一切问题,没有属性)。(第一方:自己写 第二方:浏览器自带)好处:简单,解决了大部分浏览器兼容性问题。问题:简化的不彻底,只是简化了语句,没有减少步骤。只有pc端,没有移动端。jq下载官网:jquery.com版本 1.x支出旧浏览器(IE8)版本,不支持ES6语法。2.x不再支持旧浏览

#jquery#前端
报错 | [渲染层网络层错误] Failed to load local image resource /xxxxx/xxxxx/undefined the server

[渲染层网络层错误] Failed to load local image resource /upload/getObject/undefinedthe server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)(env: Windows,mp,1.05.2106300; lib: 2.19.6)

报错 | Templates should only be responsible for mapping the state to the UI. Avoid placing tags with s

ERROR Failed to compile with 1 errorTemplates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will n

#vue.js
报错 | [ app.json 文件内容错误] app.json: app.json 未找到(env: Windows,mp,1.05.2106300; lib: 2.11.3)

uni-app 允许小程序出现这个错误信息是因为没有在hbuildex x中进行运行,直接用小程序打开了

#json#windows#npm
报错 | Access to XMLHttpRequest at ‘http://www.xxxxxxx.cn/xxxxx/xxxxx/xxxxx/login‘ from origin

Access to XMLHttpRequest at 'http://www.xxxxxxx.cn/xxxxx/xxxxx/xxxxx/login' from origin 'http://xx.x.x.xx:xxxx' has been blocked by CORS policy: Response to preflight request doesn't pass access contr

到底了