tags: svn

Give the administrator to your server address ** https: // desktop-kc1ih36 / svn / hisoft / **
DESKTOP-KC1IH36Change the IP address of the administrator computer.
IP address Get: Open the command line
ipconfig /all
IPv4 address . . . . . . . . . . . . : 192.168.60.xxx(Preferred)
1. Start tomcat report error 2. This error occurs, usually because the method in the inherited JpaRepository interface is incorrect. Check carefully whether the method is named incorrectly or forgot t...
Spring Data JPA: No property name found for type ××× Reprinted at https://blog.csdn.net/m0_37893932/article/details/78325927 Cause: The method name was not followed according to the ...
In fact, this question is very simple. Because the other party's website is https protocol, ssl certificate is required. httpclient is not a browser, and the browser will have a certificate to access ...
Written in visual studio 64-bit write mfc excel, but the computer has a 32-bit excel. There have been "found no data source name and the default driver not specified." Solution, using a vari...
Because your Controller is not scanned, pay attention to the premise of @Controller, then in the configuration file Scan the Controller...
Foreword Recently UsedOWASP Dependency-Check Do vulnerability testing, due to network issues, the internal vulnerability library needs to be built, and the official gives a Java program.nist-data-mirr...
How to solve the situation when you encounter "the type or namespace name 'xxx' could not be found (are you missing a using derive or an assenbly reference?)" Take List for example When the ...
public class Aservlet extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throw...
Reverse for ‘xxx’ not found. ‘xxx’ is not a valid view function or pattern name. 1. Cause The error report of this kind of problem is translated from the literal meaning, the p...
When starting Dubbo with SpringBoot, if this error appears: 1. Check the dependencies, and then check the prefix of the configuration file about Dubbo. The low version is spring.dubbo as the prefix an...