Posts by Rafael Perracini • 71 points
8 posts
-
1
votes1
answer1600
viewsQ: HTML-CSS hide and show submenu does not work
I’m trying to make a menu that opens when passing the mouse opens the corresponding submenu. In this case, the "blouses and shirts" menu should be with its submenu closed, opening only by hovering…
-
0
votes0
answers37
viewsQ: Exception leaves no application startar
Below is my pom.xml and the exception that appears on the console. I have already followed all the recommendations I found, in general they say to redo the steps until generating the project or to…
-
1
votes0
answers110
viewsQ: configuration methods do not work in Maven project with Spring-boot
I have the 3 classes that transcribed the code. the run method on boot starta my application. the other two classes are in the package that contains the settings. I am using spring boot and have a…
-
1
votes1
answer299
viewsQ: Problems converting date to Calendar
Trying to convert date from date to date. Using springBoot. I didn’t have clarity about the true cause of the exception. Someone could help? @SpringBootApplication public class Boot { public static…
-
0
votes1
answer26
viewsQ: Doubt except that it does not let start a Maven project
I cannot start a Maven project in Eclipse, I have already configured the environment variables and recognized the version. I don’t understand is Exception and how to run Maven in Eclipse Error:…
mavenasked Rafael Perracini 71 -
1
votes2
answers6518
viewsQ: How to Configure Maven/Java Environment Variables
I have set the following environment variables JAVA_HOME C:\Program Files\Java\jdk1.8.0_144%MAVEN% MAVEN_HOME C:\Users\Rafael Storm\Desktop\apache-maven-3.5.2 - (extrai o Maven) MAVEN…
-
0
votes1
answer86
viewsQ: post call does not work, returns error 405
have the following javascript <script type="text/javascript"> function calculaReducao(){ var nd1 = document.getElementById("nrDentes1").value; var nd2 =…
-
3
votes1
answer149
viewsQ: How to exchange the text of a cell of a table that is inside a Flowdocument that is in a Richtextbox
I am trying the following code to replace the text in the question situation, where rtb is the richtextbox, .Document is the flowdocument. The text is exchanged in Run (r), but when I open the…