Spring transaction ---- transaction control mode declarative transaction (XML(tx namespace management transaction))

Environmental description Declarative transaction (XML(tx namespace management transaction)) tx configuration tx:advice Name: tx:advice Type: Label Attribution: beans tag Role: dedicated to declaring transaction notifications Format: <beans> <tx: advice id ="txAdvice" transaction-manager="txManager"> </tx:advice> &l ...

Posted on Wed, 13 Oct 2021 16:04:30 -0400 by peanutbutter

Understanding XML,DOM parsing, SAX parsing, DOM4J parsing

XML usage, command space, constraints, parsing 1.1 what is XMl? XML(EXtensible Markup Language),Extensible markup language Markup refers to markup language, also known as tag language, which can describe data with a series of tags. (user can customize the label) 1.2 function xml can be used as a standard for data transmission Readabil ...

Posted on Wed, 29 Sep 2021 14:44:59 -0400 by g-force2k2

JavaSE -- < supplementary knowledge points > [XML file, reflection]

XML file xml file is an extensible markup language, which is used to store and transmit data; HTML as hypertext markup language; It is used to display data The disadvantage is that the syntax of xml is cumbersome. In the early days, we still had to parse xml files and read and write data in Java language XML can manage the data w ...

Posted on Thu, 16 Sep 2021 19:51:37 -0400 by smonsivaes

For seniors who haven't graduated yet, learn the daily sharing Day1 of Java

Currently studying Mybatis         At present, I am learning mybatis. The best helper to learn mybatis is his official website https://mybatis.org/mybatis-3/zh , and check the official source code of mybatis. You can learn in detail how mybatis is used to eliminate the jdbc connection code, and how jdbc sets to obtain the ...

Posted on Sat, 04 Sep 2021 15:45:32 -0400 by luxluxlux

freemarker tag usage and configuration

After some time of research, freemarker really works better than jsp, and freemarker strictly divides the mvc pattern.Show on the page as a template filler.The following describes the use and configuration of freemarker that I experienced. Configuration tags are good for maintaining and expanding the project. Create a freemarker configuratio ...

Posted on Mon, 20 Jul 2020 11:38:03 -0400 by davidosullivan

freemarker tag usage and configuration

After some time of research, freemarker really works better than jsp, and freemarker strictly divides the mvc pattern.Show on the page as a template filler.The following describes the use and configuration of freemarker that I experienced. Configuration tags are good for maintaining and expanding the project. Create a freemarker configuratio ...

Posted on Mon, 20 Jul 2020 11:39:27 -0400 by icon4tech

freemarker tag usage and configuration

After some time of research, freemarker really works better than jsp, and freemarker strictly divides the mvc pattern.Show on the page as a template filler.The following describes the use and configuration of freemarker that I experienced. Configuration tags are good for maintaining and expanding the project. Create a freemarker configuratio ...

Posted on Mon, 20 Jul 2020 11:38:18 -0400 by tensitY

Deploying multiple projects under Tomcat

Multiple project deployments with the same port number Add: <Context path="/route" reloadable="true" docBase="/home/develop/tomcat-7.0.54/flatrass"/>   <Context path="/route2" reloadable="true" docBase="/home/develop/tomcat-7.0.54/flatrasweats"/>   By visiting: http://127.0.0.1:8080/route  http://127.0.0.1:8080/route2 It ...

Posted on Sat, 18 Jul 2020 11:33:04 -0400 by rahulroy

Deploying multiple projects under Tomcat

Multiple project deployments with the same port number Add: <Context path="/route" reloadable="true" docBase="/home/develop/tomcat-7.0.54/flatrass"/>   <Context path="/route2" reloadable="true" docBase="/home/develop/tomcat-7.0.54/flatrasweats"/>   By visiting: http://127.0.0.1:8080/route  http://127.0.0.1:8080/route2 It ...

Posted on Sat, 18 Jul 2020 11:33:06 -0400 by adamlacombe

The android Ultra-PullToRefresh(Ultra-ptr) slide up causes the top of the ScrollView to be hidden

The process of overusing Fresco from Picasco a while ago was enjoyable, because there was a minor problem in the middle of trying Ultra-ptr (due to problems with PTR integrated lib and years of no maintenance). I searched a lot of data and found out the reason for the problem. The problem was to use ScrollView to slide up to the bottom and th ...

Posted on Fri, 17 Jul 2020 12:41:21 -0400 by rhecker