我有浏览器客户Javascript,开放了网上备案(使用袖珍书),要求启动一个长期进程,然后在程序完成时获得反馈。 当我接回电话时,我更新了网页,让用户了解这一过程已经完成。
除了我的iPad外,我开了另一台电 app,然后回来(因为我猜测当时不是在线的,所以从来不会回来)。 我假定同一东西将发生在等待回击时睡觉的膝上型计算机或其他电脑上。
是否有处理这种情况的标准方法(或任何方式)? 感谢。
参见,如果你想要看到问题网页,请上http://amigen.perfectapi.com/。
我有浏览器客户Javascript,开放了网上备案(使用袖珍书),要求启动一个长期进程,然后在程序完成时获得反馈。 当我接回电话时,我更新了网页,让用户了解这一过程已经完成。
除了我的iPad外,我开了另一台电 app,然后回来(因为我猜测当时不是在线的,所以从来不会回来)。 我假定同一东西将发生在等待回击时睡觉的膝上型计算机或其他电脑上。
是否有处理这种情况的标准方法(或任何方式)? 感谢。
参见,如果你想要看到问题网页,请上http://amigen.perfectapi.com/。
在这种情形下,应考虑以下几个问题:
www.un.org/Depts/DGACM/index_spanish.htm • 探照相/直线
见:https://developer.mozilla.org/en-US/docs/Web/API/Window/online_event”rel=“nofollow noreferer”>online
和<>/code><>/code><><>>>>>><>>>>>>>>>>><>>>><>>>>>>>>>><>>>>>>>>>>><>>>>>>>>>>>>>>>>>>>>>> 活动
您在检测<代码>时 计算机后发生的事件使你能够得到你所忽略的任何信息。
For older web browsers you ll need to do this in a cleverer way. At Pusher we ve added a ping - pong check between the client and server. If the client doesn t receive a ping within a certain amount of time it knows there s a connection problem. If the server sends a ping and doesn t get a pong back with a certain time it knows there s a problem.
http://www.whatwg.org/specs/web-apps/ Current-work/multipage/network.html#ping-and-pong-frames”rel=“nofollow noreferer”在光谱中作了界定,但是在网络空间通信工具表上已经界定了发送纸浆或平线的方法。
www.un.org/Depts/DGACM/index_spanish.htm 错失信息
大多数实时服务器只向客户发送电文。 如果客户有线搭桥,可能是由于临时网络扰动或其电脑被捆绑在一起,那么这些客户就会错失电。
一些框架的确通过历史/历史提供了信息。 对于那些不停的人们来说,需要发现问题(如上所述),然后收集任何错失的信息。 这样做的好办法是提供附有每项信息的时间或顺序识别,以便你能够呼吁你的网络服务器说“我自X以来的所有信息”。
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.
I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...
I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...
Is it possible for someone to give me a few pointers on how to display a multidimensional array in the form of a bar graph? The array is multidimensional, with three elements in each part - and the ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.