上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页
  2016年3月29日
摘要: string sql = @"update a set a.M_ParentID=b.M_ParentID, a.M_Name=b.M_Name, a.M_Seq=b.M_Seq from SysMenu_BySchool a inner join ("; foreach (SysMenu_BySchoolEntity m in lstMenu) { sql += string.Format(... 阅读全文
posted @ 2016-03-29 10:42 雪原日暮 阅读(190) 评论(0) 推荐(0) 编辑
  2016年3月24日
摘要: SELECT @Count=COUNT(Id) FROM #RecordTemp SET @i=0 WHILE @i<@Count BEGIN SET @i=@i+1 SELECT @Id=Id,@CoachIcNo=CoachIcNo,@StuIcNo=StuIcNo,@BeginTime=BeginTime,@EndTime=EndTime, @ActualTime=ActualTime... 阅读全文
posted @ 2016-03-24 18:00 雪原日暮 阅读(193) 评论(0) 推荐(0) 编辑
  2016年3月22日
摘要: USE [DB_JP_BaseInfo00] GO /****** Object: StoredProcedure [dbo].[sp_wx_getAppointmentInfo_Str] Script Date: 03/22/2016 14:48:24 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ... 阅读全文
posted @ 2016-03-22 14:47 雪原日暮 阅读(397) 评论(0) 推荐(0) 编辑
  2016年3月20日
摘要: http://www.360doc.com/content/14/1126/11/9200790_428168701.shtml 记得下载证书 不然有些网站是抓不到的 阅读全文
posted @ 2016-03-20 16:46 雪原日暮 阅读(135) 评论(0) 推荐(0) 编辑
  2016年3月17日
该文被密码保护。 阅读全文
posted @ 2016-03-17 17:48 雪原日暮 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-03-17 15:56 雪原日暮 阅读(1) 评论(0) 推荐(0) 编辑
  2016年3月16日
摘要: <%for(int i=0;i<list_model.Count;i++) { %> <div style=" padding-left:35px;padding-right:35px; background-color:white; margin-top:10px; height:160px; " 阅读全文
posted @ 2016-03-16 16:34 雪原日暮 阅读(641) 评论(0) 推荐(0) 编辑
  2016年3月14日
摘要: border: 1px solid #DDDDDD;  灰色样式 阅读全文
posted @ 2016-03-14 17:59 雪原日暮 阅读(132) 评论(0) 推荐(0) 编辑
摘要:   阅读全文
posted @ 2016-03-14 08:54 雪原日暮 阅读(443) 评论(0) 推荐(0) 编辑
摘要: byte[] getImageByte = HttpHelper.getImageByte(HttpContext.Current.Server.MapPath(("~/UploadFiles/StuImgs/" + result_Model.StuImage))); if (getImageByt 阅读全文
posted @ 2016-03-14 08:49 雪原日暮 阅读(349) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 30 下一页