摘要:
常用的JavaScript验证正则表达式 http://www.centuryidea.cn/2008/01/13/%E5%B8%B8%E7%94%A8%E7%9A%84javascript%E9%AA%8C%E8%AF%81%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/ Css Js, Web Design Share This Add comme... 阅读全文
摘要:
操。。。 阅读全文
摘要:
http://www.cnblogs.com/xlfj521/archive/2008/01/29/1057375.html 获取一组radio被选中项的值 var item = $('input[@name=items][@checked]').val(); 获取select被选中项的文本 var item = $("select[@name=items] option[@selected]")... 阅读全文
摘要:
如果是遇到VMWARE 6(SERVER)出现2GB FILE REASONS TOO BIG。 就在VMX文件下加这一句: diskLib.sparseMaxFileSizeCheck= "false" 或者在设置里加add entry.也行。 出错信息大概如下。 VMware Workstation cannot open one of the virtual disks neede... 阅读全文
摘要:
取本页URL地址的方法总结 测试的url地址是 http://data.medix.cn/medic/default.aspx 结果如下: Request.ApplicationPath 结果:/medic Request.CurrentExecutionFilePath: 结果:medic/default.aspx Request.FilePath: 结果:/med... 阅读全文
摘要:
Javascript 刷新框架及页面的方法总集 声明: 最近越来越感觉JS的优越性,项目中用到关于框架页面刷新的方法,在网上搜索以后发现有许多不错的代码,但不是很齐全。于是,我索性从网络上搜集以后经过精心编排,整理了一下。^ - ^ 希望大家多多指教! 先来看一个简单的例子: 下面以三个页面分别命名为frame.html、top.html、bottom.html为例来具体说明... 阅读全文
摘要:
1. 2.http://xling.blueidea.com/archives/2006/1537.shtml 3. function queryString( key ) { var href = window.location.search; var lhref = href.toLowerCase(); var pos = lhre... 阅读全文
摘要:
JavaScript实现DropDownList(Select)三级联动无刷新 Javascript代码 Html代码 请选择所属国家 请选择所属省 ... 阅读全文
摘要:
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.W... 阅读全文
摘要:
How to Downgrade a Database from SQL Server 2005 to SQL Server 2000 As you may all know, SQL Server 2005 request a minimum of 8GB RAM to work… let say satisfactorily. I first didn’t knew that and ... 阅读全文