自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

雪后残阳

舍不得却还是要走,抹掉名字,抹不掉一段回忆

  • 博客(13)
  • 资源 (3)
  • 收藏
  • 关注

原创 MinGW C++

class IntArray {public:// 构造函数 explicit IntArray( int size = DefaultArraySize ); IntArray( int *array, int array_size ); IntArray( const IntArray &rhs ); // 虚拟析构函数 virtual ~IntArray() ; // 等于和不等于操作 bo

2005-10-29 12:11:00 1245

原创 动态修改asp.net的title值

using System;using System.IO ;using System.Text ;using System.Text.RegularExpressions ;namespace dhzCry{ public class FilterModule:System.Web.IHttpModule {  public FilterModule()  {}  protected void O

2005-10-21 14:38:00 1391

转载 ///通用的加载插件的代码:转贴

///通用的加载插件的代码:public class plugIn{ /**////  /// 动态装载并创建类型,该类型拥有指定接口 ///  /// 类型名称 /// 指定的接口名称 /// 指定构造函数的参数(null或空的数组表示调用默认构造函数) /// 返回所创建的类型(null表示该类型无法创建或找不到) public static object LoadObject(string

2005-10-21 11:20:00 877

原创 IComparable 接口的实现

using System;using System.Collections;namespace ResTest{ public enum   CompareDirection {  ASC,  DESC } ///  /// CompareObj 的摘要说明。 ///  public class CompareObj:System.IComparable {  private static   i

2005-10-21 11:11:00 1325

原创 小李菜刀:实现ICompare接口的通用对象比较类

using System;using System.Collections ;using System.Reflection ;namespace ResTest{ ///  /// 通用对象比较类,一般用于对一个对象数组按属性排序或查询  ///  public class ObjectCompare : System.Collections.IComparer  {   SortEntry

2005-10-21 10:30:00 1628

原创 利用xmlhttp取数据

 function getUserLst(){    var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP");     xmlhttp.open("POST", "GetUserAll.aspx",true);    xmlhttp.send("");    xmlhttp.onreadystatechange=function(){     

2005-10-20 12:25:00 1182

原创 从资源文件中取图片

//dll文件其中有dhzTc.resource文件public class ImgFrmRes {  public ImgFrmRes()  {   //   // TODO: 在此处添加构造函数逻辑   //  }        public static System.Drawing.Image     GetSrc(string name)  {   System.Resources.Re

2005-10-20 09:25:00 948

转载 动易首页调用最新文章图片向上滚动方法(ZT)

        var speed=15   demo2.innerHTML=demo1.innerHTML   function Marquee3(){   if(demo2.offsetTop-demo.scrollTop   demo.scrollTop-=demo1.offsetHeight     else{   demo.scrollTop++   }   }   var MyMar=

2005-10-18 17:29:00 2407

原创 asp.net中的存储过程的动态配置2

using System;using System.Xml ;using System.Xml.Serialization ;using System.Xml.XPath ;using System.Reflection;namespace WebApplication2.Xml{ ///  /// Procedure 的摘要说明。 ///  public class Procedure {  p

2005-10-18 09:31:00 886

原创 图片缩放

using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebContr

2005-10-17 16:39:00 881

原创 取存储过程的信息

SELECT  (case when a.colorder=1 then d.name else end) NTabName, (case when a.colorder=1 then d.id  else end) NTabId,   a.colorder Nkeyno,   a.name Ncolname,   b.name NDbType,   a.lengt

2005-10-17 11:28:00 800

原创 存储过程动态配置

using System;using System.Text.RegularExpressions;using System.Web;using System.Reflection;using System.Configuration;using System.Xml;using System.Xml.Serialization;using System.Xml.XPath;namespace W

2005-10-17 11:25:00 914

原创 Url重写问题????

这些代码是从.Text Blog Engeer中修改过来的仅备自用的,using System;using System.Web ;using System.Web.SessionState;using System.Collections.Specialized;namespace DHZUR{ public class DHZUrlHandlerAspx : IHttpHandler {  p

2005-10-14 12:44:00 2500

pdg-pdf转换器

格式转换,超星电子书转PDF格式,或者其他文本,图片等格式。

2011-04-08

Linq cookbook rerferecne

Linq to Sql ,packet reference

2008-09-22

Python核心编程

python 的技术参考手册。内容直接看吧

2008-09-17

空空如也

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

TA关注的人

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