随笔 - 30
文章 - 0
评论 - 94
08 2009 档案
JavaScript日期分割与比较
摘要: 前几天做项目需要用到JavaScript日期的比较,以前很少接触JavaScript,所以上网查了一下,思路大概是这样的,先把日期分割为年月日三部分,然后实例化一个Date对象,将这个三个参数传递进去,顺序是月日年,然后就可以进行比较了。代码如下:[代码]阅读全文
IE中无法下载的解决方法
摘要: 全新安装的Windows Server 2003 使用IE下载东西时提示“This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator”大概的意思就是没有权限。解决方法如下:在运行窗口输入re...阅读全文
SQL Server 2000 安装提示挂起解决方法
摘要: 做个记录便于以后查询在安装SQL Server 2000 的时候可能会提示挂起,要求重新启动,这时即使你重新启动也没有用。解决方法:在运行窗口输入regedit,打开注册表编辑器展开至[代码]删除PendingFileRenameOperations这项即可阅读全文
Net Logon 启动失败原因
摘要: 在启动net logon服务的时候可能会收到提示说:Net Logon service on local Computer started then stopped.Some service stop automatically if they have no work to do,for example,the performance logs and alerts service.原因是:ne...阅读全文
