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