modernsky2003

2010年3月17日 #

ajax学习例子

摘要: http://www.codefans.net/sort/list_3_115_1.shtml 阅读全文

posted @ 2010-03-17 17:10 hekeneng 阅读(116) 评论(0) 推荐(0)

2010年3月16日 #

SQLServer 存储过程简介与使用方法

摘要: http://www.cnblogs.com/yangyang8848/archive/2009/07/03/1515731.html 阅读全文

posted @ 2010-03-16 17:10 hekeneng 阅读(125) 评论(0) 推荐(0)

二进制数据(Image类型)从一个表存入另一个表

摘要: http://www.cnblogs.com/bluespace/articles/1270431.html 阅读全文

posted @ 2010-03-16 16:30 hekeneng 阅读(153) 评论(0) 推荐(0)

像百度搜索结果一样得到一个关键字左右的若干字符

摘要: http://www.cnblogs.com/bluespace/articles/1057158.html 阅读全文

posted @ 2010-03-16 16:27 hekeneng 阅读(159) 评论(0) 推荐(0)

Javascript操作select控件大全

摘要: http://www.cnblogs.com/bluespace/articles/1446016.html 阅读全文

posted @ 2010-03-16 16:23 hekeneng 阅读(116) 评论(0) 推荐(0)

C#后台调用前台javascript的五种方法

摘要: http://www.cnblogs.com/bluespace/articles/1496641.html 阅读全文

posted @ 2010-03-16 16:18 hekeneng 阅读(283) 评论(0) 推荐(0)

2010年3月3日 #

SqlHelper

摘要: using System;using System.Data;using System.Configuration;using System.Web.Security;using System.Collections;using System.Data.SqlClient;using System.Web.UI.WebControls;namespace ROYcms.DB{ public abs... 阅读全文

posted @ 2010-03-03 14:35 hekeneng 阅读(387) 评论(0) 推荐(0)

DES加密/解密类。

摘要: using System;using System.Security.Cryptography; using System.Text;namespace ROYcms.DB{/// <summary>/// DES加密/解密类。/// </summary>public class DESEncrypt{public DESEncrypt(){}#region =======... 阅读全文

posted @ 2010-03-03 14:33 hekeneng 阅读(143) 评论(0) 推荐(0)

DbHelperSQL

摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Data.Common;using System.Collections.Ge... 阅读全文

posted @ 2010-03-03 14:32 hekeneng 阅读(401) 评论(0) 推荐(0)

数据访问基础类(基于OleDb)DbHelper

摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.OleDb;using System.Configuration;namespace ROYcms.DB{ /// <summary> /// Copyright (... 阅读全文

posted @ 2010-03-03 14:13 hekeneng 阅读(449) 评论(0) 推荐(0)

导航