You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							66 lines
						
					
					
						
							2.7 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							66 lines
						
					
					
						
							2.7 KiB
						
					
					
				
								<!DOCTYPE html>
							 | 
						|
								<html lang="en">
							 | 
						|
								<head>
							 | 
						|
								    <meta charset="UTF-8">
							 | 
						|
								    <meta name="viewport" content="width=device-width, initial-scale=1.0">
							 | 
						|
								    <meta name="generator" content="smart-doc">
							 | 
						|
								    <title>Error Code</title>
							 | 
						|
								    <link rel="stylesheet" href="font.css">
							 | 
						|
								    <link rel="stylesheet" href="AllInOne.css?v=1673067994786"/>
							 | 
						|
								    
							 | 
						|
								    <style>.literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint {
							 | 
						|
								        background: #f7f7f8
							 | 
						|
								    }
							 | 
						|
								
							 | 
						|
								    .hljs {
							 | 
						|
								        padding: 0em
							 | 
						|
								    }</style>
							 | 
						|
								    <script src="highlight.min.js"></script>
							 | 
						|
								    <script src="jquery.min.js"></script>
							 | 
						|
								</head>
							 | 
						|
								<body class="book toc2 toc-left">
							 | 
						|
								<div id="header"><h1>Parent pom providing dependency and plugin management for applications
							 | 
						|
										built with Maven</h1>
							 | 
						|
								    <div id="toc" class="toc2">
							 | 
						|
								        <div id="book-search-input"><input id="search" type="text" placeholder="Type to search"></div>
							 | 
						|
								        <div id="toctitle"><span>API Reference</span></div>
							 | 
						|
								        <ul id="accordion" class="sectlevel1">
							 | 
						|
								            <li><a class="dd" href="api.html#header">1. </a>
							 | 
						|
								                <ul class="sectlevel2" style="display: none">
							 | 
						|
								                    <li><a
							 | 
						|
								                            href="api.html#_1_1_添加用户信息">1.1. 添加用户信息</a>
							 | 
						|
								                    </li>
							 | 
						|
								                </ul>
							 | 
						|
								            </li>
							 | 
						|
								        </ul>
							 | 
						|
								    </div>
							 | 
						|
								</div>
							 | 
						|
								<div id="content">    <footer class="page-footer"><span class="copyright">Generated by smart-doc at 2023-01-07 13:06:34</span><span
							 | 
						|
								            class="footer-modification">Suggestions,contact,support and error reporting on<a
							 | 
						|
								            href="https://gitee.com/smart-doc-team/smart-doc" target="_blank"> Gitee</a> or<a
							 | 
						|
								            href="https://github.com/smart-doc-group/smart-doc.git" target="_blank"> Github</a></span></footer>
							 | 
						|
								</div>
							 | 
						|
								<script src="search.js?v=1673067994786"></script>
							 | 
						|
								<script>
							 | 
						|
								    $(function () {
							 | 
						|
								        const Accordion = function (el, multiple) {
							 | 
						|
								            this.el = el || {};
							 | 
						|
								            this.multiple = multiple || false;
							 | 
						|
								            const links = this.el.find('.dd');
							 | 
						|
								            links.on('click', {el: this.el, multiple: this.multiple}, this.dropdown);
							 | 
						|
								        };
							 | 
						|
								        Accordion.prototype.dropdown = function (e) {
							 | 
						|
								            const $el = e.data.el;
							 | 
						|
								            const $this = $(this), $next = $this.next();
							 | 
						|
								            $next.slideToggle();
							 | 
						|
								            $this.parent().toggleClass('open');
							 | 
						|
								            if (!e.data.multiple) {
							 | 
						|
								                $el.find('.submenu').not($next).slideUp("20").parent().removeClass('open');
							 | 
						|
								            }
							 | 
						|
								        };
							 | 
						|
								        new Accordion($('#accordion'), false);
							 | 
						|
								        hljs.highlightAll()
							 | 
						|
								    });
							 | 
						|
								</script>
							 | 
						|
								</body>
							 | 
						|
								</html>
							 | 
						|
								
							 |