包含标签:Java 的文章
-
Solve org hibernate. HibernateException: identifier of an instance of com. ahd. entity. Order was altered from2 to 0
error message Causes: 1. eg. The type of ID in the mapping file is integer, that is, int, while the type o…… -
-
Solve the problem of install new software in MyEclipse
Click Help in eclipse to directly find the install new software option to install plug-ins, but help does not have thi…… -
Solve org hibernate. exception. SQLGrammarException:could not insert
Today, I encountered this error when building a project using hibernate. I haven't found the reason for the error for …… -
struts2_ Struts type conversion
I In the servlet, the non string type submitted by the form needs to be converted manually 1. In struts, the commo…… -
Java_ Folder splitting and merging
I Idea: 1. Document cutting: The class RandomAccessFile is used, in which the method seek can customize the readin…… -
Java_ Queue interface
Queue interface 1. english A) queue B) deque, double Ender queue 2. Queue interface In addition to the basic c…… -
Java_ Collections tool class
Collections tool class * differences between collections and collections Collection interface (the implementation inte…… -
struts2_ struts. Explanation of XML configuration file
1.bean Bean detailed explanation: https://www.cnblogs.com/lulu638/p/4340703.html 2.constant Constant attribute configu…… -
JSTL_ Format tag library
JSTL_ Format 1: JSTL format tag library <%@taglib uri=” http://java.sun.com/jsp/jstl/fmt ” prefix=”fmt”%> 2: F…… -
Java connection to MySQL database
Several methods of Java connecting to database *Explain 1. Take MySQL database as an example 2. There are fo…… -
java_ How custom labels work
I How custom labels work: Web server JSP 3 When a custom tag is encountered, first instantiate the tag processor class…… -
Java Web Series: Fundamentals of Java Web projects
1. Java web module structure JSP files are similar to axpx files. Paths and URLs correspond to each other one by one a…… -
Basic use of Java enumeration classes
Enum type is a new feature in Java 5. It is a new type that allows constants to represent specific data fragments, and…… -
Java Web Series: JDBC Foundation
ADO. Net in Java is the enterprise library dataaccessapplicationblock module, the module in Java, and the orm of entit…… -
Java Web Series: JAAS authentication and authorization Foundation
1. Overview of certification and authorization (1) Authentication: authenticates the user's identity. . Net based RBS …… -
Detailed summary of transaction in Java
< H4 id = "1 what is a Java transaction" > < span style = "color: #3366ff;" > 1. What is a Java transactio…… -
JAVA Chinese garbled code
1. In MyEclipse, you can set the file encoding format, but when we use scanner to type, because Windows uses GBK encod…… -
-
Shift operators in Java: <, > >, > > > summary
There are three shift operators in Java < <: shift left operator, Num < < 1, equivalent to num multiplied …… -
There are several states of Java objects in hibernate. How are they related to each other (distinction and mutual transformation)
I spent some time understanding several states of Java objects in hibernate. It's easy to understand. Here's a record …… -
Java development_ Imitate Baidu Library_ SWFTools_ Source download
I wrote an article before: Step 2 today: SWF (pdf2swf) Before doing this, we should also make some preparations: : ja…… -
Java multithreading series_ Thread Introduction (1)
1、 Thread overview Thread is the basic execution unit of a program. When the operating system (excluding the single t…… -
Java development_ Generate / parse your own QR code QR code
When I saw a tool for generating QR code, I came up with an idea: Why not make a QR code generation and analysis tool?…… -
Common resource arrangement based on Java platform
Here is a collection of tools for building applications: Maven uses declarations to build and manage dependencies, pre…… -
Java development_ Eclipse is exported as a war file and hot deployed to Tomcat to run the summary
In MyEclipse, we can easily do this step: generate a war file from a web project In fact, in eclipse, it is also very …… -
Hadoop 2-mapreduce details
This article is about Hadoop 2 MapReduce version 2.0 will be explained in detail. Please pay attention to the version,…… -
Java development_ Imitate Baidu Library_ OpenOffice2PDF_ Source download
I've been studying and imitating things similar to Baidu Library these days. Here I'll share with you what I've done m…… -
String objects can be assigned with “=” or “new”. What is the difference between the two methods?
When you see the title, you may subconsciously think about the difference between the two methods? Take a look at the …… -
Java development_ The difference between ” and null
I have a problem at work today: In the code: The following is the difference between null and '' in Java: -
Java interview questions_ Good things to share with you
There are many online yes, you can look at the interview Manual of IT company. Java interview questions spring inter…… -
Maven study notes
Study notes Select apache-maven-3.3 9-bin. Zip download and unzip. Configure environment variable: create a new enviro……