上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: csCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System;using System.Data;using System.Configuration;using System.Collections;using System... 阅读全文
posted @ 2008-11-01 11:23 hb 阅读(224) 评论(0) 推荐(0)
摘要: 指数 " target="_blank"> " target="_blank"> " target="_blank"> " target="_blank"> " target="_blank"> 上证综指--> " target=... 阅读全文
posted @ 2008-11-01 10:55 hb 阅读(279) 评论(0) 推荐(0)
摘要: sqldata类里 #region 返回DataSet类型数据 /// /// 此方法返回一个DataSet类型 /// /// 要执行的SQL语句 /// public DataSet ExceDS(string SqlCom) { try { sqlcom = new SqlCommand(S... 阅读全文
posted @ 2008-11-01 10:38 hb 阅读(257) 评论(0) 推荐(0)
摘要: #region 返回DataSet类型数据 #endregion #region 返回DataSet类型数据 /// /// 创建时间:200-3-15 /// 创建人:朱江 /// 此方法返回一个DataSet类型 /// /// 要执行的SQL语句 /// public DataSet ExceDS(string SqlCom... 阅读全文
posted @ 2008-11-01 10:35 hb 阅读(166) 评论(0) 推荐(0)
摘要: 1。Eval和Bind的区别 绑定表达式 区别 1。eval是只读数据,bind是可更新的. 2.当对次表达式操作时候,必须用Eval 如 2.若GridView中绑定列里面 设置 内容格式 DataFormateString ={0:d} ,则 必须把 属性 HtmlCode 设置为false,否则无法起作用; Eval 单向绑定:数据是只读的 Bind 双向绑定:数据可以更改,并返回服务器... 阅读全文
posted @ 2008-10-31 17:42 hb 阅读(290) 评论(0) 推荐(0)
摘要: [关闭] CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->自动关闭焦点窗口当你不在浏览该窗口时,会自动出现是否关闭窗口的提示。 阅读全文
posted @ 2008-10-31 09:53 hb 阅读(159) 评论(0) 推荐(0)
摘要: private bool isNumberic(string obj) { for (int i_ = 0; i_ < obj.Length; i_++) { if (char.IsNumber(obj, i_) != true) { return false; } ... 阅读全文
posted @ 2008-10-30 10:59 hb 阅读(146) 评论(0) 推荐(0)
摘要: cs里 public Job_Data jd; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { jd = new Job_Data(); fanye(); //翻页函数... 阅读全文
posted @ 2008-10-30 10:33 hb 阅读(148) 评论(0) 推荐(0)
摘要: ":""%> &CID=" title=""> ":""%> = 2)?"":""%> " : ""%> 阅读全文
posted @ 2008-10-30 10:27 hb 阅读(134) 评论(0) 推荐(0)
摘要: CREATE VIEW [dbo].[PerJob]ASSELECT zp.id, zp.uid, per.MainMenu, per.subMenu, per.ComName, per.ComType, zp.Idate, zp.JobKind, zp.JobName, zp.WorkYear, zp.Knowledge, zp.JobRequire, per.Intro... 阅读全文
posted @ 2008-10-29 17:16 hb 阅读(154) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页