自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (3)
  • 问答 (1)
  • 收藏
  • 关注

原创 有趣的面试题

英文题目(可以用中文回答)1)  Please describe the different between XML,XSD,XSL through their definition.2)  Do you know the Persistent Object in J2EE;if yes ,please describe some mechanism of it.3)  Please descri

2008-05-24 09:11:00 827

原创 C# 中类库(dll)的创建和引用

 我们在很多时候需要引用自己所建立的类库(这样可以增加代码的重用行)首先 我们新建一个类库 在类库里面写方法,类以及属性建好后就可以调用拉.如:在我的 dll中有:using System;using System.Collections.Generic;using System.Text;namespace ClassLibrary1{    public class Class

2007-12-18 18:27:00 1920

Visual.Assist.X.v10.4.1626.0.zip

visual studio 代码提示工具 加快代码开发速度

2009-11-06

32种设计模式

C# 32种设计模式:创建型: 1. 单件模式(Singleton Pattern) 2. 抽象工厂(Abstract Factory) 3. 建造者模式(Builder) 4. 工厂方法模式(Factory Method) 5. 原型模式(Prototype) 结构型: 6. 适配器模式(Adapter Pattern) 7. 桥接模式(Bridge Pattern) 8. 装饰模式(Decorator Pattern) 9. 组合模式(Composite Pattern) 10. 外观模式(Facade Pattern) 11. 享元模式(Flyweight Pattern) 12. 代理模式(Proxy Pattern) 13. 模板方法(Template Method) 14. 命令模式(Command Pattern) 15. 迭代器模式(Iterator Pattern) 行为型: 16. 观察者模式(Observer Pattern) 17. 解释器模式(Interpreter Pattern) 18. 中介者模式(Mediator Pattern) 19. 职责链模式(Chain of Responsibility Pattern) 20. 备忘录模式(Memento Pattern) 21. 策略模式(Strategy Pattern) 22. 访问者模式(Visitor Pattern) 23. 状态模式(State Pattern)

2008-01-04

Visual.Assist.X.v10.3.1561.0

Visual.Assist.X.v10.3.1561.0

2007-12-06

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

TA关注的人

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