- 博客(140)
- 收藏
- 关注
转载 books about oo
David Taylor的书《Object-Oriented Technologies: A Manager's Guide》 ...
2009-04-22 21:05:11
140
转载 contenttype
ContentType 属性指定服务器响应的 HTTP 内容类型。如果未指定 ContentType,默认为 text/html。 ...
2009-04-22 15:07:04
107
转载 男士护肤品
1 清洁产品碧欧泉男士保湿净化洗面奶超级喜欢的DD!!!淡淡的柑橘香,轻柔的质地和适中的泡沫,原来洗面都可以成为乐趣:)感觉这个产品很高档,开始我用的是送的40ML的中样,后来干脆买了一大瓶(150ML,约160块钱)可以用...
2009-04-21 09:40:17
268
转载 测试中的点滴
新增保存后,如果跳转到列表页面,把新增记录的主键作为查询条件,把执行查询的结果显示出来,正好可以验证保存成功。如果保存后,跳转到明细页面,把主键作为查询条件,把从数据库中查询的结果作为明细进行显示,正好可以验证保存的内容完整。...
2009-04-20 19:59:14
81
转载 编程习惯
变量声明 ,集中放在方法体前面,给其赋默认值,并注释其含义;或者在使用时声明,同时增加注释和设置初始默认值。每个变量是一条线,注意跟踪其生命周期的曲线变化。 ...
2009-04-17 15:12:56
103
转载 the most difficult thing in the world
the most difficult thing in the world is to solve the problem that is far from you,has not been encountered. ...
2009-04-16 20:00:13
233
转载 olap functions
db2:row_number() over([partition by ...[order by...]])rank() over([partition by ...[order by...]])dense_rank() ove...
2009-04-15 13:06:51
122
转载 vbscript connection to database
db2: dim connset conn=createobject("adodb.connection")dim conn_strconn_str="driver={ibm db2 odbc driver};...
2009-04-14 15:16:00
109
转载 oracle jdbc url[reference]
http://chenlb.blogjava.net/archive/2007/08/13/136409.html# ...
2009-04-04 20:31:10
74
转载 cache technology introduction
cache is very useful in improving the response speed. The concept of keeping a copy o...
2009-04-01 20:43:33
110
转载 编译原理相关(1)
it may not be possible for a typical programmer toanticipate all possible runtime exceptions, as the compiler does...
2009-04-01 20:34:55
91
转载 something about jvm
The finalize MethodSome object-oriented programming languages require a programmer to explicitlydestroy objects wh...
2009-04-01 20:26:32
69
转载 something about oo
One of thecharacteristics of a well-designed object is that it offers focused functionality.In other words, a...
2009-04-01 19:29:27
77
转载 xml介绍
Introduction toXMLXML was designed to transport and store data.HTML was designed to display data.What You Sh...
2009-03-31 15:05:00
76
转载 jsp标签
虽然标签库非常易于使用,不过要建立一个内里的设计来支持标签库是颇复杂的,起码要比建立一个简单的JavaBean复杂。这个复杂是来自于标签库是由几部分构成的。不过,你只需要知道Java和JSP的知识就够了。一个简单的标签由下面的元...
2009-03-31 14:47:23
73
转载 客观的看待问题
天下没有多大的事 不必杞人忧天也不必大惊小怪凡事保持一颗平常心就行了舍即是得有时得到了未必长久未必心安把握好自己的方向一直努力直到累得不能动为止其他的都不必太在意不要把时间浪费在和他人的斤斤计较上当方向偏了需要...
2009-03-30 21:08:51
135
转载 open-closed principle
the basic object-oriented open-closed principle:The open-closed principle states that a software module shoul...
2009-03-30 20:32:01
73
转载 abstraction
In general, the term abstraction refers to the process of identifyingthe set of attributes and behavior. of an obj...
2009-03-30 20:04:59
138
转载 rmi学习资源
java.sum.com:rmi tutorialhttp://java.sun.com/docs/books/tutorial/rmi/index.html ...
2009-03-30 17:19:50
76
转载 new words [one]
heterogeneous:多种多样的,混杂的clutter——杂物;零乱cumulative——累积的,渐增的grand total——总计,合计,总共delegate——托付;incompatible——合不来的;不能和谐相...
2009-03-28 17:44:31
103
转载 设计模式
基本设计模式:Basic Patterns: Interface; Abstract Parent Class; Private Methods; Accessor Methods; Constant Dat...
2009-03-28 17:02:17
100
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人