12 2013 档案

什么是目标、度量、KPI、维度和细分
摘要:今天看到了Avinash的一篇文章:Web Analytics 101: Definitions: Goals, Metrics, KPIs, Dimensions, Targets,正是我想在影响网站转化率的10大误区中准备给大家说说的,但Avinash写得更好,所以我直接翻译(意译,加上我的理解和一些其他补充资料)了,介绍给大家。 首先,我们要讨论的,是多个关于“尺度”的术语。这些术语容易... 阅读全文

posted @ 2013-12-18 13:41 小风吹雪 阅读(2775) 评论(0) 推荐(0)

在美国公司架构中,LLC、LLP 和 Corporation 的区别何在?
摘要:这个问题,首先需要弄清楚这样一个事实:LLC、LLP、Corporation分别属于三种不同类型的公司实体。 1,LLC (Limited Liability Company)是责任有限公司; 2,LLP(Limited Liability Partnership)属于合伙公司的其中一种类型,美国的合伙公司可以分为以下四种合伙类型:普通合伙(GP)、有限合伙(LP)、有限责任合伙... 阅读全文

posted @ 2013-12-17 23:24 小风吹雪 阅读(6148) 评论(0) 推荐(0)

(转)给明年依然年轻的我们:欲望、外界、标签、天才、时间、人生目标、现实、后悔、和经历(500强高管力荐)
摘要:今天是22岁的最后一天。几个月前,我从沃顿商 学院毕业,用文凭上“最高荣誉毕业”的标签安抚了已经年过半百的老妈,然后转头辞去了毕业后的第一份工作,跟一家很受尊敬的公司、还有150万的年薪道了 别,回到了上海,加入了“刚毕业就失业”俱乐部,开始了一天三顿盒饭的新生活,中间许多 精彩剧情暂时略过。 我肯定不是第一个做过这样事的人,也肯定不会是最后一个。所以在说自己的一些有趣故事前,我想借用大家(包括... 阅读全文

posted @ 2013-12-15 10:46 小风吹雪 阅读(404) 评论(0) 推荐(0)

\r \r\n \t 的区别
摘要:http://www.360doc.com/content/12/0530/15/16538_214756101.shtml \n 软回车: 在Windows 中表示换行且回到下一行的最开始位置。相当于Mac OS 里的 \r 的效果。 在Linux、unix 中只表示换行,但不会回到下一行的开始位置。 \r 软空格: 在Linux、unix ... 阅读全文

posted @ 2013-12-14 07:23 小风吹雪 阅读(666) 评论(0) 推荐(0)

Godaddy主机从购买到开通的详细图文教程(2013年)
摘要:http://bbs.zhujiusa.com/thread-10-1-1.html Godaddy主机从购买到开通的详细图文教程(2013年最新) Godaddy是全球域名注册商中的NO.1,同时也是TOP级的主机提供商。身边有很多朋友准备在godaddy上购买空间建立网站,但由于语言原因操作起来总不是顺畅,会遇到各种各样的问题,网上也没有比较系统的教程。因此bbs.zhujiusa.c... 阅读全文

posted @ 2013-12-14 06:50 小风吹雪 阅读(663) 评论(0) 推荐(0)

标点符号的英语名称
摘要:作者: 阮一峰 根据网上的资料,我整理了一份常见标点符号的英语名称。 . period or full stop 句号 , comma 逗号 : colon 冒号 ; semicolon 分号 ! exclamation mark 惊叹号 ? question mark 问号 - hyphen 连字符 * asterisk 星号 ' apostrop... 阅读全文

posted @ 2013-12-14 00:10 小风吹雪 阅读(559) 评论(0) 推荐(0)

SyntaxError: Non-ASCII character '\xe2' in file 编码错误
摘要:Editing .py file in the Notepad: But when run in the PowerShell, I found the follwing error: It seems I coded with the UTF-8 but ascii is required. So what I did it to go to “格式”选择 “以ANSI格式编... 阅读全文

posted @ 2013-12-13 23:56 小风吹雪 阅读(572) 评论(0) 推荐(0)

仿迅雷播放器教程
摘要:http://www.cnblogs.com/Alberl/category/524423.html 阅读全文

posted @ 2013-12-13 02:09 小风吹雪 阅读(343) 评论(0) 推荐(0)

Unicode和UTF-8的关系
摘要:Unicode和UTF-8的关系作者: 张军 今天中午,我突然想搞清楚Unicode和UTF-8之间的关系,于是就开始在网上查资料。 结果,这个问题比我想象的复杂,从午饭后一直看到晚上9点,才算初步搞清楚。 下面就是我的笔记,主要用来整理自己的思路。但是,我尽量试图写得通俗易懂,希望能对其他朋友有用。毕竟,字符编码是计算机技术的基石,想要熟练使用计算机,就必须懂得一点字符编码的知识。 ... 阅读全文

posted @ 2013-12-13 00:02 小风吹雪 阅读(229) 评论(0) 推荐(0)

OSError: [Errno 13] Permission denied: '/etc/cron.d/1sandbox_registration'
摘要:使用Hortonworks 的twitter tutorial: http://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-sentiment-data/ 老是失败,所以查看收到的邮件,发现了一些错误。 重复的出现: X-Cron-Env: Message-Id: Date: Wed, 11 D... 阅读全文

posted @ 2013-12-12 12:49 小风吹雪 阅读(864) 评论(0) 推荐(0)

使用制表符分隔格式 (tsv)
摘要:https://support.google.com/drive/answer/63377?hl=zh-Hans 阅读全文

posted @ 2013-12-12 04:21 小风吹雪 阅读(581) 评论(0) 推荐(0)

hadoop python and Twitter
摘要:http://www.wubiaoblog.com/archives/1159 http://blog.csdn.net/anbo724 http://f.dataguru.cn/forum.php?mod=viewthread&tid=36405&fromuid=4771 http://tianweidut.github.io/2012/12/dumbo/ http://wenku.it... 阅读全文

posted @ 2013-12-12 03:56 小风吹雪 阅读(116) 评论(0) 推荐(0)

JsonSerde - a read/write SerDe for JSON Data
摘要:https://github.com/rcongiu/Hive-JSON-Serde http://my.oschina.net/leejun2005/blog/173072 阅读全文

posted @ 2013-12-12 03:53 小风吹雪 阅读(148) 评论(0) 推荐(0)

Google C++编程风格指南
摘要:http://roclinux.cn/?p=3245 阅读全文

posted @ 2013-12-11 12:46 小风吹雪 阅读(135) 评论(0) 推荐(0)

分布式日志收集系统- Cloudera Flume 介绍
摘要:Flume是Cloudera提供的日志收集系统,具有分布式、高可靠、高可用性等特点,对海量日志采集、聚合和传输, Flume支持在日志系统中定制各类数据发送方, 同时,Flume提供对数据进行简单处理,并写到各种数据接受方的能力. Flume 部署结构 flume架构简单,可靠,灵活, 数据流(data flow)是flume中最主要的抽象,data flow描述了数据从产生,... 阅读全文

posted @ 2013-12-11 05:10 小风吹雪 阅读(1149) 评论(0) 推荐(0)

Oozie — What Why and How
摘要:Oozie是什么? Oozie最初是Yahoo!为Hadoop开发的一个工作流调度器,一个工作流有多个Job组成。它允许用户提交由多个Job组成的工作流配置文件,这些Job既可以顺序执行,也可以并行执行,还可以配置其中的Job定时执行、出错重新执行等。 Oozie提供了Java Client API和Web Service API以及命令行接口,使用简单。 现在是Apache的一个... 阅读全文

posted @ 2013-12-11 02:53 小风吹雪 阅读(523) 评论(0) 推荐(0)

git 用户手册
摘要:Git是一个分布式版本控制/软件配置管理软件,原来是linux内核开发者林纳斯·托瓦兹为了更好地管理linux内核开发而创立的。需要注意的是和GNU Interactive Tools,一个类似Norton Commander界面的文件管理器有所不同。 Git最初的开发动力来自于BitKeeper和Monotone。Git最初只是作为一个可以被其他前端比如Cogito或StGIT包装的后端而开发的... 阅读全文

posted @ 2013-12-11 00:45 小风吹雪 阅读(191) 评论(0) 推荐(0)

临时笔记:flume+ CDH 的 twitter实例
摘要:http://www.slideshare.net/OpenAnayticsMeetup/analyzing-twitter-data-with-hadoop-17718553 http://www.youtube.com/watch?v=2pX6Nk_n8XU https://github.com/cloudera/cdh-twitter-example http://blog.cloud... 阅读全文

posted @ 2013-12-10 23:37 小风吹雪 阅读(210) 评论(0) 推荐(0)

Makefiles 介绍
摘要:http://www-personal.umich.edu/~ppannuto/writings/makefiles.html Makefiles Makefiles (or, the GNU automake system), is a programming language all its own, and you can do some pretty spectacular thing... 阅读全文

posted @ 2013-12-10 23:07 小风吹雪 阅读(393) 评论(0) 推荐(0)

cc1plus: fatal error: emeralddb-pmdMain.d: No such file or directory
摘要:签名autoscan, aclocal, config啥的都没错,最后make 报下面的错,查了各个文件没发现有啥问题,请哪位帮忙卡看 make[1]: Entering directory `/root/emeralddb/src' g++ -DHAVE_CONFIG_H -I. -I../boost -Ibson/src -Iinclude -D_FILE_OFFSET_BIT... 阅读全文

posted @ 2013-12-10 13:56 小风吹雪 阅读(760) 评论(0) 推荐(0)

让SecureCRT vi中显示多色彩
摘要:1.打开SecureCRT___选项__会话选项___仿真 右边的中端选择linux,把ANSI 颜色和使用颜色方案打上钩。 2.选择外观,右边的使用颜色和闪烁都打上钩。 3.重新连接使所该设置生效 阅读全文

posted @ 2013-12-10 12:29 小风吹雪 阅读(200) 评论(0) 推荐(0)

Ubuntu Server 12.04 静态IP简洁配置
摘要:使用Vmare 不成,使用 Vbox。 转载:http://www.ha97.com/4895.html 1、配置静态IP地址: # vim /etc/network/interfaces 原内容有如下4行: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp ... 阅读全文

posted @ 2013-12-10 11:06 小风吹雪 阅读(181) 评论(0) 推荐(0)

Flume日志收集
摘要:http://blog.csdn.net/zhouleilei/article/details/8568147 一、Flume介绍 Flume是一个分布式、可靠、和高可用的海量日志聚合的系统,支持在系统中定制各类数据发送方,用于收集数据;同时,Flume提供对数据进行简单处理,并写到各种数据接受方(可定制)的能力。 设计目标: (1) 可靠性 当节点出现故障时,日志能够被传送到其他节点上... 阅读全文

posted @ 2013-12-10 03:32 小风吹雪 阅读(263) 评论(0) 推荐(0)

给远程桌面发送“Ctrl+Alt+Delete”组合键
摘要:首先: 在运行里,输入osk, 打开软键盘 然后,这时先按下本地键盘的Ctrl和Alt键,再点远程“软键盘”的“Del”键,成功发送“Ctrl+Alt+Delete”组合键, 阅读全文

posted @ 2013-12-07 01:44 小风吹雪 阅读(1352) 评论(0) 推荐(0)

BeeswaxException 以及其他问题
摘要:Could not read table BeeswaxException(handle=QueryHandle(log_context='ae18ae74-518f-400b-b4b0-d399ed78e194', id='ae18ae74-518f-400b-b4b0-d399ed78e194'), log_context='ae18ae74-518f-400b-b4b0-d3... 阅读全文

posted @ 2013-12-06 12:29 小风吹雪 阅读(462) 评论(0) 推荐(0)

O the joy of having nothing / 아무것도 갖지않고
摘要:Chords: C G Am Em F C Dm G C G Am Em F C Am Dm G English - O the joy of having nothing and being nothing, seeing nothing But a living Christ in glory, And being careful for nothing. ... 阅读全文

posted @ 2013-12-06 12:25 小风吹雪 阅读(834) 评论(0) 推荐(0)

Hortonworks 用于做 Sentimental Analysis的Hiveddl.sql 文件
摘要:The hiveddl.sql script has performed the following steps to refine the data: Converted the raw Twitter data into a tabular format. Used the dictionary file to score the sentiment of each Tweet... 阅读全文

posted @ 2013-12-06 11:43 小风吹雪 阅读(591) 评论(0) 推荐(0)

Linux下重要日志文件及查看方式
摘要:http://os.51cto.com/art/201108/282184_all.htm 1、Linux下重要日志文件介绍 /var/log/boot.log 该文件记录了系统在引导过程中发生的事件,就是Linux系统开机自检过程显示的信息,如图1所示: 图1 /var/log/boot.log示意 /var/log/cron 该日志文件记录crontab守护进程cron... 阅读全文

posted @ 2013-12-06 11:36 小风吹雪 阅读(416) 评论(0) 推荐(0)

SFTP CONFIGURATION IN FLASHFXP PROGRAM
摘要:This is a brief guide on how to configure the FlashFXP FTP client to log on to the domain web space at Platon Webhosting. As an example, the domain testdomain.sk is used in the screenshots, but the pr... 阅读全文

posted @ 2013-12-06 04:14 小风吹雪 阅读(297) 评论(0) 推荐(0)

How-to: Analyze Twitter Data with Apache Hadoop
摘要:http://blog.cloudera.com/blog/2012/09/analyzing-twitter-data-with-hadoop/ http://my.oschina.net/erpingwu/blog/166829 阅读全文

posted @ 2013-12-05 03:31 小风吹雪 阅读(132) 评论(0) 推荐(0)

resolv.conf 是什么
摘要:From Wikipedia, the free encyclopedia This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challen... 阅读全文

posted @ 2013-12-04 23:46 小风吹雪 阅读(977) 评论(0) 推荐(0)

Cloudera Manager Free Edition 4.1 和CDH 4.1.2 简易安装教学
摘要:转载:http://fenriswolf.me/2012/12/06/cloudera-manager-free-edition-4-1-和-cdh-4-1-2-简易安装教学/ 安装及管理一个大的Hadoop cluster 并不是只要下载tar files 解压缩并启动services 这么简单。安装及管理一个大的Hadoop cluster 并不是只要下载tar files 解压缩并启动se... 阅读全文

posted @ 2013-12-03 10:29 小风吹雪 阅读(2837) 评论(0) 推荐(0)

bach cello
摘要:http://bachlb.blog.163.com/blog/static/1819105120073275251223 一个偶然的机会,卡萨尔斯的父亲来巴塞罗那看卡萨尔斯,并且一起去逛了一间海边的老乐谱店,而13岁的卡萨尔斯,注意到一捆破旧褪色的乐谱,谁也想不到这是音乐之父巴赫失传已久的《大提琴无伴奏组曲》,当时,没有任何人识货,卡萨尔斯在全身心投入研究了12年后,到了25岁才发表。 阅读全文

posted @ 2013-12-01 03:58 小风吹雪 阅读(174) 评论(0) 推荐(0)

windows 7 旗舰版 切换 中英文 界面
摘要:http://jingyan.baidu.com/article/f7ff0bfc4963612e26bb131e.html 如果遇到:想下载英语语言包,但是出现代码80070643,windowsupdate遇到未知错误 http://tieba.baidu.com/p/2461880339 http://zhidao.baidu.com/link?url=xKghQahk1eDISGsM... 阅读全文

posted @ 2013-12-01 00:21 小风吹雪 阅读(563) 评论(0) 推荐(0)