码迷,mamicode.com
首页 >  
搜索关键字:distribute    ( 401个结果
Python包管理工具
本想写一篇关于virtualenv的博客但是用到了easy_install,所以先介绍一下,Python的包管理工具。Python的包管理工具有三个easy_install、distribute(不常用)和pip(可能是用多了easy_install,个人比较喜欢easy_install,但官方推荐...
分类:编程语言   时间:2015-04-04 11:50:13    阅读次数:124
Python包管理工具之间的关系
转自http://www.nowamagic.net/academy/part/13/302/当前的包管理工具链是 easy_install/pip + distribute/setuptools + distutils, 显得较为混乱。而将来的工具链组合非常简单:pip + distutils2。...
分类:编程语言   时间:2015-04-03 22:27:38    阅读次数:252
Hive操作之HQL语句
HQL操作1、Distribute by distribute by col按照col列把数据分散到不同的reduce sort sort by col 按照col列把数据排序 select col,co2 from table_name distribute by col1 sort by col...
分类:其他好文   时间:2015-03-29 23:34:18    阅读次数:311
hdu 2647 Reward 拓扑排序。
Problem Description Dandelion's uncle is a boss of a factory. As the spring festival is coming , he wants to distribute rewards to his workers. Now he has a trouble about how to distribute the rewards. The workers will compare their rewards ,and some one m...
分类:编程语言   时间:2015-03-28 11:36:19    阅读次数:213
ios导出ipa文件
步骤1:选择运行设备,IOS Device 步骤2:选择Product --- Archive开始编译(注意第一步一定要选IOS Device,否则此步Archive为灰sè无法操作)步骤3:一段漫长的编译过程后,进入如下界面,点击Distribute..步骤4:选择第二项:Save for Ent...
分类:移动开发   时间:2015-03-15 19:36:03    阅读次数:189
Python3使用setuptools
旧版的setuptools已经不能用于Python3上了,国外有大神fork出了另一分支distribute,它可以支持Python3:1234567#下载wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6....
分类:编程语言   时间:2015-02-14 17:28:50    阅读次数:215
Windows下安装pip管理scikit-learn
最近在研究scikit-learn的开源包,总是遇到scikit-learn包找不到的问题,按照以下步骤问题就解决了,具体步骤如下: 1、  安装python,一般为2.7,网址:https://www.python.org/downloads/ 2、  Python安装distribute:打开windows的cmd,切换到distribute-0.6.36目录. 输入:python set...
分类:Windows程序   时间:2015-02-04 16:35:13    阅读次数:190
Learn Python the Hard Way--Exercise 46
0. 缘起 《Learn Python the Hard Way》Exercise 46 要求安装四个python package pip, distribute, nose, virtualenv,(原书作者特别提醒:Do not just donwload these packages and ...
分类:编程语言   时间:2015-02-01 23:16:45    阅读次数:455
[Linux技巧]固定Vmware下CentOS的IP
1. 首先取消使用Vmware动态主机设置服务[Edit] -> [Virtual Network Editor ...] 打开面板,选中[VMnet8]。如下,取消对[ Use local DHCP service to distribute IP address to VMs]的勾选。2. 配置...
分类:系统相关   时间:2015-01-31 17:52:06    阅读次数:226
使用src.rpm包安装软件
今天yum安装salt发现缺少python26-distribute,添加了4个yum源还是没有这个包,真的奇怪……到rpmfind网找到了rpm包又下载不了。。蛋碎一地埃没辙了,只找到了python26-distribute的src.rpm一种rpm形式的源码包。这种包怎么用呢?其实很简单!rpm-ivhxxxxxxxxxxxxxx.src.rpm后..
分类:其他好文   时间:2015-01-29 19:42:06    阅读次数:168
401条   上一页 1 ... 34 35 36 37 38 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!