using SiteCore; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class test2 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //http://xy.ifireant.com/Handler/taobaopush.ashx 同步地址 //string sql = string.Format("select * from X_LOG where USERID=1 AND CONVERT(varchar,MSG)<>'' ORDER BY ID DESC"); //DataTable dt = SqlHelper.ExecuteDataSet(sql).Tables[0]; //return dt; //StringBuilder str = new StringBuilder(); //str.AppendLine(""); //str.AppendLine(""); //str.AppendLine(""); //str.AppendLine(" "); //str.AppendLine(" "); //str.AppendLine(" "); //str.AppendLine(""); ////str.AppendLine(""); ////str.AppendLine(" "); ////str.AppendLine(""); ////str.AppendLine(""); ////str.AppendLine(" "); ////str.AppendLine(""); //str.AppendLine(""); //Response.Clear(); //Response.Write(str.ToString()); //Response.End(); } }