当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 1.4 Reusing the implementation
 

 

 ·servlet基础(一)    »显示摘要«
    摘要: 一, 什么是servlet? servlet是符合servlet api规范的,在web服务器上装载和执行的能够接受客户请求(通过web服务器),执行任务并返回结果的java类,地位像客户端的applet。因为它本身是一个java类,所以它拥有java的所有优点,还有自己的一些优点:与其它资源交互;安全性;与协议无关。 二, 三角关系 规范制定者,容器提供者,组件开发者。 ......
 ·tij swot    »显示摘要«
    摘要:1.7 object landscapes and lifetimes well, mentioned something about c++ c++ takes the approach that control of efficiency is the most important issue, so it gives programmer the choice to determine ......


TIJ swotJAVA的初学者(四)

1.4 reusing the implementation

1.5 inheritance: reusing the interface 【程序编程相关:oracle数据库用户创建、权限分配

we could reuse a class by instantiate it as an obect or place an object of this class inside a new class(this is called composition or aggregation). 【推荐阅读:WSDL规则与示例(2)

inheritance represents a certain kind of relationship between classes/types using the concept of base types and derived types. a base type contains all of the characteristics and behaviors that are shared among the types derived from it. 【扩展信息:真的要好好学习一下网站设计标准了。

inheritance enables us to clone an existing class and make additions and modifications to the clone.the modified “clone” will reflects the change in the original class.do we need to modify the clone class?

by inheritance, we could  add new function to the interface or change the behavior of an existing base-class function.this referred to as overriding that function.


...   下一页
    摘要: 现在很多应用都需要上传与下载大型文件,通过http方式上传大文件有一定的局限性。幸好ftp作为一个非常老而且非常成熟的协议可以高效稳定地完成大文件的上传下载,并且可以完美地实现续传。就拿我写的电影服务器管理端程序来说,各种方案比较后,发现使用ftp可以完美地实现要求。但是要通过winsocket库实现ftp比较麻烦,幸好有indy--一个包装了大多数网络协议的组件包。 通过indy,程序设计......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE