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

理性爱国

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

原创 google已经启用www.guge.com(谷歌)域名

不管你喜欢还是不喜欢,google已经开始轻唱“谷歌”了。www.guge.comwww.guge.com.cn

2006-04-24 11:31:00 23444

转载 [收藏]JavaScript参考资料

javascript小技巧 Object Oriented Programming in JavaScript by Java2Script(Draft) 由浅到深了解JavaScript类 - 从零开始(contnew) JavaScript - Table of

2006-04-24 11:12:00 1582

原创 许巍 时光

在阳光温暖的春天走在这城市的人群中在不知不觉的一瞬间又想起你你是记忆中最美的春天是我难以再回去的昨天你像鲜花那样地绽放让我心动在阳光温暖的春天走在这城市的人群中在不知不觉的一瞬间又想起你也许就在这一瞬间你的笑容一人如晚霞般在川流不息的时光中神采飞扬歌曲出处:http://flysnow.163go.net/...c/music002/86.wma

2006-04-24 11:01:00 1346

原创 反谷歌(noguge)纯属瞎搞!!

反谷歌联盟都出来了...一帮无聊或者说是唯恐天下不乱的人搞了个“反谷歌”,看看他们心中理想的名字就知道了:与其说这是在投票选择自己心目中的“google中国”还不如说是一帮小丑在表演,一帮乌合之众在现世!!

2006-04-21 11:36:00 1464

原创 [z]JavaScript参考教程

http://www.iselong.com/online/ebooks/javascript/

2006-04-21 11:21:00 978

原创 许巍 那一年

那一年你正年轻总觉得明天肯定会很美那理想世界就象一道光芒在你心里闪耀着怎能就让这不停燃烧的心就这样耗尽消失在平庸里你决定上路就离开这城市离开你深爱多年的姑娘这么多年你还在不停奔跑眼看着明天依然虚无缥缈在生存面前那纯洁的理想原来是那么脆弱不堪你站在这繁华的街上找不到你该去的方向你站在这繁华的街上感觉到从来没有的慌张........你站在这繁华的街上找不到你该去的方向你站在这繁华的街上感觉到从来没有的

2006-04-19 23:52:00 1216

原创 真的叫“谷歌”了……

Google 谷歌看来我的"拼音++"输入法中又要多一个自定义词组"谷歌"了……无语……谷歌寄语:http://googlechinablog.com/gugeflash.swf

2006-04-17 09:37:00 1179

原创 [update]Delphi分割字符串的函数 ExtractStrings

一直以为Delphi中没有分割字符串的函数,以前曾经自己写过,也用过RegExpr来分割,今天无意中发现Delphi本身就有ExtractStrings,而且功能还不弱,分割的同时还可以去空字符串和去空白(可以自定义).ExtractStrings Routine Fills a string list with substrings parsed from a delimited li

2006-04-13 01:14:00 3618

原创 [Delphi]如何通过进程句柄判断该进程是否已退出?

GetExitCodeProcess    看似可以,但是仔细看MSDN,有这么一句话:“Warning  If a process happens to return STILL_ACTIVE (259) as an error code, applications that test for this value could end up in an infinite loop.” 很明显,

2006-04-04 01:11:00 6558

原创 你买csdn的股票了吗?——Alexa排名新玩法

一个朋友推荐我看看http://ww.alexadex.com/告诉我在这里可以“炒Alexa排名“,于是我去看了一下,还真不错!!当时就免费注册了一个帐号,准备炒一把“IT纯概念股”;)alexadx把所有在alexa上有数据(前100000?)的网站模拟为上市公司,而这个网站的排名数据走势也就是该公司的股票价格走势喽。alexadex的注册用户可以拿自己的“虚拟货币$”来炒这些“虚拟”的股票,

2006-04-03 16:34:00 1552

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

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