摘要: void context_BeginRequest(object sender, EventArgs e) { HttpApplication application = (HttpApplication)sender; HttpContext context = application.Context; HttpResponse response = application.Response; string path = context.Request.Path; string file = System.IO.Path.GetFileName(path); Regex regex = n. 阅读全文
posted @ 2011-04-19 23:36 solomon_Blog 阅读(572) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title>图片定时向上滚动</title> <style type=" 阅读全文
posted @ 2011-04-19 23:25 solomon_Blog 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 此类问题是电脑装了某个补丁,如果VS默认的浏览器是IE则会出现如题错误解决小技巧:可以将VS浏览方式里的默认浏览器设为非IE浏览器,我设的是火狐,如果要用IE查看可以将地址栏里的URL复制并粘贴到IE中,因为IE开发工具中的脚本调试着实很吸引我。这样可以解决调试后老出现空白页并时常报无法启动的错误! 阅读全文
posted @ 2011-04-19 00:39 solomon_Blog 阅读(198) 评论(0) 推荐(0) 编辑