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
jeecg启动报错
Apache无法启动解决 the requested operation has failed
apache
启动报错
:therequestedoperationhasfailed遇到原因:如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示therequestedoperationhasfailed
iteye_14207
·
2020-09-13 00:02
错误解决
【caddy】
启动报错
File descriptor limit 1024 is too low for production servers
[yyq@localhostcaddy]$./caddyActivatingprivacyfeatures...done.ServingHTTPonport2015http://:2015WARNING:Filedescriptorlimit1024istoolowforproductionservers.Atleast8192isrecommended.Fixwith`ulimit-n8192`
Tyler杨
·
2020-09-13 00:49
一名实施工程师的自我修养
nested exception is java.lang.NoClassDefFoundError: com/google/common/base/MoreObjects
先说明下我的项目框架:我是用
jeecg
的框架做的Oa项目,里面有定时器的配置,我新建了一个Grpc的maven项目,用主项目调用这个maven项目进行定时,报错如下:org.springframework.scheduling.quartz.JobMethodInvocationFailedException
weixin_41520990
·
2020-09-12 23:01
jeecg
实现下拉模糊查询功能(一)
jeecg
封装了easyUi等组件,用它来实现下拉框选项中的模糊查询,可使用combobox属性。
weixin_34342207
·
2020-09-12 23:43
Docker服务
启动报错
:Job for docker.service failed because the control process exited with error
报错信息:Jobfordocker.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"systemctlstatusdocker.service"and"journalctl-xe"fordetails.使用命令:systemctlstatusdocker.service查看启动信息如下状态信息:解决:查询各种博客修改配置的方
吆嚯嚯嚯
·
2020-09-12 23:01
springboot
Docker
docker
linux
centos
Jeecg
Boot之JEditableTable自定义函数的应用
JEditableTable自定义函数的应用之多参数组合判断唯一代码columns:[{title:'字段1',align:"center",width:'140px',ellipsis:true,//设置超出部分隐藏key:'nameOne',//字段type:FormTypes.input,//设置当前类型为输入框placeholder:'请输入${title}',//提示信息validate
骑熊小白喵
·
2020-09-12 23:06
JeecgBoot
VUE
js
Jeecg
Boot之给封装的模块加属性,并且设置值
由于
Jeecg
Boot中有一些自定义的模块中,一些原本属于a-标签的属性是没有设置的,此用法就是来为a-标签设置属性值,亲测有用a-标签框架:https://www.antdv.com/docs/vue
骑熊小白喵
·
2020-09-12 23:05
JeecgBoot
Jeecg
Boot之自定义组件JEditableTable应用
1.JEditableTable帮助文档https://www.bookstack.cn/read/
jeecg
-boot-2.0/c06965dd55cf1af1.md2.JEditableTable应用
骑熊小白喵
·
2020-09-12 23:05
JeecgBoot
Jeecg
-Boot 修改 table 里面的样式
前景提要table里面的数据是根据data()里面的数据直接显示在界面上的,那么如何在其展示的过程中修改其样式呢?html:script:修改方法:使用插槽第一步:给插槽将该列的数据传递过去scopedSlots:{customRender:'itemtext'},第二步:使用对应的插槽展示接收到的数据,在此过程中改变样式{{itemtext}}//此外,color也可以根据数据内容判断显示什么样
web前端 jzy
·
2020-09-12 23:05
Jeecg-Boot
jeecg-Boot
antd
vue
vue
Jeecg
-Boot 中调用后台传递的接口
前后台对接使用后台给的接口(都是在同一个界面下进行)该界面为后台生成好的初始代码界面引入请求方法import{getAction,postAction}from'../../../api/manage'2.配置被引用的地址3.书写调用接口的方法进行某些操作调用到该方法
web前端 jzy
·
2020-09-12 23:04
Jeecg-Boot
jeecg-Boot
antd
vue
vue
jeecg
-boot ui怎么把查看的时候赋值时间控件
这是一个时间控件,我们采用v-model进行双向绑定在renturn里进行声明进行添加的时候时间控件直接得到的值是这种格式的我们进行转换formData.acceptDate=this.acceptDate?this.acceptDate.format('YYYY-MM-DDHH:mm:ss'):null//时间转换在赋值到控件上去的时候,也需要转换回去this.acceptDate=moment
小lv哥
·
2020-09-12 23:57
jeecg-boot-ui
jeecg
-boot前端学习总结(一)
这个控件样式的制作和使用首先是一个表格表格行定义columns:[{title:'成员姓名',dataIndex:'name',key:'name',width:'20%',scopedSlots:{customRender:'name'}},{title:'工号',dataIndex:'workId',key:'workId',width:'20%',scopedSlots:{customRen
小lv哥
·
2020-09-12 23:27
jeecg-boot-ui
jeecg
-boot 前端环境搭建
1.1配置node.js在node.js官网下载最新版稳定版的node.js安装,自带了npm工具在cmd中输入node-vnpm-v出现版本号说明配置成功1.2配置vue.cli全局安装vue-cli,在命令行中执行npminstall-gvue-cli可以在cmd打开命令行工具,也可以在IntellijIDEA的Terminal处执行。1.3配置hosts在C:\Windows\System3
亦萧
·
2020-09-12 22:56
环境配置
eclipse中的tomcat
启动报错
“The JRE could not be found. Edit the server and change the JRE location.”
事故现场在eclipse中使用tomcat部署web项目。设置部署该项目后启动tomcat,启动tomcat直接报错“TheJREcouldnotbefound.EdittheserverandchangetheJRElocation.”原因由于之前重装了系统,虽然文件保存下来,但是Java环境重装了。所以导致eclipse中的Java环境配置和之前的不一样。所以导致使用Java环境配置的tomc
默默的菜鸟--
·
2020-09-12 22:56
web
实践
启动spiderkeeper时报AttributeError module 'time' has no attribute 'clock'错误
1.今天pipinstall完spiderkeeper,
启动报错
,一看才发现AttributeErrormodule'time'hasnoattribute'clock'不支持???黑人问号???
鹏神哥哥
·
2020-09-12 22:17
python
bug
Jeecg
前端输入框输入信息实现模糊查询
Jeecg
-boot生成代码功能如下:日期:2020年02月28日想实现在姓名输入框只输入“张”,点击查询,能查询出张三这条记录。
mctlilac
·
2020-09-12 22:33
jeecg
-boot 官方文档实践
1
jeecg
-boot后台环境搭建2
jeecg
-boot前台环境搭建3
jeecg
-boot前后台启动4.
jeecg
-boot前端笔记4.1
jeecg
-boot前端项目结构4.2
jeecg
-boothelloworld4.3
jeecg
-boot
ladymorgana
·
2020-09-12 22:58
读书笔记
JEECG-boot
官方文档实践
jeecg
-boot:前端发布需要修改到文件
原因是把开发环境到打包上传到服务器以后,上传出现问题,发现路径还是本地的,所以,需要修改成为服务器到1:index.html界面到公共参数,修改为服务器到域名2:vue.config.js
gwcgwcjava
·
2020-09-12 22:14
jeecg-boot
【
jeecg
-boot】菜单数据权限规则配置步骤,比如只看自己部门的设备
在官网的文档中已经有了说明,地址:http://doc.
jeecg
.com/1273976但是这个地方有个坑,官方文档没有说明,就是代码生成后,如果想做数据权限规则,需要在list方法上加上注解:以下是以设备管理功能为例讲解需求
gwcgwcjava
·
2020-09-12 22:14
JEECG-BOOT实战
java
jeecg-boot
jeecg
-boot新建module模块
随着
jeecg
-boot不断拓展更新,爱好者越来越多,对于刚入门或者刚从事java(springboot)的人来说,会遇到各种各样的问题。
chizhuo9591
·
2020-09-12 22:57
jeecg
-boot 前台获取登录人信息
import{mapGetters}from'vuex'......methods:{...mapGetters(["nickname","avatar","userInfo"]),}//使用this.userInfo().username
愤怒的志
·
2020-09-12 22:10
前端
vue
jeecg
-boot 整合cxf实现SOAP WebService
jeecg
-boot整合cxf实现SOAPWebService(一)引入依赖Pom.xmlorg.apache.cxfcxf-rt-frontend-jaxws${cxf.version}org.apache.cxfcxf-rt-transports-http
Lie_with
·
2020-09-12 22:42
java
spring-boot
webservice
java
spring
boot
cxf
webservice
报错:Unregistering application XXX with eureka with status DOWN
springcloud服务
启动报错
,服务直接停止:UnregisteringapplicationXXXwitheurekawithstatusDOWN...如图:加入springboot的web包即可解决
晴天小风
·
2020-09-12 21:47
JavaWeb笔记
Java语言笔记
spring
cloud
关于SpringBoot
启动报错
Consider defining a bean of type ‘xx.xx.*Service‘ in your configuration.
关于SpringBoot
启动报错
Considerdefiningabeanoftype'xx.xx.
rao991207823
·
2020-09-12 21:47
SpringBoot
spring
boot
jeecg
-boot /antd 解决You cannot set a form field before rendering a field associated with the value问题
问题描述Youcannotsetaformfieldbeforerenderingafieldassociatedwiththevalue.YoucanusegetFieldDecorator(id,options)insteadv-decorator="[id,options]"toregisteritbeforerender.出现场景在用ant-design-vue的框架中,使用到了这种场景,
web前端 jzy
·
2020-09-12 21:46
Jeecg-Boot
jeecg-boot
antd
vue
vue
jeecg
-boot 的 j-editable-table表格框添加 slot 插槽
前景提要j-editable-table是
jeecg
-boot封装好的内容,根据colums的内容进行展示,那么如何在这个展示的过程中替换掉某个内容换成我想显示的内容呢?
web前端 jzy
·
2020-09-12 21:46
Jeecg-Boot
jeecg-boot
antd
vue
vue
jeecg
-boot 前端在封装好的代码里新增的时候传递 请求到的 参数
前言定义一个字段用于存储数据data(){return{companyIdOrg:'',//{//开始请求that.companyIdOrg=res.orgcode//将请求到的内容赋值给你定义的字段})},在页面加载的时候调用该方法created(){this.firName()},在数据输入完成后点击确定的时候顺便把该参数传递过去在method方法里面找到classifyIntoFormDat
web前端 jzy
·
2020-09-12 21:46
Jeecg-Boot
jeecg-boot
antd
vue
vue
jeecg
-boot 前端添加部门选择
引入部门选择组件官方说明文档http://doc.
jeecg
.com/1273915importJSelectDepartfrom'@/components/
jeecg
biz/JSelectDepart
web前端 jzy
·
2020-09-12 21:46
Jeecg-Boot
jeecg-boot
vue
antd
vue
jeecg
-boot 前端设置 input 输入框只能输入数字
背景描述让其只能数字现在代码展示{title:'项目投资(万)',key:'projectInvestment',type:FormTypes.input,width:'200px',placeholder:'请输入${title}',defaultValue:'',validateRules:[{required:true,message:'${title}不能为空'}],},修改方法input
web前端 jzy
·
2020-09-12 21:45
Jeecg-Boot
jeecg-boot
antd
vue
vue
tomcat
启动报错
找不到Spring ContextLoaderListener的解决办法
2019独角兽企业重金招聘Python工程师标准>>>Problem:javawebmaven项目tomcat
启动报错
SpringContextLoaderListener的解决办法Reason:原因其实就是后台报错的异常错误信息
weixin_33701617
·
2020-09-12 20:32
idea的神坑之1099端口
用idea导入了新项目之后,
启动报错
,用eclipse的启动没有报错。
李晚晚
·
2020-09-12 20:35
Tomcat
启动报错
: There is insufficient memory for the Java Runtime Environment to continue.
第一种:[已试过可用]Tomcat
启动报错
:ThereisinsufficientmemoryfortheJavaRuntimeEnvironmenttocontinue.原因:JVM内存不足解决方法:
、唐城
·
2020-09-12 20:49
JVM
笔记本
tomcat
SpringBoot使用jrebel
启动报错
:JRebel-JVMTI [FATAL] Couldn't write to C:\Users
环境:idea2019.1.3,win10车祸现场:错误的原因很明显是由于我的电脑的用户名是中文,而jrebel不支持Unicode编码解决方法有三种:方法一:直接修改电脑用户名,改成非Unicode字符,不过,此方法不太好方法二:更换idea的配置目录,详情请参考这个博客:https://blog.csdn.net/Allen5185/article/details/89379826方法三:去j
Do_O
·
2020-09-12 20:09
springboot
jrebel
IDEA
SpringBoot
Jrebel
rebel.base
JRebel-JVMTI
[FATAL]
Couldn't
编译运行eclispe下的项目,weblogic
启动报错
:系统找不到指定文件
运行weblogic时出现了D:\Tools\SUNWorkSpace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\mydomain\_auto_generated_ear_(系统找不到指定文件)的错误问题所在:可能是weblogic的本地域的缓存不能加载该文件。解决办法:删除weblogic的缓存,重新编译发布该项目,即可解决。删除we
CookieOrYou
·
2020-09-12 20:20
技术--开发类
jrebel
启动报错
:找不到口令文件
因为我的项目名是中文,导致路径也是中文。idea中正常启动是可以的,只是控制台中文会乱码,当用jrebel启动的时候,直接报错。参考其他人博客在jrebel的环境变量里加JAVA_OPTS,确实不报错,但debug加了断点不进!解决方法1、2、增加-Dfile.encoding=UTF-8-Dsun.jnu.encoding=UTF-8然后重启idea3、tomcat中加-Dfile.encodi
Wang__dream
·
2020-09-12 19:50
Java
tomcat
错误提示:Tomcat
启动报错
:Could not publish to server. java.lang.NullPointerException
在网上百度的原因是Tomcat配置文件出错,解决方案是以下:当时我按照网上百度的方法去解决,后来结果还是一样,然后我把那个temp0的文件夹特地备份了,又给他放到了原位置,再重新启动Tomcat,突然就好了,所以配置文件这东西一定要备份!!不只是平常用的其他开发软件,其他的都有必要!!
程序媛la
·
2020-09-12 18:26
dubbo 提供者
启动报错
;Dubbo启动异常:Duplicate application config...{{1030}}
dubbo提供者
启动报错
java-jarlp-provider-1.0-SNAPSHOT.jar[13/06/1803:49:51:051CST]mainINFOlogger.LoggerFactory
十年呵护
·
2020-09-12 18:00
Dubbo
解决springcloud
启动报错
The bean 'eurekaRegistration', defined in class path resource [org/springframework/
控制台错误信息如下:***************************APPLICATIONFAILEDTOSTART***************************Description:Thebean'eurekaRegistration',definedinclasspathresource[org/springframework/cloud/netflix/eureka/Eure
qq_1959227206
·
2020-09-12 18:32
error
问题记录:Docker启动ElasticSearch后停止
版本:6.8.4dockerrun-eES_JAVA_OPTS="-Xms256m-Xmx256m"-d-p9200:9200-p9300:9300--name=SB_ES_0125476914cc66
启动报错
看
DeadAndLive
·
2020-09-12 17:43
spring-boot
docker
elasticsearch
centos
linux
springboot运行zuul时
启动报错
counterFactory could not be registered
报错如下:Description:Thebean'counterFactory',definedinclasspathresource[org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class],couldnotberegistered.Abean
柚子味儿的西瓜
·
2020-09-12 17:37
SpringCloud
rabbitmq的消息持久化处理开启,再关闭后,消费者
启动报错
今天在测试rabbitmq的消息持久化处理时,一切顺利,可是再想测试ACK消息确认机制时,消费者却无法启动了,报如下错误:org.springframework.amqp.rabbit.listener.exception.FatalListenerStartupException:Mismatchedqueuesatorg.springframework.amqp.rabbit.listener
要么出众,要么出局
·
2020-09-12 17:50
rabbitmq
tomcat
启动报错
原因分析及解决
1.报错日志拿到catalina.log的启动日志2015-8-1315:24:02org.apache.catalina.core.StandardContextstart严重:ErrorlistenerStart2015-8-1315:24:02org.apache.catalina.core.StandardContextstart严重:Context[/callback]startupfa
weizs_999
·
2020-09-12 17:11
Java
开发
influxdb
启动报错
:open tsdb store: mkdir /var/lib/influxdb/data_internal/_series: permission denied
在技术群看到有人遇到了这个问题,好奇的问了他是怎么解决的,这里做个记录influxdb启动的时候报错:opentsdbstore:mkdir/var/lib/influxdb/data_internal/_series:permissiondenied。解决
katy的小乖
·
2020-09-12 17:37
Influxdb
springboot中同时引入jdbc和jpa报错问题解决(The bean 'userRepository', defined in null, could not be registered..)
1.在springboot中同时使用jdbcTemplate和Jpa的时候,项目
启动报错
,错误信息为:(Thebean'userRepository',definedinnull,couldnotberegistered.Abeanwiththatnamehasalreadybeendefinedinnullandoverridingisdisabled
Ares_2020
·
2020-09-12 16:15
解决springboot集成es 报错NoNodeAvailableException None of the configured nodes are available
一、问题背景1、elasticsearch启动正常,localhost:9200能正常访问2、spring-boot-starter-data-elasticsearch连接es,
启动报错
NoNodeAvailableExceptionNoneoftheconfigurednodesareavailable3
Kahen
·
2020-09-12 16:23
elasticsearch
java
linux
docker
关于
jeecg
标签 t:webUploader
关于这个标签。默认上传接口是:systemController.filedeal.do此标签上传自定义参数方式有两种:1:bizType="logo"后台接收bizType参数。用于区分上传图片业务2:使用extendParams属性。和css类似。示例:extendParams="imageType:'logo'"后台接收参数为imageType的参数上传图片搞定以后,又发现删除图片失败。因为删
__beginner__
·
2020-09-12 16:41
Java
jeecg
jeecg
The bean 'counterFactory', could not be registered
问题:在springboot下配置好zuul的依赖后,
启动报错
:Description:Thebean'counterFactory',definedinclasspathresource[org/springframework
我要取一个响亮的昵称
·
2020-09-12 15:14
异常
zuul启动报错
关于
jeecg
在一个页面里点击按钮或者a标签 重新打开一个新的页面
原本项目中首页中点击一个a链接会打开的页面会把原来的页面覆盖这样不是很友好通过οnclick="self.parent.addOneTab('行为线索任务','tSubjectKeysController.do?myTaskbehaviorKeysTabsList','icon-add')"或者window.top.addFineuiTab({id:1,title:行为线索任务,close:tru
邢小白
·
2020-09-12 14:39
jeecg
多线程 调用 service层 空指针异常
将原有的循环单线程操作改下成多线程后发现线程意外停止,百思不得其解。与同事合作debug一天半后,终于解决问题。报错信息如下:org.mybatis.spring.MyBatisSystemException:nestedexceptionisorg.apache.ibatis.exceptions.PersistenceException:CannotGetJdbcConnectionExcep
猫萌萌公司
·
2020-09-12 13:26
工作记录
多线程
java
spring
Linux下Tomcat
启动报错
:Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one
这是找不到JAVA_HOME路径,可能导致这个原因的是Linux环境变了。需要在Tomcat的bin文件目录下找到catalina.sh这个配置文件。加入下面两条配置信息,指定JDK路径即可exportJAVA_HOME=/home/xy/jdk1.7.0_80(这个是我的JDK路径,自己的JDK路径指定即可)exportJRE_HOME=/home/xy/jdk1.7.0_80/jre保存退出,
沉漠的剑客
·
2020-09-12 13:47
Linux
上一页
42
43
44
45
46
47
48
49
下一页
按字母分类:
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
其他