摘要: using System; using System.Data; using System.Xml; using System.Data.SqlClient; using System.Collections;namespace Book.DAL { /// <summary> /// SqlServer数据访问帮助类 /// </summary> public sealed class SqlHelper { #region 私有构造函数和方法 private SqlHelper() {} /// <summary> /// 将SqlParameter参数 阅读全文
posted @ 2013-04-27 21:53 我的梦想天地 阅读(276) 评论(0) 推荐(0)
  2013年1月14日
摘要: wrap表示获取或设置一个值,该值指示多行文本框内的文本内容是否换行。当属性值设置为true时表示文本框内的文本可以换行。false 则不换行!但需注意的是:仅当 TextMode 属性设置为 TextBoxMode.MultiLine 时,此属性才适用。 阅读全文
posted @ 2013-01-14 20:37 我的梦想天地 阅读(151) 评论(0) 推荐(0)
  2012年12月22日
摘要: <!DOCTYPE html><html> <head> <title>bootstrap学习 by 司徒正美</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="http://files.cnblogs.com/rubylouvre/bootstrap.css"/> < 阅读全文
posted @ 2012-12-22 20:45 我的梦想天地 阅读(142) 评论(0) 推荐(0)