- 博客(15)
- 资源 (20)
- 收藏
- 关注
原创 包含分页/删除多项 代码
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using HeartFly.ReflectionFactory;using System.Collections;using Hea
2010-04-12 20:27:00 675
原创 页面上处理true 和false
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > td { padding:3px; font-size:13px; }
2010-04-12 20:10:00 892
原创 通用baseDAL类(4)
namespace Syaccp.Feast.ProcDAL.SqlServer{ //系统命名空间 using System.Collections.Generic; using System.Data; using System; using System.Data.SqlClient; using System.Text; using Syst
2010-03-23 19:03:00 2239
原创 Message
using System;using System.Text;namespace STAR.LIB //可以修改成实际项目的命名空间名称{ /// /// 显示消息提示对话框。 /// public class MessageBox { private MessageBox() { } /// /// 显示消息提示对话框 /// /// 当前页面指针,一
2010-03-19 09:28:00 656
原创 sqlhelper(2)
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Collections;using System.Data.SqlClient;/// /// 数据库的通用访问代码/// 此类为抽象类,不允许实例化,在应用时直接调用
2010-03-19 09:26:00 596
原创 sqlhelper(1)
using System;using System.Data;namespace Xjj.DataAccessHelper{ /// /// 提供数据访问的静态方法。此类不可实例化。 /// SqlHelper的运作基于DataAccess,为每个线程分配一个DataAccess实例,所以是线程安全的。 /// static public class SqlH
2010-03-19 09:24:00 670
原创 通用baseDAL类(3)
using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Data;using System.Collections;namespace DAL{ /// /// 数据访问抽象基础类 /// public abstr
2010-03-19 09:22:00 1038
原创 通用baseDAL类(2)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data;using System.Configuration;using System.Reflection;using System.Collecti
2010-03-19 09:10:00 1250
原创 通用DBHelper类(1)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration;namespace PubsManager.DAL{ public class
2010-03-19 09:06:00 774
原创 BLL层常需要使用的方法
using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.Text.RegularExpressions;using System.Web;using System.Web.UI;using Microsoft.VisualBasic
2010-03-19 09:02:00 1563
原创 表单的基本验证
$ = document.getElementById; function EmailAD(){ //验证E-mail的输入是否正确 var Emailname = $("Email").value.substring($("Email").value.indexOf(".",0)+1,$("Email").value.length); if($("Email").
2010-03-19 08:55:00 695
原创 gridview的使用(后台代码)
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using HeartFly.Model;using HeartFly.ReflectionFactory;using System.
2010-03-04 09:57:00 783
原创 gridview的使用
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > td { padding:3px; font-size:13px; }
2010-03-04 09:55:00 729
原创 通用DBHelper类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Data.SqlClient;using System.Data;using System.Reflection;namespace ClassLibr
2010-03-04 09:47:00 1551
转载 C#四种排序算法
【导读】本文介绍了C#的四种排序算法:冒泡排序、选择排序、插入排序和希尔排序 1: 冒泡排序using System;namespace BubbleSorter { public class BubbleSorter { public void Sort(int [] list) { int i,j,temp; bool done=fals
2009-09-28 11:55:00 589
WSPBuilder
2013-04-10
sharepint2010 安装手册(完整版)
2012-09-15
NuGet.Tools
2012-07-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人