自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(17)
  • 收藏
  • 关注

转载 一道关于实例化顺序的C#面试题

最近找工作,面试了几家公司,其中有一家公司的面试题给我印象很深,不久前在博客园看过类似的题目,但这次的更复杂,题目如下:  public class BaseA     {        public static MyTest a1 = new MyTest("a1

2011-09-09 09:03:19 689

转载 C#类的修饰符

访问修饰符:    public:访问不受限制。  protected:访问仅限于包含类或从包含类派生的类型。只有包含该成员的类以及继承的类可以存取.  Internal:访问仅限于当前程序集。只有当前工程可以存取.  protected intern

2011-09-09 01:07:33 606

转载 UML类图介绍

2011-09-09 00:52:22 561

转载 实例解析四大UML类关系图

本文和大家重点讨论一下UML类关系图的概念,主要包括类与类之间存在泛化,关联,依赖和聚合四种关系,相信通过本节的介绍你对UML类关系图一定会有深刻的认识。UML类关系图类与类之间的关系对于理解面向对象具有很重要的作用,以前在面试的时候也经常被问到这个问题,在这里我就介绍一

2011-09-09 00:50:39 1679

转载 C#面向对象分析

面向对象分析属于软件开发过程中的问题定义阶段,其目标是清晰、精确地定义问题领域。传统的系统分析产生一组面向过程的文档,定义目标系统的功能;面向对象分析则产生一种描述系统功能和问题领域的基本特征的综合文档。  原则  面向对象分析的主要原则如下。  1.抽象  从许

2011-09-07 11:38:37 544

转载 C#面向对象设计模式纵横谈学习笔记(1)

人是一个经验性的动物每一个模式描述了一个在我们周围不断重复发生的问题,以及该问题的解决方案的核心。

2011-09-07 11:35:02 523

转载 How to Create a Second Level GridView in ASP.NET

This code example includes:Multiple Gridviews (a GridView within a GridView) 2nd level Gridview.Sorting in Gridview.Custom paging fu

2011-09-01 12:24:11 492

转载 Select Single Radio Button in Gridview in Asp.Net

Introduction:In this article we will learn how to select only one row of a GridView using RadioButtons whereas normally a RadioButton do

2011-09-01 12:13:04 579

转载 Export large data from GridView to Excel file using C#

A good way to display data is to show it in a GridView. However, it becomes difficult to manipulate and filter large amounts of data in this

2011-09-01 12:08:28 837

转载 Check/Un-Check checkboxes items in ASP.NET DataGrid using JavaScript

In this article we will see how to check and un-check checkboxes items in ASP.NET DataGrid using JavaScript. We will also see how to delete

2011-09-01 12:05:23 503

转载 Check/Uncheck All Checkboxes in Asp.Net Gridview

Introduction:In this article we will see how to check and uncheck all CheckBoxes present in an ASP.Net GridView control.Background:

2011-09-01 11:47:22 795

转载 Change Rows Background color in GridView with selected Criteria

In this article we change background color of the rows in a GridView with selected criteria on GridView1_RowDataBound event.In aspx.cs pag

2011-09-01 11:42:58 634

转载 Export Data from GridView to Excel, Word, HTML with C#

I am very insterested in data exporting and I find that many people pay attention on how to export data from GridView to Excel. Besides, it

2011-09-01 11:22:27 2826

转载 Editable GridView - All Columns in GridView are Editable

Summary : Usually developers do not use an editable GridView for many reasons. Developers prefer manual coding but an editable GridView

2011-09-01 11:12:21 747

转载 Merge Same Data Column in Gridview

In this article is code to merge columns & cells. I try to describe how to merge cells in Gridview in ASP.NET.In this article I use an

2011-09-01 11:01:54 768

转载 Swapping GridView rows Up and Down

In this article I am posting code about swapping GridView rows Up and Down using Data Tables.Here is Aspx Code

2011-09-01 10:55:08 477

转载 Export ASP.NET Gridview data into MS-Excel sheet

Export ASP.NET Gridview data into MS-Excel sheetPrepare Database, table, and insert data into table.Bind table data in to ASP.Net Grid

2011-09-01 10:46:47 597

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除