一,什么是异常和错误? 异常和错误是不同的概念,错误大都是指python语法上的错误,编译时就会报错。异常是指不符合客观逻辑,或者逻辑上产生得到错误,比如res=1/0,,就是一个异常。 错误: 异常: 二,如何处理异常? 异常的处理可以使用if判断进行处理(low的方式),最常用的是使用try e ...
分类:
其他好文 时间:
2019-01-28 01:11:36
阅读次数:
215
2001.3 上海市英语中级口译资格证书第一阶段考试 参考答案: SECTION 1: LISTENING TEST Part A: Sport Dictation 1. television viewers 2. recent research 3. more far-reaching 4. po ...
分类:
其他好文 时间:
2019-01-26 11:00:52
阅读次数:
237
Computer HDU - 2196 A school bought the first computer some time ago(so this computer's id is 1). During the recent years the school bought N-1 new co ...
分类:
其他好文 时间:
2019-01-23 19:06:52
阅读次数:
104
在使用pytesser做图片文字识别时遇到 WindowsError: [Error 2] 错误,报错内容如下: Traceback (most recent call last): File "E:/Code/Captcha/ChinaMobileEC/recogCaptcha.py", line ...
题目描述 Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 100; 1 <= ...
分类:
移动开发 时间:
2019-01-17 21:23:20
阅读次数:
217
在玩的时候遇到了一个python的问题: ~~~ Traceback (most recent call last): File ".\convert.py", line 13, in a=pickle.load(readFile) ImportError: No modul ...
分类:
其他好文 时间:
2019-01-14 21:25:13
阅读次数:
219
在 "CAP理论与MongoDB一致性、可用性的一些思考" 一文中提到,MongoDB提供了一些选项,如Read Preference、Read Concern、Write Concern,对MongoDB的一致性、可用性、可靠性(durability)、性能会有较大的影响。 ...
分类:
数据库 时间:
2019-01-14 11:00:18
阅读次数:
201
Using the latest advancements in AI to predict stock market movements 2019-01-13 21:31:18 This blog is copied from: https://github.com/borisbanushev/s ...
分类:
其他好文 时间:
2019-01-13 22:22:16
阅读次数:
330
1、查找Action ctrl+shift+A ;可通过其查询其他操作快捷键等。 2、项目之间跳转:ctrl+shift+[ 与 ctrl+shift+] 3、alt + 数字 展开对应窗口 4、文件之间跳转 ctrl+e 可实现文件之间的跳转 recent files ctrl+shift+e 可 ...
啦啦啦啦啦!!!!我又来啦,几天该正式开始学习python语言啦,好高兴啊!!!今天学习的主要内容是变量和简单的数据类型!! 变量和简单的数据类型 大家回忆一下昨天的Hello Python World 程序print("Hello Python World!!!"),这里直接打出了”Hello P ...
分类:
编程语言 时间:
2019-01-02 10:35:22
阅读次数:
262