Java
-
struts2_ Is struts 2 thread safe?
Thread safety: multiple threads execute concurrently in a process. During thread execution, the variable values are th…… -
JSTL_ Core tag library
I explain 2: Core tag library The core tag library provides the general functions required for JSP page programming. …… -
struts2_ Struts 2 basic configuration
Basic configuration 1. Create a new web project 2. Import the jar package. Download the jar package required by stru…… -
Java_ Properties
Java_ Properties class Differences between hashtable and HashMap HashMap thread is unsafe, asynchronous and efficient …… -
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…… -
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…… -
Java Web – Filters
《 Application of Java Web development technology - filter < p class =" best text mb-10 "> a filter is a program…… -
A demo tells you the power of the optimization algorithm
The demo here is an accumulation algorithm, such as 1,2,3,4 n That is: sum = 1 + 2 + 3 + 4+ n; We can do this: Another…… -
-
L1 cache in Hibernate
HibernateTest. java code: Operation effect: As we will see, only one select statement is used here. But we read two re…… -
Introduction to algorithm – binary search algorithm
Algorithm premise: The algorithm idea is: 1. Compare the middle value in the array with the searched value each time 2…… -
-
Maven with Multi-module
Well,A project made of multi modules. For example,the hongten-security project,the structure of the hongten-security p…… -
Whether the list record in Java exactly matches the method
Today I want to talk about grouping the list and then encapsulating it with map. Maybe you still have some ambiguity a…… -
-
Java uses POI to import data from database into Excel
< div class = "posttitle" > java uses POI to import data from database into Excel -
PBE_ Password based encryption_ You can also have
In a blog called: PBE - password based encryption is mentioned in. I also tested it. Now I'll show you the effect of m…… -
Java programming_ socket_ Socket_ Network programming
For the server, use ServerSocket to listen to the specified port. The port can be specified at will (since ports below……
