上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: select a.id1,b.snum2-a.snum1from (select exdeGoodsID as id1,sum(exdeQuantity)as snum1 from ExdertDetail group by exdeGoodsID) as afull JOIN (select im... 阅读全文
posted @ 2011-08-11 17:48 风一样的大叔 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 今天是: 阅读全文
posted @ 2011-08-11 07:55 风一样的大叔 阅读(240) 评论(0) 推荐(0) 编辑
摘要: //cs文件using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;... 阅读全文
posted @ 2011-08-11 07:53 风一样的大叔 阅读(260) 评论(0) 推荐(0) 编辑
摘要: //aspx页面中 ·','','height=258, width=479, top=200, left=200')"> //cs文件中if (!IsPostBack) //!IsPostBack避免重复刷新加载页面 { //获取前6条分类供求信息 dlZP.DataSou... 阅读全文
posted @ 2011-08-11 07:51 风一样的大叔 阅读(273) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2011-08-10 22:21 风一样的大叔 阅读(154) 评论(0) 推荐(0) 编辑
摘要: //Exit.aspx页面中protected void Page_Load(object sender, EventArgs e) { Session.Abandon();//结束session Session["UserName"] = null;//将session赋值为空 Response.... 阅读全文
posted @ 2011-08-10 22:12 风一样的大叔 阅读(240) 评论(0) 推荐(0) 编辑
摘要: //msc自己写的答案,Ans正确答案 for (int i = 0, j = 0; i < Ans.Length ; i++, j++) { if (Ans[i] == msc[j])//如果两个答案相同,则正确答案数加一个 score ++; else continue; } 阅读全文
posted @ 2011-08-09 22:39 风一样的大叔 阅读(133) 评论(0) 推荐(0) 编辑
摘要: //传送值protected void btnsend_Click(object sender, EventArgs e) { string id, disguise, random; random = StrOperation.RandString(); disguise = StrOperati... 阅读全文
posted @ 2011-08-09 22:33 风一样的大叔 阅读(366) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste... 阅读全文
posted @ 2011-08-09 22:28 风一样的大叔 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-08-09 22:22 风一样的大叔 阅读(1012) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页