10 2020 档案

IDEA找不到localhost的页面
摘要:第一页配置如上 添加一个ROOT,这个是Tomcat下的,E:\DevelopTools\apache-tomcat-7.0.105\webapps\ROOT 这样配置后确实不报错找不到localhost页面,报另外的错误了,应该这个问题解决了,是其它部分的问题。 阅读全文

posted @ 2020-10-20 15:37 刀锋93 阅读(3762) 评论(0) 推荐(0)

Server returns invalid timezone. Need to set 'serverTimezone' property
摘要:在idea中连接mysql时报错 含义:服务器返回无效时区。需要设置“serverTimezone”属性 直接点 Set time zone进行设置 UTC改为GMT 注: GMT(Greenwich Mean Time):格林威治标准时间UTC:世界标准时间CST(China Standard T 阅读全文

posted @ 2020-10-20 11:03 刀锋93 阅读(1220) 评论(0) 推荐(1)

mysql 导入数据
摘要:前期准备:1.mysql数据库安装好 2.数据文件 ,例如,house_sql.sql(存放在d盘根目录) 登录mysql控制台 创建一个我的数据库,house-->create database house; 应用它house,-->use house; 导入-->source d:/house_ 阅读全文

posted @ 2020-10-20 10:46 刀锋93 阅读(198) 评论(0) 推荐(0)

mysql 数据库安装卸载
摘要:1.在电脑上搭建一个环境安装MySQL数据库 下载安装程序 官方网站 https://www.mysql.com 进入官网 点击downloads选项卡 拉至页面尾部 MySQL Community Edition 选择第一个下载链接MySQL Community Server MySQL Comm 阅读全文

posted @ 2020-10-19 15:53 刀锋93 阅读(131) 评论(0) 推荐(0)

程序包javassist.compiler.ast不存在
摘要:下载javassist包地址 http://www.javassist.org/ 阅读全文

posted @ 2020-10-16 11:00 刀锋93 阅读(439) 评论(0) 推荐(0)

程序包org.apache.ibatis.annotations不存在
摘要:缺少ibatis包,网上找了半天没找到ibatis的jar包 最后用的mybatis包,附上下载链接http://www.mybatis.cn/82.html 阅读全文

posted @ 2020-10-16 10:39 刀锋93 阅读(3380) 评论(0) 推荐(0)

org.apache.catalina.startup.VersionLoggerListener log
摘要:启动Tomcat时报错,org.apache.catalina.startup.VersionLoggerListener log 网上看到的解决方案,tomcat安装目录下conf -server.xml文件注释掉<Listener className="org.apache.catalina.s 阅读全文

posted @ 2020-10-15 16:05 刀锋93 阅读(1227) 评论(0) 推荐(0)

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

posted @ 2020-10-15 15:26 刀锋93 阅读(8577) 评论(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 阅读(12205) 评论(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 阅读(5712) 评论(0) 推荐(0)

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

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

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

posted @ 2020-10-12 15:10 刀锋93 阅读(682) 评论(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 阅读(8453) 评论(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 阅读(2377) 评论(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 阅读(10705) 评论(0) 推荐(0)

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

posted @ 2020-10-10 14:26 刀锋93 阅读(167) 评论(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 阅读(8322) 评论(0) 推荐(0)

导航