我电脑是Win7旗舰版,之前电脑上安装的是Python2.6版本的,前两天为了体验一下Microsoft
Excel与Python之间互操作,下载并安装了DataNitro,在安装的时候脑残的安装了Python2.7.5,但是这两天在用的时候,发现之前安装的一些包后不能用了;print
sys.pa...
分类:
编程语言 时间:
2014-06-16 11:11:33
阅读次数:
684
原题地址:https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/题意:Given
a sorted linked list, delete all nodes that have duplicate number...
分类:
编程语言 时间:
2014-06-16 10:40:35
阅读次数:
340
原题地址:https://oj.leetcode.com/problems/search-in-rotated-sorted-array-ii/题意:Follow
up for "Search in Rotated Sorted Array":What ifduplicatesare allowed...
分类:
编程语言 时间:
2014-06-16 08:20:54
阅读次数:
307
原地址:http://hi.baidu.com/drunkdream/item/9c9ac638dfc46ec6382ffac5实验环境:windows7+python2.6+pycrust+PIL1.1.7实验操作:Image模块例子:打开、旋转、显示一副图像>>>
import Image>>>...
分类:
编程语言 时间:
2014-06-16 07:56:05
阅读次数:
794
原题地址:https://oj.leetcode.com/problems/gray-code/题意:The
gray code is a binary numeral system where two successive values differ in only
one bit.Given a...
分类:
编程语言 时间:
2014-06-16 07:42:27
阅读次数:
242
tablib简介-----------Tablib is a format-agnostic
tabular dataset library, written in Python.Tablib
是一个格式未知的表格操作库,使用python编写,目前(2014-06-11)支持如下格式:Excel 、...
分类:
其他好文 时间:
2014-06-12 09:08:53
阅读次数:
190
6月10号docker 1.0稳定版本发布,找了台ubuntu的机器,装了下ubuntu
version:12.04docker
version:1.0.0装docker的步骤可以看官方文档:https://docs.docker.com/installation/ubuntulinux/装好之后,...
分类:
移动开发 时间:
2014-06-12 07:13:23
阅读次数:
293