org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in com/guigu/mapper/BookMapper.xml### The err ...
                            
                            
                                分类:
其他好文   时间:
2020-05-03 00:37:47   
                                阅读次数:
77
                             
                    
                        
                            
                            
                                # -*- coding: utf-8 -*- """ requests.api ~~~~~~~~~~~~ This module implements the Requests API. :copyright: (c) 2012 by Kenneth Reitz. :license: Apache ...
                            
                            
                                分类:
其他好文   时间:
2020-05-02 21:03:57   
                                阅读次数:
57
                             
                    
                        
                            
                            
                                    一 include 当项目越大,tasks越多的时候。如果将多有的task写入一个playbook中,可读性很差,就需要重新组织playbook 可以把一个playbook分成若干份晓得palybook文件,在主配置文件中,把小文件引入进来,就是include include tasks [root ...
                            
                            
                                分类:
其他好文   时间:
2020-05-02 20:44:25   
                                阅读次数:
68
                             
                    
                        
                            
                            
                                    umask 默认权限设置 [root@iZ8vb54310gt88z6l1kvd7Z ~]# umask0022 那么我们创建一个目录的默认权限是多少呢 [root@iZ8vb54310gt88z6l1kvd7Z ~]# mkdir test[root@iZ8vb54310gt88z6l1kvd7Z ...
                            
                            
                                分类:
其他好文   时间:
2020-05-02 11:29:01   
                                阅读次数:
120
                             
                    
                        
                            
                            
                                    proto文件helloword.proto: // Copyright 2015 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this  ...
                            
                            
                                分类:
其他好文   时间:
2020-05-01 20:54:54   
                                阅读次数:
65
                             
                    
                        
                            
                            
                                    徽章 基本实例 Badges scale to match the size of the immediate parent element by using relative font sizing and em units. <h1>Example heading <span class="ba ...
                            
                            
                                分类:
其他好文   时间:
2020-04-30 21:39:59   
                                阅读次数:
96
                             
                    
                        
                            
                            
                                    1、到mysql 的官网下载mysql 的yum包 下载并安装MySQL官方的 Yum Repository wget -i -c https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm 使用上面的命令就直接下载了安装 ...
                            
                            
                                分类:
数据库   时间:
2020-04-30 09:30:17   
                                阅读次数:
79
                             
                    
                        
                            
                            
                                路由泄漏 / VRF Specific default route 1、底层2、IGP3、MPLS LDP4、R2 / R4起VRF协议,并关联接口(R1 <--> R2之间运行BGP)5、BGP关系(R6:6.6.6.6/32 <--> R5 <--> Next-hop-self)6、R2去写关于 ...
                            
                            
                                分类:
数据库   时间:
2020-04-30 09:24:51   
                                阅读次数:
81
                             
                    
                        
                            
                            
                                ->start/SP/faulttmgmt/shellstart:Invalidtarget/SP/faulttmgmt/shell->start/SP/faultmgmt/shellAreyousureyouwanttostart/SP/faultmgmt/shell(y/n)?yfaultmgmtsp>fmadmfaultyTimeUUIDmsgidSeverity2019-
                            
                            
                                分类:
其他好文   时间:
2020-04-29 18:29:46   
                                阅读次数:
69
                             
                    
                        
                            
                            
                                    题目描述 将给定的链表中每两个相邻的节点交换一次,返回链表的头指针例如,给出1->2->3->4,你应该返回链表2->1->4->3。你给出的算法只能使用常量级的空间。你不能修改列表中的值,只能修改节点本身。 Given a linked list, swap every two adjacent  ...
                            
                            
                                分类:
其他好文   时间:
2020-04-29 00:52:16   
                                阅读次数:
76