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
mongodb 链接本地数据库
constmongoose=require("mongoose");constdb="mongodb://localhost/cma-vb";
exports
.connect=()=>{mongoose.connect
小郭米
·
2023-12-22 00:25
展开收起流程组件
收起':'展开'}}{{title}}module.
exports
={props:{/**标题*/title:{type:String,default:''},/**宽度*/width:{type:String
ps笔记
·
2023-12-21 22:45
前端
javascript
html
ERROR Failed to compile with 1 error
/store'(modulehasno
exports
)出现这种报错是因为没有找相关导出store在src/stoer/index.js中加入导出exportdefaultstore即可im
ps笔记
·
2023-12-21 22:44
java
前端
javascript
获取请求体中json数据并解析到实体对象
function(e,t){"object"==typeof
exports
&&"object"==typeofmodule?module.export
翰戈.summer
·
2023-12-21 22:37
其他内容
json
spring
boot
java
后端
egg-mongoose 增删改查
egg基本框架的搭建egg.js官网一、egg.js添加egg-mongoose插件1.在plugin.js中开启插件/**@typeEgg.EggPlugin*/module.
exports
={//安装的数据库操作
GaoEnron
·
2023-12-21 20:23
鸿蒙 - arkTs:自定义组件,自定义组件函数,公共样式函数
自定义组件:定义自定义组件:@Component
exports
tructHeader{privatetitle:ResourceStrbuild(){Row(){Image($r('app.media.icon
Web Erek
·
2023-12-21 17:50
鸿蒙(arkTs)
华为
鸿蒙系统
harmonyos
Java|IDEA 中添加编译参数 --add-
exports
方法1File>Settings>Build,Execution,Deployment>Compiler>JavaCompiler>JavacOptions>Overridecompilerparametersper-module点击+:点击OK双击Compliationoptions,输入后回车:方法2找到出错位置,ALT+回车,弹出窗口后选中即可自动完成方法1。
柳鲲鹏
·
2023-12-21 16:24
linux
Android
Studio/Eclipse
java
intellij-idea
NFS权限问题
在/etc/
exports
中
ascarl2010
·
2023-12-21 16:21
NFS
服务器
网络
linux
Vue项目部署上线全过程(保姆级教程)
(保姆级教程)上线前准备1.先在vue.config.js文件中配置反向代理解决跨域请求问题const{defineConfig}=require('@vue/cli-service')module.
exports
天才守门员
·
2023-12-21 15:07
vue.js
javascript
前端
nginx
小程序中实现多个页面中顶部固定高为50px,底部固定高为50px,中间列表为所在页面剩余高度,且列表内容超出高度时可以滑动。
//my-behavior.jsletsystemInfo={}module.
exports
=Behavior
心情无变化
·
2023-12-21 11:48
小程序
小程序
前端
javascript
前端漏洞信息:Vue2.x 项目删除 .js.map 文件
编译后不要生成.js.map文件,在vue.config.js文件中如下配置即可module.
exports
={productionSourceMap:false}
AvatarGiser
·
2023-12-21 10:33
Webpack
前端
javascript
vue.js
vue 项目中 .eslintrc.js 配置示例
module.
exports
={root:true,env:{node:true},extends:['plugin:vue/essential','plugin:vue/recommended','eslint
halo1416
·
2023-12-21 09:01
工具
vue.js
javascript
前端
EsLint
[Feed
exports
] - 数据导出配置详解
通过执行爬虫命令时添加可选参数来到处数据到文件:scrapyrunspidertoscrape-css-oquotes.json保存的数据是什么样的:[{"text":"\u201cTheworldaswehavecreateditisaprocessofourthinking.Itcannotbechangedwithoutchangingourthinking.\u201d","author"
seven1010
·
2023-12-21 00:27
js对象转换为excel,excel转换为js对象
文章目录前言js转excelexcel转js对象总结前言使用module.
exports
导出,require导入修改后缀为mjs,可使用importd导入,exportdefault\export导出(
海生南梦
·
2023-12-20 21:01
功能实现
javascript
excel
前端
node模块化
1.暴露数据模块暴露数据的两种方式:module.
exports
=value
exports
=value–模块内部module与
exports
的隐式关系
exports
=module.
exports
={}2
前端小菜鸡yy
·
2023-12-20 20:17
node学习
node
node.js
前端工程化面试题
exports
.a='a';module.
exports
.b='b';this.c='c';module.
exports
={d:'d'}参考答案:{d:'d'}2.说一下你对前端工程化,模块化,组件化的理解
[object undefined]
·
2023-12-20 17:25
面试题
前端
ESLint常用配置说明
module.
exports
={root:true,env:{node:true,},globals:{//Refsugar(take2)$:'readonly',$$:'readonly',$ref:
十八里8837
·
2023-12-20 13:29
pm2 远程发版
module.
exports
={apps:[{//pm2名字name:"nextcn",//pm2运行脚本script:".
前端妹子ice
·
2023-12-20 12:25
xlsx-style使用中常见问题及解决办法
/cptable':'varcptable'},},问题2.Can’tresolve‘fs’在vue.config.js中引入以下代码module.
exports
=defineConfig({t
Dread_lxy
·
2023-12-20 01:15
vue.js
javascript
前端
vue2项目打包遇到的问题(记录)
/module.
exports
={dev:{...},build:{...assetsPublicPath:'./',//默认是'/',需要改为./...}}二
weixin_43939111
·
2023-12-19 21:47
vue.js
前端
javascript
如果运行使用elementui的项目时,出现Error: .presets[0] must be a string,object,function at...
如果运行一个引入element的项目时,出现下面错误,此时需要在babel.config.js里面修改一些代码module.
exports
={presets:['@vue/cli-plugin-babel
Chemo辰陌
·
2023-12-19 20:21
报错
elementui
前端
javascript
webpack学习-3.管理输出
constpath=require('path');module.
exports
={entry:{index:'./src/index.js',print:'.
ฅQSω[*邱╭
·
2023-12-19 10:54
webpack
js
日常学习记录
webpack
学习
前端
同一域名端口下,通过nginx部署多个vue项目
需要呈现的效果:并且项目一中所有的静态文件js和css都要使用sdn下面的;项目二中所有的静态文件js和css都要使用sdnc下面的需要修改的地方:首先是config文件夹内的index.js文件,module.
exports
゛anqiaoyun
·
2023-12-19 06:33
nginx
vue.js
【02】GeoScene海图生产环境创建
中的企业级海事制图由中央航海信息系统数据库(NIS库)来处理,将之前传统桌面产品库(PL库)产品管理方面的能力已经移植到NIS数据库,以ProductDefinitions、ProductCoverage、Product
Exports
gislaozhang
·
2023-12-19 03:50
海图
海图
geoscene
ArkTs语言 顶部 渐变,吸顶效果 2
@Component
exports
tructHomePage{//仿Android协调者布局@StatetitleArr:string[]=['TAB1']@StatecurrentIndex:number
puyaCheer
·
2023-12-19 01:10
asp.net
后端
JavaScript模块化规范
通过
exports
或者module.export导出需要暴露的接口。服务器端从本地磁盘加载文件,同步加载没有问题,但同步加载不适合浏览器。3、AMD非同步加载,允许回调函数。
智慧源于勤奋
·
2023-12-18 21:44
nodejs的 Cannot set headers after they are sent to the client
这个问题是服务端重复响应照成的,例如:
exports
.regUser=(req,res)=>{//接受表单数据constuserinfo=req.body//判断依据是否合法if(!
theOtherSky
·
2023-12-18 20:01
nodejs
node.js
前端
vue-cli3打包时遇到Cannot assign to read only property '
exports
' of object '#
'问题总结。
分析原因:第一种原因就是import和module.
exports
的混用,因为commonJS和ES6的语法是不太一样,当混用这两个语法的时候,webpack就会报错。
laogui_
·
2023-12-18 14:40
Cmake基础(5)
这篇文章主要描述如何使用cmake构建一个库工程文章目录add_libraryinstall库工程的代码:头文件和源文件#ifndefADD_H#defineADD_H#ifdef_WIN32#ifdefMYMATH_
EXPORTS
FeboReigns
·
2023-12-18 11:09
cmake
cmake
关闭vue中的eslint校验
项目中用的"@vue/cli-service":"^4.1.2",默认会把格式校验信息输送到页面,需要修改vue.config.js文件,添加lintOnSave属性module.
exports
={lintOnSave
十步杀一人_千里不留行
·
2023-12-18 06:57
前端相关
vue使用echarts显示中国地图
(root,factory){if(typeofdefine==='function'&&define.amd){//AMD.Registerasananonymousmodule.define(['
exports
努力学习的木子
·
2023-12-18 03:06
vue.js
echarts
前端
用egg搭建后端管理服务端
yarndevopenhttp://localhost:7001安装Sequelize1、安装对应的插件yarnaddegg-sequelizemysql22、开启插件//config/plugin.jsmodule.
exports
浮游本尊
·
2023-12-17 23:48
javascript
vue.js
babel-plugin-import 按需引入组件
安装依赖npmibabel-plugin-import-Dbabel.config.js配置module.
exports
={plugins:[['import',{libraryName:'vant',
是嘻嘻呀
·
2023-12-17 22:56
webpack中对CSS文件的代码分割
在讲解今天的知识点前,我们先来介绍一个小知识点chunkFilename,我们将配置项改成这样module.
exports
={output:{filename:'[name].js',chunkFilename
喜剧之王爱创作
·
2023-12-17 19:22
uniapp的cookie访问+请求封装
module.
exports
=(params)=>{leturl=params.url;letmethod=params.method;letheader=params.header||{};letdata
撸三发
·
2023-12-17 19:37
vue.js
vue 多项目接入跨域问题
vue.config.js文件module.
exports
={devServer:{port:9095,//项目启动的端口号open:true,//配置项目在启动时自动在浏览器打开proxy:{//跨域的第一个项目
和世界不一样,那就不一样!
·
2023-12-17 16:17
vue.js
javascript
ecmascript
解决前端VUE前端框架报错Error: error:0308010C:digital envelope routines::unsupported的几种方法
unsupportedatnewHash(node:internal/crypto/hash:67:19)atObject.createHash(node:crypto:135:10)atmodule.
exports
行者张良
·
2023-12-17 11:36
vue
java
web
前端
前端框架
vue.js
vue.config.js常用配置
脚手架创建项目后,配置vue.config.jsconst{defineConfig}=require('@vue/cli-service')module.
exports
=defineConfig({transpileDependencies
Cc_Debugger
·
2023-12-17 11:02
vue2
vue.js
javascript
前端
vue3项目打包部署到Tomcat(亲测有效)
下面是打包部署到tomcat的步骤:1.在vue项目的vue.config.js文件里面module.
exports
导出的对象中添加publicPath:‘./’的配置项2.
longfei815
·
2023-12-17 10:12
other
tomcat
java
开发语言
vue.js
前端
微信小程序---wxs脚本
1.wxs和JavaScript的区别2.wxs脚本基础语法(1)定义内联的wxs脚本此处例子是在wxs标签内提供module,名为m1,然后将toUpper方法
exports
出去,在外面就可以直接调用
羊吖
·
2023-12-17 00:01
微信小程序
小程序
关于LayUI 表格高度解决方案
300,elem:'#currentTableId',url:'Product/ProductAll',toolbar:'#toolbarDemo',defaultToolbar:['filter','
exports
众纳
·
2023-12-16 22:09
Java
Web
layui
layui
table
layui
table
图片
layui
table
高度
ssl证书问题导致本地启动前端服务报500
module.
exports
={dev:{//PathsassetsSubDirectory:'static',assetsPublicPath:'/',proxyTable:{'/port':{target
九霄123
·
2023-12-16 16:13
vue
ssl
前端
网络协议
vue项目配置
vuecreatehello-world启动项目npmrunreserve修改配置vue.config.js配置后记得重新启动服务const{defineConfig}=require('@vue/cli-service')module.
exports
m0_51626061
·
2023-12-16 14:10
font_end
vue.js
前端
require and import
/xxx/xxx.js')module.
exports
导出接口,导出一个对象module.
exports
={}es6的标准:import引入模块,有多种形式:导入jquery,命名为$import$from'jquery
f1a94e9a1ea7
·
2023-12-16 07:36
vue脚手架生成的项目让它支持less预处理器
在webpack.dev.conf.js中,可以看到下面的代码:装成功后,打开build/webpack.base.conf.js,在module.
exports
=的对象的module.ru
初遇你时动了情
·
2023-12-16 06:32
vue
vue3-ts npm run dev报错
,求大家给看看[ERROR]Failedtoresolveentryforpackage"@intlify/shared".Thepackagemayhaveincorrectmain/module/
exports
specifiedinitspackage.json
nan0625
·
2023-12-15 22:39
vue.js
bug
prettier自动排列 Tailwind 的类名顺序
npm安装npminstall-Dprettierprettier-plugin-tailwindcss配置prettier.config.js//prettier.config.jsmodule.
exports
zhaojjjjjj163
·
2023-12-15 19:19
WEB
前端
prettier
nfs 安装与挂载
编辑配置文件vim/etc/
exports
写入如下内容/data/nfs10.111.111.0/23(rw,sync,no_root_squash)#/data/nfs为共享目录#ip地址是共享的范围再次修改后
不仙
·
2023-12-15 18:14
无法启动Parallels Desktop,因为Mac操作系统中缺少某些必需的组件
升级MacOSBigSur导致ParallelsDesktop打开提示:无法启动ParallelsDesktop,因为Mac操作系统中缺少某些必需的组件解决:终端输入
exportS
YSTEM_VERSION_COMPAT
Joemt
·
2023-12-15 16:27
mac
JS懒加载模块封装
通过简短的代码讲述ES模块系统的活用lazy.js/***懒加载模块*@templateT*@param{()=>Promisevoid}customInit自定义初始化函数,此函数会在执行
exports
淘人居士
·
2023-12-15 15:38
web前端
javascript
前端
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他