码迷,mamicode.com
首页 >  
搜索关键字:distribute    ( 401个结果
hive SQL优化之distribute by和sort by
最近在优化hiveSQL, 下面是一段排序,分组后取每组第一行记录的SQL INSERT OVERWRITE TABLE t_wa_funnel_distinct_temp PARTITION (pt='${SRCTIME}')  SELECT      bussiness_id,      cookie_id,      session_id,      funnel_...
分类:数据库   时间:2014-07-22 17:42:31    阅读次数:344
【iOS越狱开发】如何将应用打包成.ipa文件
在项目开发中,我们常常需要将工程文件打包成.ipa文件,提供给越狱的iphone安装。 下面是一种方法: 1、首先应该给工程安装好配置文件(这里不再敖述),在ios device的状态下,运行成功。 2、选择Product->archive,如下图 3、点击Distribute按钮,弹出新窗口,选择Export as Xcode Archive,如下: 4、弹出是...
分类:移动开发   时间:2014-06-22 17:36:03    阅读次数:322
Router Map
Routemap的使用:1、路由再分布的时候,对路由进行过滤,比使用distribute-list更灵活;2、策略路由;3、NAT4、BGP路由策略的实现;Routemap的操作:1、Routermap由一组语句组成;2、语句的处理时自上而下的;3、一旦找到匹配的语句,后续的操作将不再进行;4、其中的序列号将..
分类:其他好文   时间:2014-06-16 16:26:47    阅读次数:950
distribute-list分发列表 转自 红茶三杯sina blog
distribute-list分发列表 (2013-07-07 10:46:09)转载▼标签:distribute-list分发列表分类:Routing一、工具概述distribute-list分发列表是用于控制路由更新的一个工具,只能过滤路由信息,不能过滤LSA。如上图,R1、R2、R3运行RIP...
分类:其他好文   时间:2014-06-11 07:52:09    阅读次数:323
【转】Linux 下安装python软件包(pip、nose、virtualenv、distribute )
1.关于pippip是python的软件安装工具,下面是pip的使用方法:(1)安装包:pip install SomePackage(2)查看安装包时安装了哪些文件:pip show --files SomePackage(3)查看哪些包有更新:pip show --files SomePacka...
分类:编程语言   时间:2014-06-09 17:58:04    阅读次数:240
STL 之 stack 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_stack.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its do...
分类:其他好文   时间:2014-05-07 07:40:07    阅读次数:322
STL 之 queue、priority_queue 源码剖析
G++ 2.91.57,cygnus\cygwin-b20\include\g++\stl_queue.h 完整列表 /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its document...
分类:其他好文   时间:2014-05-06 22:22:55    阅读次数:402
Python的包管理工具distribute,setuptools,easy_install与pip
刚开始学习Python时,看资料和别人介绍中提到过,安装Python的包有的用easy_install, setuptools, 有的使用pip,distribute。现在把这些相关的资料整理一下,能更清晰的了解Python的设计,关于这些可以参考http://guide.python-distribute.org/installation.html。...
分类:编程语言   时间:2014-04-29 13:42:22    阅读次数:358
STL 之 map 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:398
STL 之 multimap 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:13:21    阅读次数:309
401条   上一页 1 ... 38 39 40 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!