2014年10月21日

一个数据库连接串

摘要: Provider=SQLOLEDB;server=localhost;uid=sa;pwd=;database=Books SERVER 而不是 datasource 阅读全文

posted @ 2014-10-21 23:06 中子持心 阅读(109) 评论(0) 推荐(0) 编辑

js 屏蔽 键盘 按键

摘要: document.onkeydown=function(){//alert( event.keyCode )//可查看各个按键的keyCode是多少if(event.keyCode == 27)//esc { event.keyCode = 0;returnfalse; }} 阅读全文

posted @ 2014-10-21 18:12 中子持心 阅读(310) 评论(0) 推荐(0) 编辑

什么情况下HttpContext.Current.Request.UrlReferrer为空

摘要: The situations where this ServerVariable works include the following methods of a browser loading a URL:clicking on a straight HTML link;submitting a... 阅读全文

posted @ 2014-10-21 08:30 中子持心 阅读(933) 评论(0) 推荐(0) 编辑

导航