文章分类 -  学习笔记

这是我在自己看书过程中总结下来的一些东西。
Ruby(2) - Variables and Class
摘要:2.1 Variables There are four kinds of variables in Ruby, and varialbes are not required to be declared before use. Type Name Convention Example ... 阅读全文
posted @ 2007-03-12 17:31 我在等待 阅读(277) 评论(0) 推荐(0)
Ruby(1)----Get Started
摘要:If you have already been familiar with Java, C++ or other OO languages, these articles will let you be a Ruby developer ASAP. I won't explain any OO concepts here. 1.0 Set up develop environm... 阅读全文
posted @ 2007-03-08 10:33 我在等待 阅读(165) 评论(0) 推荐(0)
COM 学习笔记(一)
摘要:现在用.NET开发一些COM都十分傻瓜化,我做Office COM Addin 时就是这种感觉,作为学习者,觉得对稍底层的实现机制不了解,也不是件好事,借了一本 COM Programming by Example 学习一下,并作了些学习笔记。 COM 学习笔记(一) 1.1 什么是COM COM(Component Ojbect Model 构建对象模型)是一类系统应... 阅读全文
posted @ 2005-04-04 16:29 我在等待 阅读(391) 评论(0) 推荐(0)