码迷,mamicode.com
首页 >  
搜索关键字:python docker    ( 151832个结果
成功解决在Python文件上右键菜单无“Edit with IDLE”选项
我电脑是Win7旗舰版,之前电脑上安装的是Python2.6版本的,前两天为了体验一下Microsoft Excel与Python之间互操作,下载并安装了DataNitro,在安装的时候脑残的安装了Python2.7.5,但是这两天在用的时候,发现之前安装的一些包后不能用了;print sys.pa...
分类:编程语言   时间:2014-06-16 11:11:33    阅读次数:684
[leetcode]Remove Duplicates from Sorted List II @ Python
原题地址: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
[leetcode]Search in Rotated Sorted Array II @ Python
原题地址: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
python PIL Image模块
原地址:http://hi.baidu.com/drunkdream/item/9c9ac638dfc46ec6382ffac5实验环境:windows7+python2.6+pycrust+PIL1.1.7实验操作:Image模块例子:打开、旋转、显示一副图像>>> import Image>>>...
分类:编程语言   时间:2014-06-16 07:56:05    阅读次数:794
[leetcode]Gray Code @ Python
原题地址: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简介-----------Tablib is a format-agnostic tabular dataset library, written in Python.Tablib 是一个格式未知的表格操作库,使用python编写,目前(2014-06-11)支持如下格式:Excel 、...
分类:其他好文   时间:2014-06-12 09:08:53    阅读次数:190
docker 1.0.0发布以及一个bug依赖apparmor_parser
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!