05 2015 档案

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