【C】 页面每两分钟自动刷新 我的页面每两分钟就自动刷新,我的代码里并没有这样的语句,但是页面静止两分钟不操作就会这样,然後就显示:ThepagecannotbefoundThepageyouarelookingformighthavebeenremoved,haditsnamechanged,oristemporarilyunavailable.--------------------------------------------------------------------------------Pleasetrythefollowing:MakesurethattheWebsiteaddressdisplayedintheaddressbarofyourbrowserisspelledandformattedcorrectly.Ifyoureachedthispagebyclickingalink,contacttheWebsiteadministratortoalertthemthatthelinkisincorrectlyformatted.ClicktheBackbuttontotryanotherlink.HTTPError404-Fileordirectorynotfound.InternetInformationServices(IIS)

【C】 页面每两分钟自动刷新

我的页面每两分钟就自动刷新,我的代码里并没有这样的语句,但是页面静止两分钟不操作就会这样,然後就显示:

  The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. 

--------------------------------------------------------------------------------

Please try the following:

Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. 

If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted. 

Click the Back button to try another link. 

HTTP Error 404 - File or directory not found.

Internet Information Services (IIS)


相关考题:

在html文档头部的 元信息标记http-equiv属性中,使用()能够设定页面的自动刷新,就是每隔几秒的时间刷新页面的内容。

IE中实现页面刷新的快捷键是(1)。A.F3B.F5C.Ctrl + AD.Ctrl + F

CDN刷新机制包含遵循源站、CDN平台配置、手动刷新和接口自动刷新() 此题为判断题(对,错)。

页面的刷新可以用response对象来实现。() 此题为判断题(对,错)。

告警监视页面需要手动刷新。() 此题为判断题(对,错)。

写一条语句,使页面每隔30s自动刷新。

下列语言编写的代码中,在浏览器端执行的是( )。A.wt h页面中的c#代码B.Web页面中的Java代码C.Web页面中的PHP代码D.Web页面中的JavaScript代码

下面()可实现刷新当前页面。A.reload()B.replace()C.href()D.referrer

3、很多时候不可能每次更新数据都要刷新页面(get请求),而是通过向后端请求相关数据,并通过()的方式进行更新页面(post请求),这便是数据绑定。A.无刷新进行加载B.有刷新进行加载C.有刷新不加载D.无刷新无加载