当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: //MyFactoryMethodusing System;us
 

 

 ·genericgridcollection.h 注释    »显示摘要«
    摘要:#ifndef _genericgridcollection#define _genericgridcollection //// who to blame:? geoff chesshire// #include "genericgrid.h"#ifdef use_stl#include "rcvector.h"#else#include "listofgenericgrid.h"#incl......
 ·oracle专家调优秘密(一)    »显示摘要«
    摘要:前言 在过去的十年中,oracle已经成为世界上最专业的数据库之一。对于it专家来说,就是要确保利用oracle的强大特性来提高他们公司的生产力。最有效的方法之一是通过oracle调优。它有大量的调整参数和技术来改进你的oracle数据库的性能。  oracle调优是一个复杂的主题。关于调优可以写整整一本书不过,为了改善oracle数据库的性能,有一些基本的概念是每个oracle dba都应该遵从的。  在这篇简介中,我们将简要地介绍以下的oracle主......


My FactoryMethod in C#

//myfactorymethod

using system; 【相关文章:Use your head,Out of

【扩展阅读:与候捷先生的一段对话(部分)

using system.collections; 【扩展信息:向Web Service进军--Axis

//singlepage class,which build the at last product,part element

//----top class

abstract class singlepage

{

};

//----element1

class registerpage:singlepage

{

};

//----element2

class loginpage:singlepage

{

};

//----element3

class indexpage:singlepage

{

};

//----element4

class titlepage:singlepage

{

};

//----element5

class contentpage:singlepage

{

};

//----element6

class postpage:singlepage

{

};

//----element7

class replypage:singlepage

{

};

//----------------------------------------------end of page class

//homepage class,factorymethod is in this class,creater

//----top class

abstract class homepage

{

 //fields,the aim page data

 protected arraylist pages=new arraylist();

   


...   下一页
 ·oracle专家调优秘密(三)    »显示摘要«
    摘要:调整oracle的竞争  oracle的其中一个优点时它可以管理每个表空间中的自由空间。oracle负责处理表和索引的空间管理,这样就可以让我们无需懂得oracle的表和索引的内部运作。不过,对于有经验的oracle调优专家来说,他需要懂得oracle是如何管理表的extent和空闲的数据块。对于调整拥有高的insert或者update的系统来说,这是非常重要的。  要精通对象的调整,你需要懂得freelists和freelist组的行为,它们和pctfr......
» 本期热门文章:

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