2013年7月1日

改变ie浏览器的收藏夹位置

摘要: 阅读全文

posted @ 2013-07-01 22:49 中子持心 阅读(100) 评论(0) 推荐(0) 编辑

24小时制时间格式和12小时制时间格式

摘要: yyyy-MM-dd HH:mm:ss -------24yyyy-MM-dd hh:mm:ss -------12 阅读全文

posted @ 2013-07-01 19:14 中子持心 阅读(936) 评论(0) 推荐(0) 编辑

由于代码已经过优化或者本机框架位于调用堆栈之上,无法计算表达式的值

摘要: Response.Redirect,请使用重载 Response.Redirect(String url, bool endResponse),该重载对 endResponse 参数传递 false 以取消对 Response.End 的内部调用。例如: Response.Redirect ("nextpage.aspx", false);如果使用此替代方法,将执行 Response.Redirect 后面的代码。 阅读全文

posted @ 2013-07-01 10:09 中子持心 阅读(187) 评论(0) 推荐(0) 编辑

RegisterClientScriptBlock与 RegisterStartupScript区别

摘要: Page.ClientScript.RegisterClientScriptBlock而用Page.ClientScript.RegisterStartupScript是因为:RegisterStartupScript 把script放置在ASP.NET page的底部,而RegisterClientScriptBlock把script放置在ASP.NET page的顶部,用RegisterClientScriptBlock会报错,javascript函数不到对象 阅读全文

posted @ 2013-07-01 09:50 中子持心 阅读(157) 评论(0) 推荐(0) 编辑

导航