自定义博客皮肤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

理性爱国

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

原创 csdn这期特别策划有点意思……

    像往常一样打开csdn,第一眼就看见这个区域。第一个感觉是怎么全是字母,不会是csdn出错了吧?!可能是由于我刚看过一个出错了显示乱码的网站,思维惯性:)    不过个策划还是做得不错的! 

2006-11-28 11:01:00 13583

原创 firefox无法正常下载文件

    Firefox最近一直无法正常下载文件,当打开一个下载链接时,下载窗口闪现一下就关闭了。郁闷了好久没有找出原因。今天终于受不了啦,准备搞个究竟。首先从扩展开始,因为firefox出现奇怪的问题一般是一些制作不好的扩展引起的。没想到试验了一个就找到原因了——迅雷扩展。 卸载了迅雷扩展一切就OK了。我用的是1.1,不知道新版是否已修复此bug。    如果你用的是新版的迅雷扩展,而且没有此问题

2006-11-27 20:58:00 7832

原创 [转]看这个广告做的......

奶牛爬上公交车做乳饮料广告

2006-11-15 09:11:00 1065

转载 [转]编程是一门艺术吗?

编程是一门艺术吗?发布日期: 2006-10-23 | 更新日期: 2006-10-23Stanley B. Lippman仅仅使用软件的人们 通常意识不到编写软件有多么困难。噢,设计部分和最初开发部分都很有趣。最困难的部分是使其正确运行(且运行速度足够快)。对于程序员而言,这就好比一餐开始时是美味的双层牛奶巧克力咖啡干酪饼,而结束时却是菠菜奶油沙司。之所以说编程仍是一门艺

2006-11-08 20:19:00 1493

原创 LoadLibrary(Ex)失败,GetLastError返回127 (找不到指定的程序)

    调试程序时遇到一个很怪对问题:一个很简单的win32 dll,就一个DllMain,里面就几行代码在Process Attach时调用API函数获取注册表的指定键值 ,很简单。但偏偏出了问题。问题还很怪异:另外一个程序LoadLibrary加载这个dll时返回NULL,GetLastError返回127(“ 找不到指定的程序”)。呵呵,这个错误就是怪异之处,非常难理解(其实我到现在也没有理

2006-11-08 09:20:00 23751 2

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关注的人

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