自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

FireCoder的专栏

这便是最初的一篇《狂人日记》,从此以后,便一发不可收拾

  • 博客(9)
  • 资源 (1)
  • 收藏
  • 关注

原创 CC Note: Measure Twice, Cut Once: Upstream Prerequisites

 The problem definition lays the foundation for the rest of the programming process   The penalty for failing to define the problem is that you can waste a lot of time solving the wrong

2010-03-31 14:20:00 652

原创 function object (functor) (3) : Closure

http://en.wikipedia.org/wiki/Closure_(computer_science) first-class Function + Free variables (upvalues) In computer science, a closure is a first-class function with free variables that are b

2010-03-30 17:52:00 764

原创 function object (functor) (2) : first-class funtion

http://en.wikipedia.org/wiki/First-class_function In computer science, a programming language is said to support first-class functions[1] (also called function literals, function types) if it trea

2010-03-30 17:40:00 807

原创 function object (functor) (1)

http://en.wikipedia.org/wiki/Functorhttp://en.wikipedia.org/wiki/Function_object In >, it said A function object is a class that provides an overloaded instance of the function call operator

2010-03-30 16:24:00 799

转载 pervasive myths older software developers (五个广泛流传的对大龄程序员的误解)

原文:http://www.lessonsoffailure.com/developers/pervasive-myths-older-software-developers/翻译:http://www.aqee.net/2010/03/20/five-pervasive-myths-about-older-software-developers/ I recently c

2010-03-29 17:50:00 1356

转载 c++ References vs. Pointers

 Reference1. If you are familiar with Java/C#, treat reference as Java/C# reference. unlike in java/C#, which always do referene copy, e.g, obj1 = obj2. In c++, all the copy is value copy of object

2010-03-29 17:31:00 1548

转载 Programmer Competency Matrix

http://www.indiangeek.net/programmer-competency-matrix/  Computer Science 2n (Level 0)n2 (Level 1)n (Level 2)log(n) (Level 3)Commentsdata structuresDoesn’t know t

2010-03-22 20:48:00 749

原创 java class loader

ProblemIn a project, We use a stub jar file generated by Axis2. It always throw: java.lang.NoSuchFieldError: localClientNameTracker While in another project, everything is ok using same

2010-03-22 09:28:00 1998

原创 Integer.toHexString cannot be decoded back Integer.parseInt

Problemhttp://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4215269 class ParseTest { public static void main(String args[]){ int test = Integer.parseInt(Integer.toHexStr

2010-03-18 10:52:00 1070

Social Networks: Getting Distributed Web Services Done with NoSQL

Presentation of http://www.infoq.com/presentations/Social-Networks-NoSQL

2010-07-12

空空如也

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

TA关注的人

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