上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

2020年10月15日

Warning: No artifacts configured

摘要: 在配置Tomcat时,提示警告信息。警告:未配置项目 在项目结构里-Artifacts 添加红色部分,name自己随便取名,类型右上角那种类型,下面添加目录,WebContent或Webapp,项目里放js,css那个 然后咱们返回到Tomcat那里,把添加的这个artifacts加进去,Run-E 阅读全文

posted @ 2020-10-15 15:26 刀锋93 阅读(8262) 评论(0) 推荐(1) 编辑

程序包org.springframework.beans.factory.annotation不存在

摘要: 1.Librarys里缺少Spring的jar包 导包,自己下载好需要的jar包,导入到项目里 2.spring的配置文件 3.添加spring依赖库 ok,代码里可以import 了 阅读全文

posted @ 2020-10-15 10:36 刀锋93 阅读(11862) 评论(0) 推荐(0) 编辑

IDEA提示Unmapped Spring configuration files found

摘要: Unmapped Spring configuration files found. Please configure Spring facet or use 'Create Default Context' to add one including all unmapped files. hous 阅读全文

posted @ 2020-10-15 10:33 刀锋93 阅读(5415) 评论(0) 推荐(0) 编辑

2020年10月13日

java web项目程序入口

摘要: 在一个web项目中,我们好像没有看到java程序中眼熟的public static void main作为程序执行的入口,由虚拟机调用。 那么web项目中到底存在main吗? 答案是肯定的,只不过main并不由我们写,容器提供了。 比如我们的项目部署到Tomcat容器,main()在Tomcat的B 阅读全文

posted @ 2020-10-13 11:03 刀锋93 阅读(3355) 评论(0) 推荐(2) 编辑

2020年10月12日

dependencies storage format

摘要: 依赖关系存储格式 分为iml ,classpath 很显然如果项目用idea开发就选iml这项 阅读全文

posted @ 2020-10-12 15:10 刀锋93 阅读(637) 评论(0) 推荐(0) 编辑

Frameworks Detected Web framework is detected.

摘要: 翻译:检测到框架,检测到Web框架 一个web项目新导入到IDEA,Event Log提示的 IDEA工具检测到这是一个web项目,检测到web.xml 直接点configure安装web框架 阅读全文

posted @ 2020-10-12 14:56 刀锋93 阅读(8212) 评论(2) 推荐(2) 编辑

IDEA 彻底删除项目

摘要: 选择想要删的项目右键-》Remove Module 提示Remove Module 'xxx' from the project? No files will be deleted 意思只是移除,文件还在硬盘上 确定后还剩下一些非项目自身的配置文件,不管,Show in Explorer找到项目文件 阅读全文

posted @ 2020-10-12 11:09 刀锋93 阅读(2317) 评论(0) 推荐(0) 编辑

IDEA 配置JDK JRE

摘要: idea版本2020.1.1 1.配置jdk 右键项目-Open Module Settings(F4)-SDKS 2.JRE Run-Edit Configurations 阅读全文

posted @ 2020-10-12 10:28 刀锋93 阅读(10488) 评论(0) 推荐(0) 编辑

2020年10月10日

project module

摘要: IntelliJIDEA开发工具中,项目跟模块的概念 项目是IntelliJ IDEA中开发工作的顶级组织单元。在它的完成形式中,一个项目可以代表一个完整的软件解决方案。项目是以下内容的集合: 您的工作结果:源代码、构建脚本、配置文件、文档、工件等。 用于开发、编译、运行和测试代码的SDK和库。 在 阅读全文

posted @ 2020-10-10 14:26 刀锋93 阅读(149) 评论(0) 推荐(0) 编辑

Error launching IDEA Could not find main class com/intellij/idea/Main

摘要: 启动IDEA时出错 找不到主类com/intellij/idea/main 记录一下解决过程, 首先,环境变量除了配置JAVA_HOME外,又配置了IDEA_JDK_64,路径一样。 启动时报另一个错, Error launching IDEA The environment variable ID 阅读全文

posted @ 2020-10-10 10:39 刀锋93 阅读(7883) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

导航