异常和错误 1.语法错误(这种错误,根本过不了python解释器的语法检测,必须在程序执行前就改正) 2.逻辑错误(逻辑错误) 异常就是程序运行时发生错误的信号,在python中,错误触发的异常如下 异常的种类 AttributeError 试图访问一个对象没有的树形,比如foo.x,但是foo没有 ...
分类:
编程语言 时间:
2018-01-12 15:58:23
阅读次数:
175
shiro是一个权限框架,具体的使用可以查看其官网 http://shiro.apache.org/ 它提供了很方便的权限认证和登录的功能. 而springboot作为一个开源框架,必然提供了和shiro整合的功能!接下来就用springboot结合springmvc,mybatis,整合shiro ...
分类:
编程语言 时间:
2018-01-10 21:39:10
阅读次数:
229
2018-01-09 18:12:29,980 [qtp1501019626-21] ERROR - 外部接口调用方法【TestController$$EnhancerBySpringCGLIB$$825c015b.testDemo6】异常:org.springframework.dao.Inval ...
分类:
数据库 时间:
2018-01-09 20:23:54
阅读次数:
1108
安装与卸载软件的方法rpm工具介绍yum工具的介绍搭建yum本地仓库
分类:
其他好文 时间:
2018-01-08 22:35:55
阅读次数:
161
1,修改配置文件 [root@study02 ~]# vim /etc/salt/master # The file server works on environments passed to the master, each environment # can have multiple roo... ...
分类:
其他好文 时间:
2018-01-06 20:05:47
阅读次数:
138
转自:http://blog.csdn.net/pamxy/article/details/8629213 Asynchronous Device Events 异步设备事件 CAP_DEVICEEVENT MSG_SET选择应用程序希望Twain源报告的事件; MSG_RESET返回Twain源的 ...
分类:
其他好文 时间:
2018-01-02 11:35:25
阅读次数:
212
# encoding=UTF-8 import logging import sys sys.path.append(".") import Collector import logging import logging.handlers import datetime import os impo... ...
分类:
其他好文 时间:
2017-12-26 14:27:18
阅读次数:
178
<%-- Created by IntelliJ IDEA. User: jh Date: 2017/7/12 Time: 14:31 To change this template use File | Settings | File Templates.--%><%@ page contentT ...
分类:
编程语言 时间:
2017-12-22 19:51:57
阅读次数:
168