随笔分类 -  Java工具

摘要:@Copyright (c) $today.year. 于吉利 All Rights Reserved @File:$file.fileName @Author: 于吉利 @Function: @Date: $today @version:1.0 @Changes: @Description: 阅读全文
posted @ 2021-08-26 16:14 DarJeely 阅读(316) 评论(0) 推荐(0)
摘要:Error running 'JeecgSystemCloudApplication': Command line is too long. Shorten command line for JeecgSystemCloudApplication or also for Spring Boot de 阅读全文
posted @ 2021-06-24 16:07 DarJeely 阅读(1127) 评论(0) 推荐(0)
摘要:Alibaba Java Coding Guidelines https://github.com/alibaba/p3c https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines 阅读全文
posted @ 2021-06-09 13:53 DarJeely 阅读(89) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-06-09 09:59 DarJeely 阅读(132) 评论(0) 推荐(0)
摘要:cannot start compilation;the output path is not specified for module specify the output path in the project structure dialog 阅读全文
posted @ 2020-03-19 12:44 DarJeely 阅读(697) 评论(0) 推荐(0)
摘要:jrebel+idea 进行热部署配置 1、安装和激活jrebel这里不在叙说 2、部署项目工程的两种方式 第一:打开项目配置project structure 配置Artificials 第二:tomcat加载项目 然后填写应用名称,转到Server页签进行配置 配置Server相关参数 第三步: 阅读全文
posted @ 2020-03-17 09:21 DarJeely 阅读(3549) 评论(0) 推荐(0)
摘要:Referenced file contains errors (http://www.springframework.org/schema/context/spring-context-3.1.xsd). For more information, right click on the messa 阅读全文
posted @ 2020-03-05 12:01 DarJeely 阅读(1351) 评论(0) 推荐(0)
摘要:在项目开发过程中,我们一般希望在修改完代码之后不重启项目即可提现出修改的结果,那么热部署项目就显得十分必要了。在idea中将项目热部署至tomcat中的方法如下: 首先打开tomcat配置界面,在server中 将 "On Update action"、"On frame deactivation" 阅读全文
posted @ 2019-12-04 17:52 DarJeely 阅读(259) 评论(0) 推荐(0)
摘要:1、修改pom.xml中相关 <artifactId>seal-hn</artifactId><name>seal-hn</name><description>seal-hn</description><finalName>seal-hn</finalName> 2、idea-》File-》Proj 阅读全文
posted @ 2019-12-04 11:56 DarJeely 阅读(404) 评论(0) 推荐(0)
摘要:好久没用jrebel了,跟前端进行项目联调总是有些许改动,还是热部署方便。 目前用的idea版本:IntelliJ IDEA 2019.2 JRebel插件版本:JRebel for IntelliJ 2019.1.6 1.进入下面的网址,下载ilanyu大佬的激活软件并运行 http://gith 阅读全文
posted @ 2019-11-20 09:37 DarJeely 阅读(502) 评论(0) 推荐(0)
摘要:1.propedit插件 这个插件基本上可以支持各种语言的转换。 2.方法如下: “help”--“Install new software”--“add” name:propedit Location:http://propedit.sourceforge.jp/eclipse/updates/ 阅读全文
posted @ 2019-08-23 16:09 DarJeely 阅读(315) 评论(0) 推荐(0)
摘要:@echo off echo 执行开始时间 date/t time/t echo *********************************************** echo 清除Tomcat缓存文件******************************* echo 正在清除缓存文 阅读全文
posted @ 2019-08-08 14:51 DarJeely 阅读(155) 评论(0) 推荐(0)
摘要:@echo off echo 执行开始时间 date/t time/t echo *********************************************** echo 正在关闭Tomcat服务,请稍等...... net stop Tomcat6 echo 关闭Tomcat服务完成! echo ****************************************** 阅读全文
posted @ 2019-08-08 14:47 DarJeely 阅读(191) 评论(0) 推荐(0)
摘要:如题,今天在尝试部署从SVN上down下来的项目时,发现不能被tomcat识别成web项目!原因是SVN上down下来的项目的结构并非典型的web项目。 解决办法,右键项目->properties->project faces: 将Dynamic Web Module和Java两个选项都勾上即可,注 阅读全文
posted @ 2019-08-01 10:32 DarJeely 阅读(592) 评论(0) 推荐(0)
摘要:今天调试网站时遇到点奇怪的问题,于是在宠大的代码段里加了N处断点,但从其它项目代码段链接代码加入断点后,关闭标签再次打开时发现断点看不到了,但运行到那段代码时依然会被中断。没有断点标记,不能手动取消怎么办?而且断点过多? Window> Show View > Breakpoints 注意:很可能你 阅读全文
posted @ 2019-07-25 09:19 DarJeely 阅读(389) 评论(0) 推荐(0)
摘要:刚刚接触IDEA这个神奇的工具,对其没有太多的了解,好多功能都不是会用,今天就尝试在IDEA中配置Tomcat 首先 File->New -> Module 然后选择Maven(因为我后面要用的着所以就选择他了) 之后点击"Next "进入项目的名字、版本啥的填写,这个随意填写, 填完之后点击 "N 阅读全文
posted @ 2019-07-19 17:49 DarJeely 阅读(5583) 评论(0) 推荐(0)
摘要:1、配置tomcat应用服务器 File->Settings... Build,Execution,Deployment ->Application Servers 点击"+"号,选择"Tomcat Server" 选中tomcat 的地址,点击OK 2、配置web应用 Defaults->Tomc 阅读全文
posted @ 2019-07-19 17:46 DarJeely 阅读(553) 评论(0) 推荐(0)
摘要:选中项目--》右键--》Maven4MyEclipse--》Update Project--》勾选Force update of.....就ok了 阅读全文
posted @ 2019-07-13 16:44 DarJeely 阅读(1624) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-03 11:12 DarJeely 阅读(1177) 评论(0) 推荐(0)
摘要:该博文内容经参看网上其他资料归纳所成,并注明出处: 问题一:myeclipse中Web App Libraries无法自动识别lib下的jar包(http://blog.csdn.net/tiancai1202000/article/details/49178721) myeclipse,lib中的 阅读全文
posted @ 2019-06-28 10:23 DarJeely 阅读(794) 评论(0) 推荐(0)