06 2020 档案
摘要:// 北京是getZoneTime(8),纽约是getZoneTime(-5),班加罗尔是getZoneTime(5.5). 偏移值是本时区相对于格林尼治所在时区的时区差值 function getZoneTime(offset) { // 取本地时间 var localtime = new Dat
阅读全文
摘要:系统:windows server 2012 datacenter r2 IIS:IIS8.0 异常现象:安装urlrewrite模块后,应用程序池自动停止。 事件记录:模块 DLL C:\Windows\system32\inetsrv\rewrite.dll 未能加载。返回的数据为错误信息。 尝
阅读全文