E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
exports
关于.eslintrc.js的一些检查配置
module.
exports
={root:true,env:{node:true},extends:["plugin:vue/essential","@vue/prettier"],rules:{"no-console
alanwhy
·
2024-01-06 10:14
vue-cli3生产环境去掉console.log
第一步首先安装terser-webpack-plugincnpminstallterser-webpack-plugin-D第二步在vue.config.js文件里写插件的配置:module.
exports
一人创客
·
2024-01-06 09:16
1. 减少 Webpack 打包时间
首先我们可以优化Loader的文件搜索范围module.
exports
={module:{rules:[{//js文件才使用babel
柠檬与断章
·
2024-01-06 09:25
html引入并使用axios
function(e,t){"object"==typeof
exports
&&"undefined"!=typeofmodule?
StupigYy
·
2024-01-06 09:58
html
javascript
前端
微信小程序如何搜索iBeacon设备
1.首先在utils文件夹下创建bluetooth.js和ibeacon.js2.在bluetooth.js文件中写入module.
exports
={initBluetooth:function(){/
代码真的养发
·
2024-01-06 06:59
微信小程序
小程序
vue小程序sm4加解密方法
新建base64.js文件(function(a){if("object"==typeof
exports
&&"undefined"!
luckydie
·
2024-01-06 06:27
vue.js
小程序
javascript
sm4加密
支付加密‘’
ajax 关于后台返回数据流,转换表格数据出来
1.设置返回数据类型responseType:"blob"exportfunctiongetGzkh
exports
Excel(data){returnfetch({url:'/api/gzkh/
exports
Excel
丰起云啸
·
2024-01-06 06:30
STM32MP157/linux驱动学习记录
打开nfs配置文件:sudovi/etc/
exports
在最后加上:/home/t
tao_sc
·
2024-01-06 00:17
linux
学习
stm32
vue3中如何解决跨域问题(真正意义上的一行代码解决跨域)
//vue.config.jsmodule.
exports
={devServer:{proxy:{'/ap
蓝斑.json
·
2024-01-05 21:22
vue
Vue3
javascript
vue.js
javascript
前端
uniCloud 云函数
相对于云函数,官方更推荐使用云对象新建云函数编辑云函数uniCloud-aliyun/cloudfunctions/hello_func/index.js'usestrict';
exports
.main
朝阳39
·
2024-01-05 18:55
#
uni-app
uniCloud
yapi密码是如何生成的
exports
.generatePassword=(password,passsalt)=>{returnsha1(password+sha1(passsalt));};所以如果想要创建一个用户,如果设置
csdnfanguyinheng
·
2024-01-05 17:20
运维
记录vue项目打包后报错
exports
is not defined
发现不同环境变量下有时候打包正常有时候报错经排查发现报错的打包的控制台会报如下错误,但是构建正常,没有报红[BABEL]Note:Thecodegeneratorhasdeoptimisedthestylingof/root/.jenkins/workspace/prod-funeral-affair-front-business-pc/node_modules/element-ui/lib/el
雁鸿_666
·
2024-01-05 16:38
【解决】WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB)
运行vue项目npmrunbuild时,终端webpack报错:解决方案:在webpack.config.js配置文件中,添加配置项如下:module.
exports
={//该选项可以控制webpack
风风草
·
2024-01-05 16:19
前端
webpack
Vue
vue
webpack
前端
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impac
错误原因,资源(asset)和入口起点超过指定文件限制,需要在vue.config.js文件内做如下配置:module.
exports
={//webpack配置configureWebpack:{//关闭
牧马少女
·
2024-01-05 16:47
Vue.js
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB)
打包出现文件大小警告提示在webpack.base.conf.js配置,添加module.
exports
={performance:{hints:'warning',//入口起点的最大体积整数类型(以字节为单位
兮颜_Queen
·
2024-01-05 16:47
vue.js
Vue-报错No “
exports
“ main defined in xx
vue报错:No"
exports
"maindefinedinF:\wjh\vue#Practice\EasyQuestionnaire-web-master\EasyQuestionnaire-web-master
@年年
·
2024-01-05 13:36
前端
前端
vue.js
javascript
导入接口
暴露接口模块只有通过module.
exports
或者
exports
才能对外暴露接口推荐开发者采用module.
exports
来暴露模块接口*小程序目前不支持直接引入node_modules,开发者需要使用到
阿彤呀呀
·
2024-01-05 08:50
【springboot+vue项目(八)】VUE 与后端数据交互的3种方式
一、准备工作(一)代理跨域//vue.config.jsconst{defineConfig}=require('@vue/cli-service')module.
exports
={//关闭eslintlintOnSave
幸福巡礼
·
2024-01-05 08:45
spring
boot
vue.js
后端
es6中import * as导入方式
*as三、ES6模块化语法导入导出1.导入2.导出一、问题和解决方法问题报错:export‘default’(importedas‘XLSX’)wasnotfoundin‘xlsx’(possible
exports
程序媛_MISS_zhang_0110
·
2024-01-05 06:43
es6
es6
前端
javascript
vue3(十二)-基础入门之反向代理
代理服务器为:https://www.xxxx.comconst{defineConfig}=require('@vue/cli-service')module.
exports
=defineConfig
热爱码字
·
2024-01-04 15:50
vue.js
javascript
前端
【Webpack】模块打包 CommonJS和ES6 Module的区别
“动态”的含义是,模块依赖关系的建立发生在代码运行阶段;而“静态”则是模块依赖关系的建立发生在代码编译阶段先看一个CommonJS的例子//calculator.jsmodule.
exports
={name
loyd3
·
2024-01-04 11:10
前端知识实践
webpack
es6
前端
【Webpack】资源输入输出 - 配置资源出口
所有与出口相关的配置都集中在output对象里output对象里可以包含数十个配置项,这里介绍几个常用的filename顾名思义,filename的作用是控制输出资源的文件名,其形式为字符串,如:module.
exports
loyd3
·
2024-01-04 11:10
前端知识实践
webpack
前端
node.js
Linux安装系列:安装及卸载NFS服务
安装步骤#服务端安装步骤yum-yinstallrpcbindnfs-utils#创建文件夹并赋权mkdir/storage/data/-pchmod777-R/storage/data/vi/etc/
exports
Cancerking
·
2024-01-03 22:15
Linux系列
linux
运维
服务器
微信小程序 - wxs
在wxs文件中写一些方法,通过module.
exports
暴露出去,这样就可以被别的wxs文件或标签引入。二、wxs文件引入方式标签引入require引入vartools=require(".
叫我王必过
·
2024-01-03 21:21
Node.js学习笔记 [黑马程序员]——day2
文章目录模块化的基本概念模块化规范Node.js中模块的分类Node.js中模块的分类加载模块Node.js中的模块作用域向外共享模块作用域中的成员`module`对象`module.
exports
`对象
lalaxuan
·
2024-01-03 17:37
Node.js
node.js
学习
前端
nodejs-day1——模块、第三方包管理
自定义模块我们创建的每个JS文件都是一个自定义模块,并且具有模块作用域,也就是在一个模块中创建的变量、常量、函数等等一切,都只能在当前模块中使用优点:1.共享(导出/暴露)内容给其它模块用,需要使用module.
exports
_大龄
·
2024-01-03 17:01
node
node.js
前端
微信小程序-promise使用和函数封装
首先,我们来在utils文件夹的util.js文件中,封装ajax函数,并且用module.
exports
导出一下。在做项目的时候,建议把封装的函数都放在util.js文件中,方便管理。
Christoles
·
2024-01-03 16:56
common JS与 ES Modules区别
使用方法:commonJS通过module.
exports
导出模块对象,require()导入一个模块对象。ESModules通过export导出指定数据,import引入
L北杳
·
2024-01-03 13:52
前端
javascript
elasticsearch
前端
vue-element-admin请求接口时报错:431 Request Header Fields Too Large
这里我看了一下文件配置vue.config.jsmodule.
exports
={publicPath:'/',o
爱吃瓜的程序猿
·
2024-01-03 08:26
vue.js
javascript
前端
431状态码
layuiadmin新建tabs标签页,点击保存,打开新的标签页并刷新
用的layuiamin前端框架需求:新增的页面为一个标签页,保存后,需要刷新列表1、新建customMethod.js文件,自定义自己的方法layui.define(function(
exports
){
傻的太坏
·
2024-01-03 08:29
javascript
前端
开发语言
对wangeditor进行扩展---- 源代码
(function(global,factory){typeof
exports
==='object'&&typeofmodule!
boophan
·
2024-01-02 10:49
odoo二次开发
wangeditor自定义
uni-app
odoo
html 文件添加引用 vue 文件作为自定义组件
需要创建两个文件:side.vue、index.htmlside.vue文件内容这个是{{pageName}}页面module.
exports
={data:function(){return{pageName
张学徒
·
2024-01-01 21:28
JS
HTML
vue.js
html
前端
OpenCv 008---通道分离与合并
*/CV_
EXPORTS
_Wvoidsplit
weixin_30902251
·
2024-01-01 10:26
人工智能
vue-axios跨域使用1.0
使用npm:$npminstallaxios使用webstrom创建一个vue项目截图如下图片.png1打开跨域请求代理config/index.jsmodule.
exports
{dev:{}}本人如下
rainbowz
·
2024-01-01 09:30
vue中引入路径@的用法及说明
一.配置在vue.config.js配置module.
exports
={configureWebpack:{resolve:{'assets':'@/assets','public':'@/public
尚梦
·
2024-01-01 05:14
vue.js
javascript
前端
vue 生产环境中项目打包bulid 移除 console.log 【babel-plugin-transform-remove-console】
项目打包去除consolenpminstallbabel-plugin-transform-remove-console--save-dev在vue项目中babel.config.js中:module.
exports
半生过往
·
2023-12-31 21:49
vue
vue.js
javascript
前端
matlab导出高分辨率图片,Matlab导出高DPI图像——生成高分辨率.eps .tiff .jpg
html1.使用file>
exports
etupmatlab绘图完成后咱们一般会的获得下面这样的figure窗口:随后点击文件》导出设置》就能打开导出设置窗口:app咱们须要设置:ide大小的单位(有时候须要自行设置宽和高
机智团队(风清扬)
·
2023-12-31 18:51
matlab导出高分辨率图片
如何用matlab输出高分辨率同一大小的eps图片
plot画好figure之后,1.
exports
etup2.inch->points,width=600height=600,3.rendering:resolution>500,Iusuallyset6004
xyqzki
·
2023-12-31 18:51
matlab
Matlab中导出清晰图片
写文章的时候有时需要matlab导出清晰的图片,如果直接用figure里面的保存的话不够清晰,如下图: 在figure的菜单中,选择File-
ExportS
etup,打开如下界面:
netccdn
·
2023-12-31 18:21
笔记
matlab
开发语言
Matlab导出高DPI图像——生成高分辨率.eps .tiff .jpg图像的方法
1.使用file>
exports
etup随后点击文件》导出设置》就能打开导出设置窗口:我们需要设置:大小的单位(有时候需要自行设置宽和高),由于dpi是以inch为单位,这里将单位设置为英寸。
Vertira
·
2023-12-31 18:49
MATLAB
matlab
开发语言
运行vue项目报错roblems (286 errors, 0 warnings) 286 errors and 0 warnings potentially fixable with the `
":"eslint--fix--ext.js,.vuesrc",2.后续还会报错的话,找到.eslintrc.js文件夹删除3.如果还是解决不了的话在vue.config.js文件中加入module.
exports
月亮困了r
·
2023-12-31 14:23
vue.js
前端
javascript
小程序使用jsencrypt.js
新建一个jsencryptjs文件(function(global,factory){typeof
exports
==='object'&&typeofmodule!=='undefined'?
Teln_小凯
·
2023-12-31 08:54
小程序
小程序
javascript
开发语言
webstorm配置eslint一键格式化代码
插件:npminstall--save-deveslint-config-vueeslint-plugin-vue创建eslintrc.js文件,添加相关代码规范(根据自己喜好进行调整)module.
exports
椒盐大肥猫
·
2023-12-30 18:21
webstorm
webstorm
vue.js
ide
day-34 综合架构全网备份项目⑤
00.课程介绍1.根据全网备份需求解决问题2.根据全网备份需求编写脚本3.根据全网备份部署思考如何完善01.课程回顾服务端的配置参数/etc/
exports
1.多网段配置/data10.0.0.0/24
木孑楊
·
2023-12-30 17:23
vue项目,关闭eslint语法检测
vue.config.js文件中module.
exports
={lintOnSave:false//关闭语法检查}然后重启项目生效!
乱蜂朝王
·
2023-12-30 14:38
Web
vue.js
javascript
前端
热迁移
localhost~]#systemctlstartnfs-server[root@localhost~]#systemctlenablenfs-server[root@localhost~]#vim/etc/
exports
一个小宏混
·
2023-12-30 08:23
kvm
《基于 Vue 组件库 的 Webpack5 配置》- 总结
Webpack3升5》《Vue2.x项目Webpack4升级5(半自动升级)》配置1.模式Mode一定要配置模式Mode,这里有个小知识点,环境变量process.env.NODE_ENVmodule.
exports
AvatarGiser
·
2023-12-30 08:24
Webpack
vue.js
前端
javascript
webpack
webapck 基础 (小白篇)
社区生态丰富配置灵活和插件化扩展官方更新迭代速度快配置文件名称webpack默认配置文件webpack.config.js也可以通过webpack--config执行配置文件webpack配置组成module.
exports
阿畅_
·
2023-12-30 06:03
MongoDB:mongodb中使用 $cond条件来完成类似case when then的功能
exports
.sumByGSAsync=function(opts){varresults={error_code:-1,error_msg:"error"};varbeginDate=opts.beginDate
dingcho
·
2023-12-29 20:40
mongodb
数据库
前端开发之Vue项目中的配置文件、点开头的文件(更新中)
.eslintrc.js也可以叫.eslint.cjs用处:eslint语法校验配置项;常用配置:(详细可参考官网),一般都是写rules配置module.
exports
={root:true,'extends
蕉君桑
·
2023-12-29 16:59
vue.js
前端
javascript
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他