Monthly Archives: February 2016

魔兽世界常用宏指令一览

分类 英文指令 中文指令 说明 人物 /cancelaura /取消光环 取消指定增益效果,如同右击增益图示一般。 人物 /cancelform /取消形态 取消型态。 人物 /usetalents /启用天赋 启用指定天赋。 3.2.0新增。 作战 /assist /a /协助 协助指定目标。 作战 /cast /spell /施放 /法术 施放技能。 作战 /startattack /开始攻击 开始自动攻击。 作战 /stopattack /停止攻击 停止自动攻击。 作战 /stopcasting /停止施法 打断目前正在施放的法术。 作战 /castrandom /随机施法 随机施放列表中的法术。 3.2.0後必须等随机列表中被选中的技能施放後,才能施放下一个随机技能。 作战 /castsequence /连续施法 依序使用列表中的法术。 物品 /use /使用 使用物品。 物品 /userandom /使用随机 使用随机列表中的物品。 3.2.0後必须等随机列表中被选中的物品使用後,才能使用下一个随机物品。 物品 /equip /eq /装备 装备指定物品。 物品 /equipslot /装备栏位 装备指定物品至指定部位。 物品 /equipset /装备套装 装备指定套装。 3.2.0新增。 对象 /target /tar /目标 设定目标。若使用单位名称,采模糊比对。 对象 /cleartarget /清除目标 清除目标。 对象 /targetexact /选定指定目标 设定目标。若使用单位名称,采精确比对。 对象 /targetlasttarget /选定前一目标 设定目标为前一个选取的目标。 对象 /targetlastenemy /选定前一敌人 设定目标为前一个选取的敌人。 对象 /targetlastfriend /选定前一友方 设定目标为前一个选取的友方。 对象 /targetenemy /目标敌人 设定目标为最近的敌人。 对象 /targetfriend /目标友方 设定目标为最近的友方。 对象 /targetenemyplayer /选定敌方玩家 设定目标为最近的敌方玩家。 对象 /targetfriendplayer /选定友方玩家 设定目标为最近的友方玩家。 对象 /targetparty /目标队伍 设定目标为最近的队伍成员。 对象 /targetraid /目标团队 设定目标为最近的团队成员。 对象 /focus /专注目标 设定专注目标。 对象 /clearfocus /清除专注目标 清除专注目标。 宠物 /petattack /宠物攻击 宠物攻击。 宠物 /petfollow /宠物跟随 宠物跟随。 宠物 /petstay /宠物停留 宠物停留。 宠物 /petautocastoff /关闭宠物自动施法 关闭宠物自动施法。 宠物 /petautocaston /开启宠物自动施法 开启宠物自动施法。 宠物 /petautocasttoggle /切换宠物自动施法 切换宠物自动施法。 宠物 /petaggressive /宠物攻击型 宠物主动状态。 宠物 /petdefensive /宠物防御型 宠物防御状态。 宠物 /petpassive /宠物被动型 宠物被动状态。 控制 /swapactionbar /切换快捷列 在两页快捷列间切换。 控制 /changeactionbar /改变快捷列 切换至指定快捷列页数。 控制 /click /点击 点击某个框架的某个按钮。 其他 /stopmacro /关闭巨集 停止运行巨集。 其他 /dismount /下马 解散坐骑。 其他 /leavevehicle /离开载具 离开载具。 一键标记宏:(target... Read More | Share it now!

HIVE nested ARRAY in MAP data type

http://stackoverflow.com/questions/18812025/hive-nested-array-in-map-data-type Hive’s default delimiters are: Row Delimiter => Control-A (‘\001’) Collection Item Delimiter => Control-B (‘\002’) Map Key Delimiter... Read More | Share it now!

hive array、map、struct使用

hive提供了复合数据类型: Structs: structs内部的数据可以通过DOT(.)来存取,例如,表中一列c的类型为STRUCT{a INT; b... Read More | Share it now!

hive的数据导入与数据导出:(本地,云hdfs,hbase),列分隔符的设置

hive表的数据源有四种: hbase hdfs 本地 其他hive表   而hive表本身有两种: 内部表和外部表。 而hbase的数据在hive中,可以建立对应的外部表(参看hive和hbase整合)   内部表和外部表 区别:删除时,内部表删除hadoop上的数据;而外部表不删,其数据在外部存储,hive表只是查看数据的形式,看时从外部读入数据: 内部表:CREATETABLE... Read More | Share it now!

Hive中添加自定义udf udaf udtf等函数的jar文件的三种方法

在开发了hive的udf udaf udtf函数的jar文件后,需要将jar文件放入hive的环境中才可以使用。可以通过以下三种方法加入: 1. 使用add jar... Read More | Share it now!

Pivotal HD Automated Install with Ambari 2.1.2

http://pivotalhd.docs.pivotal.io/docs/install-ambari-212.html 1. Getting Ready This section describes the information and materials you should get ready to install a PHD cluster using Ambari. Ambari provides an end-to-end management and monitoring... Read More | Share it now!

hadoop的dfs.replication

首先 dfs.replication这个参数是个client参数,即node... Read More | Share it now!

Reset the maxlife of a kerberos ticket

http://stackoverflow.com/questions/27012033/reset-the-maxlife-of-a-kerberos-ticket-more-than-24h To change the max-lifetime of a ticket in kerberos from default 24 hrs to 5min follow the following steps: Add the max_life property to the... Read More | Share it now!

Cannot determine realm for host

Problem When running kinit using a keytab as input, kinit outputs this error message: # kinit -k -t /tmp/drum00host.keytab kinit: Cannot determine realm for host (principal host/drum00.orchestra.cse.unsw.edu.au@) Cause kinit wants to authenticate... Read More | Share it now!

kinit

kinit SYNOPSIS kinit -k -t /etc/security/keytabs/hdfs.headless.keytab hdfs@KBR.DG kinit ] ] DESCRIPTION kinit obtains and caches an initial ticket-granting ticket for principal. OPTIONS -V display verbose output. -l... Read More | Share it now!