自定义博客皮肤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 talk 为什么不能发文件?

    如果你的google talk不能接收别人传送的文件,可以试试这样:    1、如果你的浏览器(IE、firefox等)中正打开着你的Gmail(特别是你使用了带聊天的标准视图),请先退出Gmail;    2、关闭你的talk程序,重新打开。    这样大概就好了。    结论:Google的服务器似乎是按照“先入为主”的原则判断我们的当前状态: 如果先开Gmail(带聊天功能的标准视图

2006-12-15 12:51:00 3119

原创 唉……原来是VC++8的STL有内存泄漏……

    发现内存泄漏,没有办法,只好逐模块试验。最终发现有个类一旦被实例化然后再析构(比如在栈上创建的局部变量)就会产生内存泄漏。看了这个类的构造函数和析构函数,发现根本没有代码(除了构造函数的初始化列表中为几个int型变量赋了初始值)。再看这个类的成员,除了几个int外还有一个std::wstringstream类型的,也就是说我的类包含了一个std::wstringstream的实例。难道st

2006-12-14 22:03:00 3190

原创 明天该早些睡觉了

    太困了,明天晚上一定早些睡觉,别把身体搞坏了。    !! 

2006-12-13 23:58:00 1339

转载 ’2006 末各大行业垂直搜索引擎横向测评 之一

文章出处:http://hiup.baidu.com/search2006  作者:小肯哥都说今年是搜索引擎年。垂直搜索的概念一度被抄的很火。现在已经到了2006年年末。让我们现在来看看这些传说中的垂直搜索引擎的发展情况。垂直搜索的核心技术实际上就是智能爬虫的技术,也就是说如何将定向或者非定向的网页抓取下来并进行分析后得到格式化数据的技术。那么衡量一个垂直搜索引擎的好坏主要有以下几个标准。

2006-12-12 13:35:00 1644

原创 谁发明了“芸花一现”?

看到csdn首页上的这个标题,感觉很不舒服:Ruby语言只是芸花一现我不知道“芸花一现”这个词是谁发明的。没有《新华词典》的可以查查金山词霸:“昙花一现tánhuā-yīxiàn[flower briefly as the broad-leaved epiphyllum;last briefly;be a flash in the pan] 印度的一种优昙钵花开放之后很快就谢萎。比喻世事没有生命力

2006-12-10 16:01:00 3101

转载 linux一句话精彩问答

本文欢迎转载,请注明“转载自linux宝库(www.linuxmine.com)”。1 系统设置篇1001 修改主机名(陈绪)vi /etc/sysconfig/network,修改HOSTNAME一行为"HOSTNAME=主机名"(没有这行?那就添加这一行吧),然后运行命令 "hostname 主机名"。一般还要修改/etc/hosts文件中的主机名。这样,无论你是否重启,主机名都修改成功100

2006-12-01 08:54:00 3707

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

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