06 2018 档案

摘要:string sql_sel = "select InS.ID as isID, InS.InventorySize , InS.MinValue,InS.MaxValue from InventorySize InS "; DataSet ds = SqlHelper.GetDataSet(sql_sel); if (ds != null && ds.Tab... 阅读全文
posted @ 2018-06-27 14:38 敲代码带 阅读(162) 评论(0) 推荐(0)
摘要://先得到模板页所在的路径 string phyPath = context.Server.MapPath("/p02style.html"); //得到模板的所有内容 string str = System.IO.File.ReadAllText(phyPath); //读取母版页 替换占位符 / 阅读全文
posted @ 2018-06-05 16:22 敲代码带 阅读(969) 评论(0) 推荐(1)