Android: how to use ViewPage
catalog
1. Definition
ViewPager is a class in the Android extension package v4 package
android.support.v4.view.ViewPager
Similar to LinearLayout, the ViewPager class directly inherits the ViewGroup class and is a container in which we need to add the content we want to display.
Similar to ListV ...
Posted on Mon, 29 Jun 2020 02:15:32 -0400 by zoffi
Installation and use of neven private service Nexus
Transferred from: https://blog.csdn.net/ThinkWon/article/details/94346681
Whenever and wherever possible, dry cargo is read more and technical resources are obtained. Source code and learning materials are collected. Please pay attention to source code community official account (ydmsq666) and Gabor ...
Posted on Sun, 28 Jun 2020 23:34:32 -0400 by error_22
JSP--JSTL (JSP Standard Tag Library)
JSP--JSTL (JSP Standard Tag Library)
Blog description
The information involved in this article comes from Internet collation and personal summary, which means personal learning and experience summary. If there is any infringement, please contact me to delete, thank you!
concept
JavaServer pages tag library JSP standard tag library
Is an open so ...
Posted on Sun, 28 Jun 2020 02:19:01 -0400 by wing_zero
Call WebService interface
Last level we talked about generating maven project.
In this episode, we talk about generating JavaBeans and String loaded Bean tool classes.
1. Add test class dependency
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
...
Posted on Sun, 28 Jun 2020 01:59:41 -0400 by duncanmaclean
AJAX_ Introduction & classic cases
AJAX_ Introduction & classic cases
Getting started with AJAX
AJAX introduction
AJAX(Asynchronous JavaScript And XML): asynchronous JavaScript and XML.
It is not a new technology in itself, but a combination of multiple technologies. Technology for quickly creating dynamic web pages.
If you ne ...
Posted on Sat, 27 Jun 2020 22:50:27 -0400 by Strikebf
Understand interpreter patterns of 23 design patterns
Understand interpreter patterns of 23 design patterns
What is an interpreter
The definition, characteristics and structure of interpreter
code implementation
Application scenario of interpreter mode
Extension of Interpreter pattern
What is an interpreter
Interpreter mode, also known as interp ...
Posted on Sat, 27 Jun 2020 04:15:20 -0400 by andrewgarn
Beauty of Mybatis source code: 2.13. Parse the databaseIdProvider element and configure the database type unique flag generator
Parse the databaseIdProvider element and configure the database type unique flag generator
An interface named DatabaseIdProvider is defined in mybatis. The function of this interface is to obtain the unique flag of different data sources in mybatis.
DatabaseIdProvider defines two methods, setProperties() method is used to configure custom prope ...
Posted on Sat, 27 Jun 2020 02:10:05 -0400 by PHPoracle
Beego Learning Notes 13:Api Writing
Api Writing
1> The common data formats used by api are json and xml.
2> Here's how different data formats are used
1->JSON data direct output.
After calling ServeJSON, the content-type is set to application/json, and the data is serialized as JSON output
2->Direct output of XML data
After calling ServeXML, the content-type is set to ...
Posted on Fri, 26 Jun 2020 12:14:22 -0400 by Qlubbie
My little goal
Made a project, maven+IDEA+MySQL
Because of frequent computer crashes and other reasons, I put it in my blog, share it, and record the process and problems I met. Whether I can grow up or not depends on the response of the caretaker.
Every place with a yellow background is the pit I met.
Title creat ...
Posted on Fri, 26 Jun 2020 02:24:51 -0400 by rharden
Integrating SSM's Demo
Article catalog
1. Version selection
2. Using maven to create a project (project structure)
image-20200626115714873
3.pom.xml
4. Configuration file (under resources)
Configuration files for spring( applicationContext.xml)
springmvc-config.xml
mybatis-config.xml
jdbc.properties
log4j.properties
mappe ...
Posted on Fri, 26 Jun 2020 01:06:14 -0400 by Pintonite