2006年12月19日

摘要: . SQL(Structured Query Language)can be sperated as such categories: 1. DDL: CREATE, ALTER,DROP 2. DCL: GRANT REVOKE 3. DML: SELECT INSERT DELETE UPDATE. Common used system functions: ... 阅读全文
posted @ 2006-12-19 23:38 peter he 阅读(303) 评论(0) 推荐(0) 编辑
 
摘要: What's SQL*Plus?It's a client for oracle database. It's used to excute sql commond,generate basic report. After 8i, you can start and stop db instantce from SQL*Plus.HOWTO: SS Instance sql... 阅读全文
posted @ 2006-12-19 21:51 peter he 阅读(376) 评论(0) 推荐(0) 编辑
 
摘要: Currently , Oracle has released Oracle 10g (ten grid). but most used version is 9. 1. Oracle InstallYou can install oracle 10g in linux or windows(2000,xp,2003)The process of oracle 10g is mostly as s... 阅读全文
posted @ 2006-12-19 20:13 peter he 阅读(255) 评论(0) 推荐(0) 编辑
 
摘要: 系统提示系统提示i你还没有登录,不能进行该操作,请先登录;若还未注册,建议先注册成为系统会员。转到系统登录页注册新会员返回上一页 阅读全文
posted @ 2006-12-19 19:22 peter he 阅读(323) 评论(1) 推荐(0) 编辑
 
摘要: 第一,谈谈final, finally, finalize的区别。 第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。 第四,&和&... 阅读全文
posted @ 2006-12-19 15:19 peter he 阅读(191) 评论(0) 推荐(0) 编辑
 
摘要: Java基础方面: 1、作用域public,private,protected,以及不写时的区别答:区别如下:作用域 当前类 同一package 子孙类 其他packagepublic √ √ √ √protected √ ... 阅读全文
posted @ 2006-12-19 15:15 peter he 阅读(203) 评论(0) 推荐(0) 编辑
 
摘要: 插入排序: package org.rut.util.algorithm.support; import org.rut.util.algorithm.SortUtil;/** * @author treeroot * @since 2006-2-2 * @version 1.0 */public class InsertSort implements SortUtil.Sort{ ... 阅读全文
posted @ 2006-12-19 14:59 peter he 阅读(213) 评论(0) 推荐(0) 编辑
 
摘要: 站长工具集合: http://tool.cndw.com/ http://tool.chinaz.com/ http://www.123cha.com/ 网站连接速度测试 http://nc.linkwan.net/gb/broadmeter/speed/responsespeedtest.htm 服务器用户及过期域名查询方法(简) http://www.whois.sc/ 可以查... 阅读全文
posted @ 2006-12-19 14:52 peter he 阅读(201) 评论(0) 推荐(0) 编辑
 
摘要: Java SE 6 is the current major release of the Java SE platform. Sun endeavors to foster the highest level of transparency and collaboration on the platform with the Java community through Project JDK ... 阅读全文
posted @ 2006-12-19 12:18 peter he 阅读(309) 评论(0) 推荐(0) 编辑
 
摘要: This morning, a email from TSS attract my attention to the TSS website. I found many papers and discussions refering to Design Pattern and Framework. A simple answer came from Venkatesan K:" A desi... 阅读全文
posted @ 2006-12-19 11:14 peter he 阅读(228) 评论(0) 推荐(0) 编辑