自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

farproc's blog

理性爱国

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

原创 Google的FireFox Toolbar中为何没有cn站?

  Google推出了FireFox版的Toolbar插件,非常实用,集搜索,新闻PageRank,Spelling check和在线词典。我最喜欢的就是在线词典了。  可是令人不爽的是,它的“工具栏选项“对话框--“选用Google网站“的选项中居然没有google中国站(www.google.com.cn或www.google.com/intl/zh-CN/),简体中文界面的我只找到www.g

2005-11-30 21:02:00 1330

原创 rar比zip安全?

  今天早上我给一个朋友发送email时,发现Gmail不允许发送内容为可执行文件的zip附件,看下图:    我给他发送的mp3.zip是我自己写的一个mp3播放程序(一个exe文件)。GMail既然不允许zip中有可执行文件,那么不压缩直接发送exe肯定也不行(不过我没有试验),郁闷……  情急之下突然灵机一动,rar怎么样呢?换用winrar压缩为mp3.rar,再作为附件发送,竟然成功了!

2005-11-29 10:35:00 2106 3

翻译 [翻译]WTL开发者指南 第4章-WTL快速之旅(2)

接上篇http://blog.csdn.net/uoyevoli/archive/2005/11/25/536879.aspxCHyperLink允许在程序中嵌入web-links,当按下时会打开一个浏览器显示这个URL。template class TWinTraits = CControlWinTraits>class CHyperLinkImpl: p

2005-11-29 10:07:00 5108

翻译 [翻译]WTL开发者指南 第4章-WTL快速之旅(1)

接上篇:http://blog.csdn.net/uoyevoli/archive/2005/05/30/384357.aspx第4章-WTL快速之旅目标该章的目标为Ÿ       介绍WTL中的模板(templates)和类(classes)Ÿ       列举WTL中没有包含的特性Ÿ       描述诸如WTL名称空间(namespace)、CR

2005-11-25 17:38:00 6068 1

原创 C++事件(Event)机制的实现一例[源代码下载链接已修复]

作者:袁晓辉([email protected]) 声明:1、   本文为作者原创,如需转载请保持本文的完整性并注明出自 www.farproc.com 和 http://blog.csdn.net/uoyevoli. 2、   本文附件中的源代码你可以免费使用并无需注明出处。 用C++实现事件机制我以前写过一个小例子,但不是很完善,比如Event只能接受全局函数作为

2005-11-22 20:21:00 11515 18

原创 Google的“搜索历史(SearchHistory)”

    当你打开google时会看到右上角的“登入”链接,当你使用你的gmail帐号登录后,就可以使用搜索历史了。所谓的“搜索历史”就是把你曾经搜索过的关键词和通过该关键词搜索到的内容都保存起来,作为以后搜索的依据和参考。    不对不佩服google工程师,这的确是一个非常有用的功能。相信每个人都有这样的时候:明明记得在搜索引擎上见到过某某内容,可就是想不起当时是用哪个关键词搜索到的、在搜索结果

2005-11-17 10:26:00 3298

Object-Oriented Design Heuristics

Upon completion of an object-oriented design, you are faced with a troubling question: "Is it good, bad, or somewhere in between?" Seasoned experts often answer this question by subjecting the design to a subconscious list of guidelines based on their years of experience. Experienced developer Arthur J. Riel has captured this elusive, subconscious list, and in doing so, has provided a set of metrics that help determine the quality of object-oriented models.Object-Oriented Design Heuristics offers insight into object-oriented design improvement. The more than sixty guidelines presented in this book are language-independent and allow you to rate the integrity of a software design. The heuristics are not written as hard and fast rules; they are meant to serve as warning mechanisms which allow the flexibility of ignoring the heuristic as necessary. This tutorial-based approach, born out of the author's extensive experience developing software, teaching thousands of students, and critiquing designs in a variety of domains, allows you to apply the guidelines in a personalized manner.The heuristics cover important topics ranging from classes and objects (with emphasis on their relationships including association, uses, containment, and both single and multiple inheritance) to physical object-oriented design. You will gain an understanding of the synergy that exists between design heuristics and the popular concept of design patterns; heuristics can highlight a problem in one facet of a design while patterns can provide the solution.Programmers of all levels will find value in this book. The newcomer will discover a fast track to understanding the concepts of object-oriented programming. At the same time, experienced programmers seeking to strengthen their object-oriented development efforts will appreciate the insightful analysis. In short, with Object-Oriented Design Heuristics as your guide, you have the tools to become a better software developer.

2007-04-29

空空如也

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

TA关注的人

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