当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: namespace WindowsApplication1{/// <summary>/// Form1.的摘要说明。
 

 

 ·关于repeater控件的使用    »显示摘要«
    摘要:关于repeater控件的使用 repeater控件是一个数据显示控件,该控件允许通过为列表中显示的每一项重复使用指定的模板来自定义布局。 要显示数据,必须先创建模板来绑定数据列表,模块定义如下(另见sdk): 模板 说明 alternatingitemtemplate 与 itemtemplate 元素类似,但在 repeater 控件中隔行(交替项)呈现一次。通过设置 alternatingitemtemplate 元素的样式属性,可以为其指定不同的外......
    摘要: 资源工厂(resource factory)- 对象创建型 设计模式 资源工厂 (resource factory) v1.0 资源工厂(resource factory)- 对象创建型 1.名称 资源工厂(resource factory) 2.版本 1.0 3.意图 用统一的方法来创建不同的对象,而不用关心此对象是如何创建出来的,来自何处。 4.动机 应用系统中,会用到太多的资源对象,而这些资源对象的创建不尽相同,比如在java bean中创建ejb......


画带阴影效果的文字

using system;

using system.drawing; 【相关文章:C#,结构成员是引用,会发生什么

【扩展阅读:Boost.bind的文档(翻译)

using system.drawing.text; 【扩展信息:BPM——信息化的中枢神经

using system.drawing.drawing2d;

using system.collections;

using system.componentmodel;

using system.windows.forms;

using system.data;

namespace windowsapplication1

{

/// <summary>

/// form1.的摘要说明。

/// </summary>

public class form1 : system.windows.forms.form

{

 /// <summary>

 /// 必需的设计器变量。

 /// </summary>

 private system.componentmodel.container components = null;

 private string texttodraw = "";

 public form1()

 {

  //

  // windows 窗体设计器支持所必需的

  //

  initializecomponent();

  // 在 initializecomponent 调用后添加任何构造函数代码

  this.setstyle(controlstyles.resizeredraw,true);

 }

 /// <summary>

 /// 清理所有正在使用的资源。

 /// </summary>

 protected override void dispose( bool disposing )

 {

  if( disposing )

  {

   if (components != null)

   {

    components.dispose();

   }

  }

  base.dispose( disposing );

 }


...   下一页
 ·java servlet api说明文档    »显示摘要«
    摘要:绪言 这是一份关于2.1版java servlet api的说明文档,作为对这本文档的补充,你可以到http://java.sun.com/products/servlet/index.html下面下载javadoc格式的文档。 谁需要读这份文档 这份文档描述了java servlet api的最新版本2.1版。所以,这本书对于servlet的开发者及servlet引擎的开发者同样适用。 java servlet api的组成 java servlet a......
» 本期热门文章:

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