Step by step teach you SSM integration swagger
First: What is swagger?
swagger is a very useful framework for writing API documents. Other self-owned Baidu
Second: ssm integration swagger?
1: Introduce dependencies in maven's pom file: (Note version, otherwise tomcat will not start properly)
<!-- Introduce swagger -->
<!--springfox The core of jar package -->
&l ...
Posted by abasel on Sat, 26 Jan 2019 00:57:14 -0800
ajax - asynchronous javascript xml
concept
Ajax (asynchronous javascript xml) refreshes local page data rather than reloading the entire page
Advantage
1. Achieving the effect of asynchronous communication, partial page refresh and better user experience
2. Acquire data on demand and save bandwidth resources
classification
It is divided into native ajax ...
Posted by mwkemo on Fri, 25 Jan 2019 13:30:14 -0800
Wechat Learning Notes 4 (Continuous Updates) - - Conquer scroll-view drop-down refresh
Map
Probably to achieve this use of swiper tab switching, data page drop-down refresh effect.
Officially provided scroll-view serves as a container. If scroll-view uses onPull Down Refresh to achieve drop-down refresh, there will be a page refresh card, and refresh will appear on tab, and the user experience is very poor.
Here's ...
Posted by Diggler on Fri, 25 Jan 2019 01:15:15 -0800
In react-router, <switch> explanation of label existence meaning
Tagged
<BrowserRouter>
<div>
<div>
<ul>
<li>
<Link to="/Guide/ContactUs">ContactUs</Link>
</li>
</ul> ...
Posted by jonniejoejonson on Thu, 24 Jan 2019 22:33:14 -0800
JqueryUI Starter Example
Jquery ui is a good front-end UI framework.
Official address: https://jqueryui.com/
Download jQuery UI at https://jquery ui.com/resources/download/jquery-ui-1.12.1.zip
Downloaded is a compressed package, decompressed directory structure is roughly as follows:
Initial examples: (It's also a good learning to look at the index.htm ...
Posted by activomate on Thu, 24 Jan 2019 14:00:13 -0800
Small Program Learning Journey - Method of slot child component calling parent component, method of parent component calling child component
slot subcomponent
<!--pages/user/user.wxml-->
<header title='{{title}}'></header>
{{title}}
<footer>
<button>I am footer Buttons in subcomponents</button>
</footer>
slot calls in footer subcomponents
<!--components/footer/footer.wxml-->
<view class="footer" hover-class="no ...
Posted by spasm37 on Thu, 24 Jan 2019 12:57:13 -0800
PC-side Page Call QQ Chat-Code Stripping and Including Chapters
Today, I received a message from the website saying that because of compatibility problems, he provided a new way to call QQ code.
Here Sue checked the source code of others and studied it. Peel off and paste it out for your reference and study.
Personal test from user tyj1021: wpa. This method can be used to call QQ on both co ...
Posted by mark123$ on Wed, 23 Jan 2019 23:00:14 -0800
bootstrap raster system, code embedding, tables
I. Grid System
The grid system should note that bootstrap contains up to 12 columns, and if it goes beyond, it will change lines. It can also be nested. Transparency is set in the code, which is superimposable or good-looking. It should be used frequently in the future.
<!DOCTYPE html>
<html>
<head>
< ...
Posted by tudoroprea on Wed, 23 Jan 2019 07:51:14 -0800
ArcGIS API for JavaScript 4.9 Learning Notes 1 (Creating 2D/3D Maps)
ArcGIS API for JavaScript 4.9 Learning Notes 1 (Creating 2D/3D Maps)
2D:
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Intro to MapView - Create a 2D map</title>
<style>
ht ...
Posted by vintox on Tue, 22 Jan 2019 21:03:13 -0800
How to Use Session in Go lang
The basic principle behind Session is that the server maintains the information of each client, and the client relies on a unique Session ID to access the information.When a user accesses a Web application, the server creates a new Session using the following three steps as needed:
Create a unique Session ID
Open the data storage space: Usuall ...
Posted by Lynny on Sun, 20 Jan 2019 16:51:13 -0800