Java
-
Examples of several ways for JavaScript and JSP to send requests to servlets
There are five ways to submit JavaScript to servlet: There are six ways to submit JSP to servlet: -
How to read XML files in Java
Today's CSDN FAQ explains how to read the contents of XML files in Java. Directly on the code, the comments are writte…… -
Using java to realize HTTP multithreading breakpoint download file (1)
Basic principle: use urlconnection to obtain the length, header and other relevant information of the file to be downl…… -
Java method of screen broadcasting by controlling mouse
This paper describes the method of screen broadcasting in Java by controlling the mouse. Share with you for your refer…… -
JDK 7 new features summary example code analysis
1. Switch supports string as a parameter Switch enumeration support 2. Improvement of digital literal quantity 2.1. Be…… -
Common usage examples in Java 8 time and date library
Someone asked me what is the best way to learn a new library? My answer is to use it in real projects. In a real proje…… -
Detailed introduction of httpservlet based on JSP
Httpservlet first review the class structure diagram mentioned in the previous section: There are two methods commonly…… -
Analysis of spring security verification process and custom verification method
The essence of spring security Spring security is essentially a series of filters, which are then inserted into the fi…… -
Simple encapsulation of Alibaba cloud message queue using java
1、 Foreword Recently, the company needs to use Alibaba cloud message queue. In order to make it easier to use, I spen…… -
Detailed explanation of mouse event design in java graphical programming
The event source of mouse events is often related to the container. Mouse events will occur when the mouse enters the …… -
Tutorial on using JDBC templet in spring boot
preface Spring's JDBC templet is a basic encapsulation of JDBC used by spring. He mainly helps programmers realize the…… -
Explain how to create the first spring boot project under eclipse
Spring boot is a new framework provided by pivot team. It is designed to simplify the initial construction and develop…… -
Use of session and scope in JSP
Almost all web development languages support session function, and servlet is no exception. The session function in se…… -
Explain in detail the installation and use of Maven private server nexus
This article introduces the installation and use of Maven private nexus in detail and shares it with you as follows: 1…… -
Connecting MySQL database with Java and testing whether the connection is successful
This article describes the method of Java connecting to MySQL database and testing whether the connection is successfu…… -
JSP reference servlet generated verification code code code demonstration
This demonstration code mainly includes the following three parts: 1 checkCode. Java: used to generate verification co…… -
Java implementation of one-way linked list inversion
This example shares the specific code of Java to realize the inversion of one-way linked list for your reference. The …… -
A little understanding of Java polymorphism
Object oriented programming has three characteristics: encapsulation, inheritance and polymorphism. Encapsulation hide…… -
Java calendar (calendar of a year, calendar of a month) user-defined
You can print the calendar of a year by yourself, that is, print all the calendars of a year If the calendar of 2013 i…… -
Spring cloud Eureka ribbon service registration, discovery and invocation
summary Use a simple example to demonstrate the basic usage of Eureka and ribbon in spring cloud. Version and environm…… -
Character encoding of controller in spring MVC
When building web applications using the spring MVC framework, clients often request data in string, integer, JSON and…… -
Java implementation reads large files by line
Java implementation reads large files by line Two popular while versions on Internet are unreliable Consider bufferedi…… -
Teach you how to integrate spring with flex eclipse
Download Flash Builder first_ 4_ 7_ LS10_ win64. Exe tried to install several eclipse plug-ins without success, includ…… -
The calendar API usage in Java is fully parsed
The first part introduces the definition of calendar: Calendar can be regarded as an abstract class. Its implementatio…… -
In depth interpretation of Java EE micro framework spring boot
preface As an important open source framework in the field of Java EE framework, spring framework plays a very importa…… -
Explain in detail the Shiro permission management and database design of spring integration
In the previous article, we completed the construction of the basic framework. Now basically all background systems ca…… -
Spring security4 sample code for adding verification code
Spring security is a large module. This article only involves the authentication of custom parameters. The default aut…… -
Example of using nio2 to copy files in Java
This program is just created to make it easier to copy files (folders). 1. There is no need to create a new folder, wh…… -
Detailed steps for deploying Java Web project to alicloud server
Record the steps of deploying a web project to alicloud server (using web project, alicloud server, xftp and xshell), …… -
Java file copy code fragment (Java implementation file copy)
1、 To complete this procedure, you need to know the following knowledge points: 1. Write simple java programs, such a…… -
Spring security builds rest services to implement the remember me function
Spring security remembers my basic principles: When logging in, the request is sent to the filter usernamepasswordauth…… -
Introduction to Java EE
Before we go into J2EE, let's take a look at the overview: Multi tier application - multi tier application (or multi t……