摘要: "> "> ">阅读新闻 阅读全文
posted @ 2015-05-06 15:06 Pavilion 阅读(180) 评论(0) 推荐(0)
摘要: 1:备份数据库 2:先测试,在执行DUMP TRANSACTION 数据库名 WITH NO_LOGBACKUP LOG 数据库名 WITH NO_LOGDBCC SHRINKDATABASE (数据库名) 阅读全文
posted @ 2015-05-06 14:41 Pavilion 阅读(287) 评论(0) 推荐(0)
摘要: usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Collections;usingSystem.Data.SqlClient; /... 阅读全文
posted @ 2015-05-06 14:38 Pavilion 阅读(235) 评论(0) 推荐(0)
摘要: 后台 GetMobile.ashx'publicvoidProcessRequest(HttpContextcontext){context.Response.ContentType="text/plain"; vartype=context.Request.Params["type"];varte... 阅读全文
posted @ 2015-05-06 14:17 Pavilion 阅读(962) 评论(0) 推荐(0)