the data layer object is named with XXDO. Why can"t the java file be created in the do created by the package name in IDEA?
the data layer object is named with XXDO. Why can"t the java file be created in the do created by the package name in IDEA?
because do is a reserved word and cannot be used as a package name, try it. The following will not work:
abstract continue for new switch
assert default goto package synchronized
boolean do if private this
break double implements protected throw
byte else import public throws
case enum instanceof return transient
catch extends int short try
char final interface static void
class finally long strictfp volatile
const float native super while
Previous: When GCC compiles, undefined reference to appears
Next: How to determine whether a button on a page is bottomed or topped
such as the question: how does idea on win support the creation of a project under a folder shared by samba under linux? ...
as shown in the figure, the springboot dependency module I added has not been introduced at all. Even if I click to reintroduce it, it will not work. Other projects are normal. I just built this project. How to solve it? ...
before IDEA was updated, it was obviously adjusted not to delete the setting, but I don t know why the setting was restored. This is not the point. Today, the updated Javaweb project entered the project as it was after IDEA modified the code to open tom...
I used IDEA s codeStyleChecker, but how can I get him to check all the class files at once? This is my setting. Thank you. ...
how to build angular2 in idea, what are the specific steps? ...
directory structure pom target if you do not configure the build location under the resource folder, the test.toml is in target classes, with the .class file public class ReadToml { public static void main(String[] args) { String ...
as shown in the figure, in the debug window, there are some variables (variables of type Class) whose names contain the $symbol. What is the special meaning? ...
as shown in the picture, there is often such a hint that: All Contexts File is included in 4 contexts, does not know what it means. Baidu has made a circle and has not found the answer. Solve ...
...
for example, I wrote a utility class in a project, and considering that this class is of great use, I want to type it into a jar package for other projects to use. how do I package this single file when using idea? Many tutorials on the Internet package...
pass: my classmate and I built a private warehouse (java) on Cayun. We can all upload the code to the warehouse (uploaded with java idea). First add, then commit, and finally push The problem with is that we can t pull the code submitted by the oth...
uric:outJavaWeb,jstl1.2jarlib,.maven only those built with this selected one have these problems. I have also looked up some like https: stackoverflow.com que. like https: stackoverflow.com que. wow, I think it would be nice if it could be sol...
using idea to add the plug-in mybatis-generator-maven-plugin, to the maven project failed. I followed the online tutorials: add to pom.xml could you tell me how to solve this? ...
get two data from two textfield, and then click different button to calculate addition, subtraction, multiplication and division. The result is shown in textarea, but textField.getText () can only get String, and TextArea.setText () can only give S...
when you copy a package from one project to another, do you find that several layers are missing from the package copied to the target project? this means that the package we copied in the past only fetched the last package. for example, if you copy t...
using myql-connector-java5.0.8 jar package to connect to the database of MySQL 5.7.22, the following error occurred Exception in thread "main " java.sql.SQLException: No suitable driver found for jdbc:mysql:192.168.31.218:3306 school at java.sql.Dri...
now I press ctrl +? in the XML file to produce the following comment like this is there any way to fulfill my wish? Any answer will be greatly appreciated ...
I use the following code on Robo 3T (a mongodbGUI software) db.getCollection( json ).find({"time":{$gte:1528771648859,$lte:1528771698869}},{"data":{$elemMatch :{"deviceid":456789123}}}) can get the results I want, but I...
webstorm code comments on how the font is set to positive, and the system defaults to italics. It looks a little awkward. now the comments look like this: I hope this font can be positive. ...
with the Diagram (CMD + Option + Shift + U) tool, you can realize relationships like Association, but Dependency relationships cannot be displayed. How do you do this? ...