自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Paulmin的专栏

Must Work Hard to Achieve

  • 博客(10)
  • 资源 (4)
  • 收藏
  • 关注

原创 How MapReduce works

MapRed - how it works: Better one: http://wenku.baidu.com/view/281f6cc189eb172ded63b739.html http://blog.csdn.net/gexiaobaohelloworld/article/details/7740596   map(inkey, inValue) -> (outKey, in

2013-09-27 13:41:09 558

原创 HTTP Protocol

Link to : http://www.w3.org/Protocols/rfc2616/rfc2616.html   ==Chinese version : HTTP message status code== http://www.w3school.com.cn/tags/html_ref_httpmessages.asp   ==Example session== An e

2013-09-26 10:36:01 526

原创 Apache HBase

+_+ another note to read through HBase documentation... endless   http://hbase.apache.org/ This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- ato

2013-09-23 21:26:45 830

原创 Apache Sqoop

http://docs.hortonworks.com/HDPDocuments/HDP1/HDP-1.3.2/ds_Sqoop/SqoopUserGuide.html   Sqoop is a tool designed to transfer data between Hadoop and relational databases. You can use Sqoop to import

2013-09-21 22:02:21 584

原创 UML relationship types

DRAG 1. Dependency 1.1 依赖 --------->(虚线) 2. Realization (实现) ---------|>(虚线) 3. Association  关联 3.1. 组合 -  人-----------细胞 (实线)  3.2. 聚合 公司---------雇员(实线) 注:以上俩种都是整体和部分的关系。第一种强

2013-09-20 16:21:08 742

原创 Hadoop ecosystem notes (all components)

Index: http://hadoop.apache.org HBase?: A scalable, distributed database that supports structured data storage for large tables. Hive?: A data warehouse infrastructure that provides data summariz

2013-09-20 09:21:20 736

原创 storm - study notes

Study storm Topology is a Thrift service, has Spout - IRichSpout; Tuple Bolt - IRichBolt; BaseRichBolt Data model is Tuple (in stream format)   /*== start-up java codes ==*/ TopologyBuilder

2013-09-18 18:00:27 685

原创 Oracel SQL Note - decode / case when / distinct clob / RAC flow

select case when c1 = 0 then c2 else c1 end col from ( select 1 c1  from dual ) t1 ,  ( select 2 c2 from dual ) t2;   --Sample2 select * from (  select case when cnt > alert_threshold then 1 e

2013-09-11 18:08:02 906

原创 sth. about SSL (secure socket layer), JSSE (java secure socket extension)

SSL stands between application layer (e.g. HTTP, FPT, SMTP etc) and transport layer, the-man-in-middle (TCP osi 5 layer theory)   Oracle JSSE User Guide: http://docs.oracle.com/javase/6/docs/techno

2013-09-08 23:10:36 763

原创 Notes for Netty 3.x with a simple NIO chat application

study link: http://netty.io/3.6/guide/#architecture Netty 3.x NIO program flow ===========================================

2013-09-03 23:38:58 1574

简单的java聊天应用

使用netty3.x 的NIO编程实现的聊天应用程序。包括服务器端和客户端,客户端使用swing简单实现了。木有实现heartbeat。

2013-09-25

uploadify的java实现

implement mutiple upload file WEB function (using uploadify version 2.1 and 3.1) in JAVA. Eclipse IDE环境下测试通过。

2013-05-26

好用的飞鸽传书

飞鸽传书。飞鸽传书是一款面向企业办公的即时通讯软件,基于TCP/IP模式。 企业员工可在企业内部或外部通过飞鸽传书进行通讯,支持消息发送,文件传输,语音视

2012-10-22

达内JDBC学习资料

达内老师上课的JDBC学习资料

2007-11-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除