自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ang639

宠辱不惊

  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 ASP.NET 下的Provider模式

ASP.net 2.0 的 Provider 模型为开发者提供了将他们自己的实现作为一种特性加入到运行时的可扩展方法。Membership Provider 与 Role Provider 在 ASP.net 2.0 中都通过细化一个接口或者协议来遵循 Provider 的模型。如果你创建你的组件来实现 Provider 模型定义的协议,你可以插入你的代码到 ASP.net 运行时并且替换或者

2007-10-26 17:52:00 3033

原创 .net2.0 配置节

configuration>    configSections>        section name="indexusNetSharedCache" type="MergeSystem.Indexus.WinServiceCommon.Configuration.Client.IndexusProviderSection, MergeSystem.Indexus.WinServiceCo

2007-10-26 16:54:00 906

原创 获取内存和CPU信息

using System.Collections;using System.Collections.Generic;using System.Management;using System.Text;namespace MergeSystem.Indexus.WinServiceCommon.SystemManagement...{    /**////     /// Represents 

2007-10-26 16:37:00 1030

原创 序列化

        public static byte[] ToBinary(AppCommand item)        ...{            BinaryFormatter format = new BinaryFormatter();            MemoryStream str = new MemoryStream();            format.Seri

2007-10-26 16:36:00 738

原创 代码片段: javascript 的slider

function Draggable(element) ...{    // initialize drag variable    var x = 0, y = 0, oldMouseMove, oldMouseUp;    this.test = 123;    // get style properties of element    var computedStyle;    if (

2007-10-24 21:01:00 1512

scribe日志系统文档

scribe日志系统使用文档 本文档描述scribe日志的发送,日志内容分析,用户行为的统计,系统错误信息的记录和统计内容和错误内容的查询

2011-06-30

空空如也

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

TA关注的人

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