python入门,hhh 在慕课网上学习python入门,编写汉诺塔的递归调用时,代码正确。但是加上注释后编译不通过 报如下错误: 原因如下: Python默认是以ASCII作为编码方式的,如果在自己的Python源码中包含了中文(或者其他非英语系的语言),此时即使你把自己编写的Python源文件以 ...
分类:
编程语言 时间:
2018-01-17 23:32:01
阅读次数:
236
告别2017的人和事,期待一下2018。SEE YOU Damn, who knew all the planes we flew Good things we've been through That I'll be standing right here Talking to you about ...
分类:
其他好文 时间:
2018-01-17 20:23:47
阅读次数:
160
第一步:右键项目点击export: 2、选择Runable JAR file: 点击Finish后会爆出一个错误(Jar export finished with problems. See details for additional information. Could not find mai ...
分类:
系统相关 时间:
2018-01-17 18:26:11
阅读次数:
256
换了项目组,换了新电脑,重装Python时遇到提示如下图所示: 原因:需要安装Windows 7 Service Pack 1 直接点击“update your machine”即可跳转到指定页面,有解决方法和下载链接 我嫌弃下载文件太大,选择安装Python3.4版本,即可安装成功。 ...
分类:
编程语言 时间:
2018-01-15 20:32:17
阅读次数:
644
1、安装 DatabaseLibrary 库 DatabaseLibrary 下载地址:https://pypi.python.org/pypi/robotframework-databaselibrary/0.6在线文档:http://franz-see.github.io/Robotframew ...
分类:
数据库 时间:
2018-01-15 16:40:10
阅读次数:
225
1、错误描写叙述XML Parser Errors See Details for more Information XML Parser Error on line 1: Document root element "generatorConfiguration", must match DOCT ...
分类:
其他好文 时间:
2018-01-14 19:30:59
阅读次数:
393
The following table compares general and technical information for a selection of commonly used programming languages. See the individual languages' a ...
分类:
其他好文 时间:
2018-01-12 21:18:29
阅读次数:
176
本篇目标 1.对百度贴吧的任意帖子进行抓取 2.指定是否只抓取楼主发帖内容 3.将抓取到的内容分析并保存到文件 1.URL格式的确定 首先,我们先观察一下百度贴吧的任意一个帖子。 比如:http://tieba.baidu.com/p/3138733512?see_lz=1&pn=1 所以我们可以把 ...
分类:
编程语言 时间:
2018-01-11 15:36:15
阅读次数:
237
package com.common.tools; import java.security.MessageDigest; /** * MD5加密工具类 * <功能详细描述> * * @author chenlujun * @version [版本号, 2014年10月1日] * @see [相关类 ...
分类:
编程语言 时间:
2018-01-11 15:32:42
阅读次数:
190
个人阅读作业+总结 关于银弹 关于银弹我比较认同Frederick P. Brooks, Jr.的观点,软件开发过程中没有银弹。文章中提到 But, as we look to the horizon of a decade hence, we see no silver bullet. There ...
分类:
其他好文 时间:
2018-01-08 16:37:49
阅读次数:
104