Jason Koo

      Stay hungry, Stay foolish!

导航

文章分类 -  Conceptions

摘要:In the field ofcomputer software, the termsoftware buildrefers either to the process of convertingsource codefiles into standalone software artifact(s) that can be run on a computer, or the result of doing so. One of the most important steps of a software build is thecompilationprocess wheresource c 阅读全文

posted @ 2013-06-12 21:40 Jason Koo 阅读(224) 评论(0) 推荐(0)

摘要:() parenthesis[] square brackets{} curly braces- dash^ up-hat/caret# pound sign or hash\ backslash" double quote' single quote 阅读全文

posted @ 2013-04-14 23:11 Jason Koo 阅读(174) 评论(0) 推荐(0)

摘要:Abenchmarkis a standard that other similar items can be compared to — that way everything is measured against a common standard.Benchmarkoriginally referred to a mark made on a wall or building by a surveyor for use as a reference point. The word still retains that meaning, but nowadays you’re more 阅读全文

posted @ 2013-01-22 16:03 Jason Koo 阅读(274) 评论(0) 推荐(0)

摘要:即席查询(Ad Hoc)是用户根据自己的需求,灵活的选择查询条件,系统能够根据用户的选择生成相应的统计报表。即席查询与普通应用查询最大的不同是普通的应用查询是定制开发的,而即席查询是由用户自定义查询条件的。 在数据仓库领域有一个概念叫Ad hoc queries,中文一般翻译为“即席查询”。即席查询是指那些用户在使用系统时,根据自己当时的需求定义的查询。即席查询生成的方式很多,最常见的就是使用即席查询工具。一般的数据展现工具都会提供即席查询的功能。通常的方式是,将数据仓库中的维度表和事实表映射到语义层,用户可以通过语义层选择表,建立表间的关联,最终生成SQL语句。即 席查询与通常查询从... 阅读全文

posted @ 2013-01-07 14:47 Jason Koo 阅读(391) 评论(0) 推荐(1)

摘要:In the linux world they can all look the same from the point of view of the user at the keyboard. The differences are in how they interact with each other.Theshellis the program which actually processes commands and returns output. Most shells also manage foreground and background processes, command 阅读全文

posted @ 2012-11-05 18:49 Jason Koo 阅读(495) 评论(1) 推荐(0)

摘要:云计算将计算资源作为一个远程的服务,以灵活、符合成本效益的方式提供出来的模型成为云计算。云计算已经普及并成为IT行业主流技术,其实质是在计算量越来越大、数据越来越多、越来越动态、越来越实时的需求背景下被催生出来的一种基础架构和商业模式。个人用户将文档、照片、视频、游戏存档记录上传至“云”中永久保存,企业客户根据自身需求,可以搭建自己的“私有云”,或托管、或租用“公有云”上的IT资源与服务,这些都已不是新鲜事。可以说,云是一棵挂满了大数据的苹果树。云计算和大数据是一个硬币的两面,云计算是大数据的IT基础,而大数据是云计算的一个杀手级应用。HadoopHadoop是一个用于数据存储和数据处理的可扩 阅读全文

posted @ 2012-09-17 19:43 Jason Koo 阅读(176) 评论(0) 推荐(0)