#FIL

IntelliJ IDEA 配合 Maven 的一些技巧:Profiles

IntelliJIDEA2017.1Maven3.3.9Nexus3.2.1了解Maven配置的基本用法了解私有仓库,比如nexus的一些概念强烈建议把Maven的settings.xml文件同时放在:%USER_HOME%/.m2/settings.xml 和${maven.home}/conf/setti...

[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!

一、背景  最近的项目在用maven进行install的时候,发现老师在控制台输出警告:[WARNING]Usingplatformencoding(UTF-8actually)tocopyfilteredresources,i.e.buildisplatformdependent!虽然并不影响项目的正常运行和inst...

Please configure Spring facet or use 'Create Default Context' to add one including all unmapped files.

  有时候我们刚进入IntellijIDEA时会出现这样一个情况,原因是IDEA没有找到spring的配置文件,我们需要添加spring文件给idea管理  参考:1、https://www.jetbrains.com/help/idea/2018.1/spring-support.html?utm...

Caused by: java.io.FileNotFoundException: rmi_keystore.jks (没有那个文件或目录)

 解决方法:修改jmeter.properites:server.rmi.ssl.disable=true,关闭ssl功能  参考:https://blog.csdn.net/nielinqi520/article/details/79855418...

CentOS下安装Filezilla软件

说到Centos大家都是非常熟悉了,当然Filezilla也是日常中应用的软件,但是在linux下安装怎么操作呢。安装Filezilla有多个方式,但用户应该最喜欢用的就是下载安装包,然后执行安装。安装Filezilla前需要,下载安装包,然后需要安装编译器,以上工作准备好后,还需要解压,所以比较零碎,所以我就没选择通...

关于搭建php电商环境时缺少fileinfo、数据库安装出错问题解决办法

  今天以WSTMart电商系统为例讲解  搭建php电商环境缺少fileinfo、数据库安装出错问题找了很多方法都没能很好解决,该方法简单明了,容易操作 首先需要到开源中国中下载该系统源码,网址为:http://www.oschina.net/,很实用的一个网站;还需...

macOS 在终端中使用 adb命令,每次都要source ~/.bash_profile 才生效

macOS下已经配置好Android开发环境,环境变量也添加了,但是在终端中使用adb命令每次都需要source.bash_profile之后才能识别,否则就提示 zsh:commandnotfound:adb 解决方案:1、查看根目录下是否有.zshrc文件,如果没有就新建一个touch.zshr...

Eclipse打不开 提示an error has occurred.see the log file

有时由于Eclipse卡死,强制关闭之后会出现打不开的情况。弹窗提示:查看log文件,发现有这样的信息: !MESSAGE The workspace exited with unsaved changes in the ...

Android出现Read-only file system 解决方法

操作AVD文件系统上的文件时遇到"...Read-onlyfilesystem"。解决办法:将AVDsdcard挂载为读写权限:在doc下执行:adb-semulator-xxxx shell,然后执行: mount-woremountrootfs/sdcard将文件系统remount为读写权限。改...

linux bash & profile &bash_profile 小结

  login方式::su-oracle依次/etc/bash.bashrc————/home/$user/.bashrc————/ect/profile———&mda...
代码星球 代码星球·2020-04-06

Required MultipartFile parameter 'file' is not present

在写一个api的接口时,需要调用者上传文件,类型为:MultipartFile。我在使用postman测试时,服务器报错:具体的错误信息为:HTTPStatus400-RequiredMultipartFileparameter'files'isnotpresenttypeStatusreportmessageRequ...

ASM ClassReader failed to parse class file

在照着这里例子学习ssm时,在部署阶段遇到了这个问题“ASMClassReaderfailedtoparseclassfile-probablyduetoanewJavaclassfileversionthatisn'tsupportedyet”结合例子里的博主说java的版本不要用太高的,怕兼...

Caused by: Unable to load jar:file:WEB-INF/lib/struts2-spring-plugin-2.5.10.1.jar!/struts-plugin.xml

struts2-spring-plugin和struts-core的版本不一致,统一一下版本就ok了 ...
代码星球 代码星球·2020-04-06

bad ELF interpreter: No such file or directory

1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2:badELFinterpreter:Nosuchfileordirectory,安装下glic即可yuminstallglibc.i6862、errorwhileloadingsharedlibraries:libz.so.1:cannotop...

IDEA启动Springboot时,解决报错java.lang.NoClassDefFoundError: javax/servlet/Filter

如下所示,将spring-boot-starter-tomcat依赖中的<scope>provided</scope>注释掉<dependency><groupId>org.springframework.boot</groupId><artifactI...
首页上一页...158159160161162...下一页尾页