CN101551821A - Method of real-time information broadcasting in web - Google Patents

Method of real-time information broadcasting in web Download PDF

Info

Publication number
CN101551821A
CN101551821A CNA2009100844682A CN200910084468A CN101551821A CN 101551821 A CN101551821 A CN 101551821A CN A2009100844682 A CNA2009100844682 A CN A2009100844682A CN 200910084468 A CN200910084468 A CN 200910084468A CN 101551821 A CN101551821 A CN 101551821A
Authority
CN
China
Prior art keywords
information
flash
control
broadcast
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA2009100844682A
Other languages
Chinese (zh)
Inventor
周佺喜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to CNA2009100844682A priority Critical patent/CN101551821A/en
Publication of CN101551821A publication Critical patent/CN101551821A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The present invention discloses a method of real-time information broadcasting in web belongs to internet on-line communication field. Web browsers input information into server through web page, then the information is transferred in a pushing form by the server to all the client browsers contacting with the server, then a mechanism that users inputted information being real-time broadcasting and receiving is implemented. Through the mechanism any user inputted on the web can be real-time received and displayed by other web browsers. Because most web browsers on the internet support flash player plug-in, and the method need client browsers support the plug-in and web client has no need to install any other plug-in, which is utmost convenient for users using and development & deployment for developers. The technical scheme used in the invention is invoking flash sending control to send information and invoking flash receiving control to receive real-time information transferred from a remote end server so as to implement mechanism of real-time information broadcasting in web.

Description

A kind of method of in webpage, carrying out real-time information broadcasting
Technical field:
The present invention relates to a kind of and the relevant technology of the instant communication in internet, introduced a kind of form especially clearly and carried out the method that information is broadcasted in real time with webpage.
Background technology:
Current internet, applications is rich and varied, and online game, Internet video are rooted in the hearts of the people in the middle of the young man, and becomes the part of their life.But up to the present, a lot of important use are arranged still based on the desktop programs program on the internet, as join many recreation, QQ chat or the like, this one of them important reasons is because web page program lacks a kind of mechanism that can be connected with server maintenance length of maturation than desktop programs, generally be the broadcast mechanism of a kind of server, so web page program is difficult in time be upgraded by server on one's own initiative under the prerequisite that does not refresh the interface as desktop programs the display page of front end to the webpage client.
The method that can realize this broadcast mechanism relatively more commonly used now has two kinds, a kind of stream mode that is based on iframe and htmlfile and based on the long polling mode of Ajax, with the application that is representative of these two kinds of technology just like the gmail of Google company and the Hi of company of Baidu chat page version etc.Though their specific implementation principle difference, thereby their core technology all is to ask server end to obtain the more new data of server end by sending ajax from client.Iframe is to insert pseudo-iframe and thereby this pseudo-iframe is obtained server update information continually as being connected relaying in the page with htmlfile stream mode; The long poll of ajax then is to utilize server end that ajax is asked to block the information updating that makes the real-time waiting for server end of ajax.Be that because pseudo-iffame forever keeps not disconnecting with the information flow of server, so browser can keep stress state forever, influences user's viewing experience for these two kinds of the former shortcomings of technology; The long polling mechanism of the latter's ajax then because the HTTP that the HTTP1.1 standard makes a client can only use at most to be no more than two connects, and then makes that control information is difficult to realize synchronous fully with data message between client and the server end.Add these two kinds of technology and all be based on the ajax request, and each ajax request web server all can be created a thread for them, therefore in large-scale application when the request application of ajax is very frequent, more than two kinds of instant mechanism that obtain server info broadcasting very poor efficiency that will become, limited Thread Count even may block new connection in the server thread pond.
Summary of the invention:
The present invention proposes a kind of in webpage by calling the flash control and utilizing the socket server to come moment to send and receive a kind of broadcast mechanism of info web.It not only can make sets up between client and the server unlimited many real-time connections, and in the stage in leisure these share also not can with server between produce any communication, thereby can not cause pressure in the load, can solve effectively then and utilize the server push feed technique to make the problem of info web immediate updating server.
Implementation procedure of the present invention is as follows:
It is to be made of jointly web browser, flash control and far-end socket server three parts: web browser partly is the IO interface of information broadcast, it is responsible in the page input information with the web page access person and sends to flash and send control, and broadcast message sent in the database preserve, control simultaneously and show the broadcast message that receives the different web pages user that control transmits by flash; The flash control partly is the dispatching center of information broadcast, it is the hinge of transmission and display message, it will receive the user profile input that browser transmits on the one hand, when receiving the information input, it is transmitted to the socket server, also need keep the real-time uninterrupted communication with the socket server on the other hand, to realize the receiving information broadcast that the socket server transmits in real time; Far-end socket server is a core component of realizing information broadcast, it is the report center of info web broadcasting, it keeps being connected in real time by the flash control with client browser, after one of them user submits to information to report, the socket server will in real time be transmitted to it all and keep the flash control that connects with it, and then be broadcast on the user browser and show.
The web browser unit comprises following content:
A. the transmission information that the person that is used to receive the web page access imports on browser
B. these input informations filter by the page script program and handle before submitting to flash transmission control
C. by the page script information to be sent is loaded in the flash control as parameter, and send in the database and back up
D. webpage part also is used in time obtaining flash and receives control and send the broadcast message of returning
E. filter and control broadcasted content to be shown according to the broadcasted content that receives
F is used to control the refresh interval of broadcasting, the time-out and the continuation that refresh clauses and subclauses and refresh
The Flash control element comprises following content:
A. setting up real-time client by the flash script with the socket server of far-end is connected
B. utilize the flash script to create client-side information and share parameter
C. will give the information sharing parameter from the information assignment that the webpage end transmits flash into by the flash script
D. after shared parameter value is revised by any client, the shared method for synchronous that flash receives in the control will be excited, and the broadcast message content that receives will assignment be given the intermediate variable in the method for synchronous
E. by the flash script language calling page script broadcast message is sent to the front end browser
Far-end socket server unit be used for client browser in flash receive control and set up real-time socket and be connected, after connection is set up, can monitor the change of the shared information element values of client in the flash transmission control in the client browser in real time, when the shared information element values variation of any client, the socket server all can notify all flash that keep in touch with it to receive controls immediately.
Description of drawings:
Fig. 1 is an info web broadcasting method sketch plan
Fig. 2 is the transmission information mechanism of info web broadcasting
The reception information mechanism of Fig. 3 info web broadcasting
Embodiment:
The webpage input information is gathered:
1. the web page access person is by the web interface input information, and the script of the page filters this information, if meet the requirements, then this information will be added into the session sign of the page, and this sign is used for the transmission page of this information of mark.
2. after information to be sent was added into page session sign, the id that this information also can be added into transmit leg indicated, and this id sign is to be the information of whose transmission for the take over party who informs reception information.
3. webpage sends control by page script loading flash, also will be used as parameter through the waiting message after filtration, the arrangement simultaneously and import into simultaneously in the flash transmission control.
4. information to be sent also will be by synchronized transmission to the information display area territory of this webpage by page script, sends to simultaneously in the database of far-end to back up.
Flash sends the transmission of being connected of control and long-range socket server and information:
When the user after input transmission information on the webpage, page script in the webpage loads flash and sends control, flash script in the control will be immediately connects with the socket server of far-end, obtains the information sharing unit that is housed in the socket server end afterwards.
2. when waiting message transmits into flash and sends in the control by page script after, send control by the flash script with this information assignment to the information sharing unit, after this flash script page script that can call this page unloads self, send being connected between control and the socket server thereby disconnect flash, reduce the burden of socket server end with this.
The information broadcast mechanism of remote server:
Long-range socket server is the core of carrying out information broadcast, the change that is connected and monitors in real time the value of the shared message unit that is housed in server end when its flash by client receives control and all client terminal web page all keeps really, changed by the flash of client transmission control in case this shares value, the socket server can trigger the shared information synchronization method in all flash reception controls that keep with it connecting immediately.
Flash receives the reception of being connected of control and long-range socket server and information:
1. in the time of user's open any browser loaded targets page, page script in the webpage will load flash synchronously and receive control, flash script in the control will be immediately connects with the socket server of far-end, obtains the information sharing unit of socket server end afterwards.
2. after the shared information synchronization method in the flash reception control is by the socket server triggers, the method at first can be stored in the intermediate variable sharing the information changing value, the flash script judges according to the session of the transmission page that comprises in the intermediate variable whether this broadcasting is to be sent by this page afterwards, if then this broadcasting will be filtered.
3. if the broadcast message that receives is not filtered by the flash script, then flash receives the page script function of control in can invoking page, and this broadcast message is passed to page explicit function in the webpage as parameter.
Page explicit function is handled broadcast:
1. the page explicit function in the webpage is after receiving the information broadcast that transmits by the flash receiver function, information can be shown in the viewing area on the page immediately by page script.
2. by page script function on the webpage, the web page access person can control the demonstration of the demonstration time interval of broadcast message, the entry number that once shows and broadcast message and hide.

Claims (7)

1. one kind is carried out the method that real-time information is broadcasted in webpage, it is characterized in that: it is to be made of jointly web browser, flash control and far-end socket server three parts: web browser partly is the IO interface of information broadcast, it is responsible in the page input information with the web page access person and sends to flash and send control, and broadcast message sent in the database preserve, control simultaneously and show the broadcast message that receives the different web pages user that control transmits by flash; The flash control partly is the dispatching center of information broadcast, it is the hinge of transmission and display message, it will receive the user profile input that browser transmits on the one hand, when receiving the information input, it is transmitted to the socket server, its must keep the real-time uninterrupted communication with the socket server on the other hand, to realize the receiving information broadcast that the socket server transmits in real time; Far-end socket server is a core component of realizing information broadcast, it is the report center of info web broadcasting, it keeps being connected in real time by the flash control with client browser, after one of them user submits to information to report, the socket server will in real time be transmitted to it all and keep the flash control that connects with it, and then be broadcast on the user browser and show.
The web browser unit comprises following content:
A. the transmission information that the person that is used to receive the web page access imports on browser
B. these input informations filter by the page script program and handle before submitting to flash transmission control
C. by the page script information input is loaded in the flash control as parameter, and send in the database and back up
D. being used in time obtaining flash receives control and sends the broadcast message of returning
E. filter and reached the purpose of control display of broadcast content according to the broadcasted content that receives
F. be used to control the refresh interval of broadcasting, the time-out and the continuation that refresh clauses and subclauses and refresh
The Flash control element comprises following content:
A. setting up real-time client by the flash script with the socket server of far-end is connected
B. utilize the flash script to create client-side information and share parameter
C. will give the information sharing parameter from the information assignment that the webpage end transmits flash into by the flash script
D. after shared parameter value is revised by any client, the shared method for synchronous that flash receives in the control will be excited, and the broadcast message content that receives will assignment be given the intermediate variable in the method for synchronous
E. by the flash script language calling page script broadcast message is sent to the front end browser
Far-end socket server unit be used for client browser in flash receive control and set up real-time socket and be connected, after connection is set up, can monitor the change of the shared information element values of client in the flash transmission control in the client browser in real time, when the shared information element values variation of any client, the socket server all can notify all flash that keep in touch with it to receive controls immediately.
2. method of in webpage, carrying out real-time information broadcasting as claimed in claim 1, it is characterized in that: the user is sending to the broadcasting center just before the socket server in each bar message of being imported on the browser, browser filters information by the invoking page script, the message that only meets broadcast conditional just can be addressed to socket server and database, broadcasts respectively and stores.
3. method of carrying out real-time information broadcasting in webpage as claimed in claim 1 is characterized in that:
3.1. behind the transmission button in user's webpage clicking, the information that sends can show synchronously at the display field of webpage, this message can be added into a session label afterwards, when browser receives return message when broadcasting from far-end socket server, can differentiate that by this session mark this message is to be sent by we, thereby no longer repeat to show this message.
3.2. send at input information before the socket server of far-end, according to user's the state that lands, this information will be inserted into sender's id sign.As when the user does not land, send sign and will be denoted as the stranger, this sign will replace with user's user name if the user has landed.
4. method of in webpage, carrying out real-time information broadcasting as claimed in claim 1, it is characterized in that: when the user sends to far-end socket server when broadcasting with transmission information, this information also will be sent in the database server and preserve, in order to use in the future.
5. method of in webpage, carrying out real-time information broadcasting as claimed in claim 3, it is characterized in that: when flash reception control receives the information broadcast of far-end socket server forwards, control can be put in order broadcast message by the flash script, makes every information only broadcast as one.Secondly the flash script can indicate the sender's of this message of language resolution the state that lands according to the sender in the message, and in order for user name adds the CSS color label, is labeled as the stranger if the sender does not land.According to the page session value in the broadcast message that receives, the information broadcast that the flash script can send the local terminal page filters.
6. method of in webpage, carrying out real-time information broadcasting as claimed in claim 1, it is characterized in that: when user's browser received the information broadcast of socket far-end server by the flash control, the user can control displayed entries, the demonstration interval of broadcasting and time-out and the continuation that shows by each button of browser.The user also can eject current window with the broadcasting display field simultaneously.
7. according to the method for carrying out real-time information broadcasting in claim 1,2,3,4,5, the 6 described webpages, it is characterized in that: the information in the described information broadcast is meant and comprises all character string informations of literal; Script in the described flash control is meant the Actionscript script; The script of browser page is meant the JavaScript script; Described socket server is an application program that operates on the main frame at Website server place, and it can be to comprise any similar medium interactive server of Flash Media Server.
CNA2009100844682A 2009-05-19 2009-05-19 Method of real-time information broadcasting in web Pending CN101551821A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2009100844682A CN101551821A (en) 2009-05-19 2009-05-19 Method of real-time information broadcasting in web

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2009100844682A CN101551821A (en) 2009-05-19 2009-05-19 Method of real-time information broadcasting in web

Publications (1)

Publication Number Publication Date
CN101551821A true CN101551821A (en) 2009-10-07

Family

ID=41156068

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2009100844682A Pending CN101551821A (en) 2009-05-19 2009-05-19 Method of real-time information broadcasting in web

Country Status (1)

Country Link
CN (1) CN101551821A (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102104616A (en) * 2010-11-03 2011-06-22 深圳市科陆电子科技股份有限公司 Method for carrying out real-time monitoring on multiple web servers in system by browser
CN102118325A (en) * 2010-11-30 2011-07-06 北京迅捷英翔网络科技有限公司 Method and device for configuring chat client terminal, as well as chat client terminal
CN102117208A (en) * 2010-09-17 2011-07-06 苏州阔地网络科技有限公司 Method for realizing detection of camera on webpage
CN102238167A (en) * 2011-04-11 2011-11-09 苏州阔地网络科技有限公司 Method and system for realizing secure synchronization of file downloading locking
CN102238224A (en) * 2011-04-11 2011-11-09 苏州阔地网络科技有限公司 Method and system for implementing file downloading lock-in synchronism
CN102271123A (en) * 2010-06-01 2011-12-07 阿里巴巴集团控股有限公司 Communication method, system and equipment
CN102279859A (en) * 2011-04-06 2011-12-14 苏州阔地网络科技有限公司 Method and system for synchronizing scroll bar on webpage
CN102307212A (en) * 2010-10-11 2012-01-04 苏州阔地网络科技有限公司 Method for realizing page-turning synchronization
CN102316144A (en) * 2010-09-17 2012-01-11 苏州阔地网络科技有限公司 Method for realizing timing synchronization
CN102314471A (en) * 2010-09-17 2012-01-11 苏州阔地网络科技有限公司 Method for synchronizing scroll bars
CN102316146A (en) * 2010-09-17 2012-01-11 苏州阔地网络科技有限公司 Method for achieving document transmission
WO2012034458A1 (en) * 2010-09-13 2012-03-22 腾讯科技(深圳)有限公司 Feeds information display method, processing system and instant messaging client
CN102420805A (en) * 2010-09-27 2012-04-18 阿里巴巴集团控股有限公司 Method, system and device for communication by virtue of socket connection
CN102685070A (en) * 2011-03-10 2012-09-19 阿里巴巴集团控股有限公司 Data transmission method and data transmission device
CN103024051A (en) * 2012-12-17 2013-04-03 北京奇虎科技有限公司 Device, method for server dispensing and corresponding system
CN103024050A (en) * 2012-12-17 2013-04-03 北京奇虎科技有限公司 Distributor and distributing method for multiple servers
CN103414785A (en) * 2013-08-27 2013-11-27 国家电网公司 Application structure for electric power operation monitoring center
CN103581290A (en) * 2013-08-29 2014-02-12 国家电网公司 Communication processing method for document conference server and terminals
CN103634384A (en) * 2013-11-21 2014-03-12 山东康威通信技术股份有限公司 Method for monitoring terminal equipment on browser in real time based on Flash technology
WO2014067327A1 (en) * 2012-10-30 2014-05-08 中兴通讯股份有限公司 Socket processing method and device and web server
WO2014094468A1 (en) * 2012-12-17 2014-06-26 北京奇虎科技有限公司 System, method and browser client for enabling browser data synchronization
WO2014134820A1 (en) * 2013-03-08 2014-09-12 华为终端有限公司 Video communication method, home terminal and home server
CN101707627B (en) * 2009-10-30 2014-11-05 中兴通讯股份有限公司 Method and device for presenting page information
CN105357183A (en) * 2015-09-30 2016-02-24 广州酷狗计算机科技有限公司 Communication method and device between client and local webpage
CN105610605A (en) * 2015-12-18 2016-05-25 成都广达新网科技股份有限公司 Message reverse push method, network management system alarm method and state update method
CN106559396A (en) * 2015-09-30 2017-04-05 中国电信股份有限公司 Media multicast method and system based on Web real-time Communication for Power
CN111754365A (en) * 2020-08-28 2020-10-09 支付宝(杭州)信息技术有限公司 Infringement announcement information display method, device and system

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101707627B (en) * 2009-10-30 2014-11-05 中兴通讯股份有限公司 Method and device for presenting page information
CN102271123A (en) * 2010-06-01 2011-12-07 阿里巴巴集团控股有限公司 Communication method, system and equipment
CN102404241B (en) * 2010-09-13 2014-11-05 腾讯科技(深圳)有限公司 Display method and processing system of Feeds information and IM (Information Management) client side
CN102404241A (en) * 2010-09-13 2012-04-04 腾讯科技(深圳)有限公司 Display method and processing system of Feeds information and IM (Information Management) client side
WO2012034458A1 (en) * 2010-09-13 2012-03-22 腾讯科技(深圳)有限公司 Feeds information display method, processing system and instant messaging client
CN102316146A (en) * 2010-09-17 2012-01-11 苏州阔地网络科技有限公司 Method for achieving document transmission
CN102316144A (en) * 2010-09-17 2012-01-11 苏州阔地网络科技有限公司 Method for realizing timing synchronization
CN102314471A (en) * 2010-09-17 2012-01-11 苏州阔地网络科技有限公司 Method for synchronizing scroll bars
CN102117208A (en) * 2010-09-17 2011-07-06 苏州阔地网络科技有限公司 Method for realizing detection of camera on webpage
CN102420805A (en) * 2010-09-27 2012-04-18 阿里巴巴集团控股有限公司 Method, system and device for communication by virtue of socket connection
CN102420805B (en) * 2010-09-27 2014-07-23 阿里巴巴集团控股有限公司 Method, system and device for communication by virtue of socket connection
CN102307212A (en) * 2010-10-11 2012-01-04 苏州阔地网络科技有限公司 Method for realizing page-turning synchronization
CN102104616A (en) * 2010-11-03 2011-06-22 深圳市科陆电子科技股份有限公司 Method for carrying out real-time monitoring on multiple web servers in system by browser
CN102118325B (en) * 2010-11-30 2013-03-20 北京迅捷英翔网络科技有限公司 Method and device for configuring chat client terminal, as well as chat client terminal
CN102118325A (en) * 2010-11-30 2011-07-06 北京迅捷英翔网络科技有限公司 Method and device for configuring chat client terminal, as well as chat client terminal
CN102685070A (en) * 2011-03-10 2012-09-19 阿里巴巴集团控股有限公司 Data transmission method and data transmission device
CN102279859A (en) * 2011-04-06 2011-12-14 苏州阔地网络科技有限公司 Method and system for synchronizing scroll bar on webpage
CN102238167A (en) * 2011-04-11 2011-11-09 苏州阔地网络科技有限公司 Method and system for realizing secure synchronization of file downloading locking
CN102238224A (en) * 2011-04-11 2011-11-09 苏州阔地网络科技有限公司 Method and system for implementing file downloading lock-in synchronism
US9871885B2 (en) 2012-10-30 2018-01-16 Zte Corporation Socket processing method and device and web server
WO2014067327A1 (en) * 2012-10-30 2014-05-08 中兴通讯股份有限公司 Socket processing method and device and web server
CN103024050B (en) * 2012-12-17 2015-11-25 北京奇虎科技有限公司 Distributor and the method that multiple server is distributed
CN103024050A (en) * 2012-12-17 2013-04-03 北京奇虎科技有限公司 Distributor and distributing method for multiple servers
CN103024051A (en) * 2012-12-17 2013-04-03 北京奇虎科技有限公司 Device, method for server dispensing and corresponding system
WO2014094468A1 (en) * 2012-12-17 2014-06-26 北京奇虎科技有限公司 System, method and browser client for enabling browser data synchronization
CN103024051B (en) * 2012-12-17 2016-02-17 北京奇虎科技有限公司 A kind of device, method and corresponding system carrying out server distribution
WO2014134820A1 (en) * 2013-03-08 2014-09-12 华为终端有限公司 Video communication method, home terminal and home server
CN103414785B (en) * 2013-08-27 2016-05-18 国家电网公司 A kind of application architecture for electric power monitoring operation center
CN103414785A (en) * 2013-08-27 2013-11-27 国家电网公司 Application structure for electric power operation monitoring center
CN103581290A (en) * 2013-08-29 2014-02-12 国家电网公司 Communication processing method for document conference server and terminals
CN103581290B (en) * 2013-08-29 2016-08-10 国家电网公司 Document conference server and the communication processing method of terminal
CN103634384B (en) * 2013-11-21 2016-09-14 山东康威通信技术股份有限公司 A kind of method based on Flash technology real-time remote monitoring terminal unit on a web browser
CN103634384A (en) * 2013-11-21 2014-03-12 山东康威通信技术股份有限公司 Method for monitoring terminal equipment on browser in real time based on Flash technology
CN105357183A (en) * 2015-09-30 2016-02-24 广州酷狗计算机科技有限公司 Communication method and device between client and local webpage
CN106559396A (en) * 2015-09-30 2017-04-05 中国电信股份有限公司 Media multicast method and system based on Web real-time Communication for Power
CN106559396B (en) * 2015-09-30 2019-12-06 中国电信股份有限公司 Media multicast method and system based on Web real-time communication
CN105610605A (en) * 2015-12-18 2016-05-25 成都广达新网科技股份有限公司 Message reverse push method, network management system alarm method and state update method
CN105610605B (en) * 2015-12-18 2019-04-23 成都广达新网科技股份有限公司 A kind of method that message reversely pushes, network management system alarm and state update
CN111754365A (en) * 2020-08-28 2020-10-09 支付宝(杭州)信息技术有限公司 Infringement announcement information display method, device and system

Similar Documents

Publication Publication Date Title
CN101551821A (en) Method of real-time information broadcasting in web
CN105812951B (en) Stream medium data exchange method, terminal, server and system
CN100592280C (en) Method and device for acquiring and managing wireless transmitted content
CN103108251B (en) A kind of TV user interaction systems and method thereof
CN104504061B (en) To the method, equipment and system of user's pushed information on barrage carrier
EP1305893A2 (en) Broadcast content over cellular telephones
CN101267589A (en) System and method for realizing interactive service
CN101557361B (en) Method and system for an instant messaging group to display dynamic community information
CN101119327A (en) Instant chatting implementation system and method thereof
CN102185923A (en) Webpage browsing method for mobile communication equipment terminal
CN106095905B (en) Internet interaction platform based on PPT playing
CN102867249A (en) On-line calendar system based on mobile internet
CN103338247A (en) Power system remote image retrieval method based on Web service mode
CN102185877A (en) Method and system for displaying FLASH downloading progress on webpage in real time
CN100587690C (en) Method and device for carrying out communication between users browsing a same web page
CN107566492A (en) A kind of implementation method of web terminal message push
CN109901938A (en) Big screen system and visual presentation method are interacted based on WebSocket communication
CN103167354A (en) Television program interaction method and device
CN110234080A (en) A kind of information display method, device and system
CN112817671B (en) Image processing method, device, equipment and computer readable storage medium
CN105187295B (en) A kind of method and client, server and system for realizing that bubble is shown in client
CN103873490B (en) The control method for playing back and client of a kind of lantern slide
CN104618420A (en) Information display method and device
JP2008140353A (en) System for collectively displaying plurality of pieces of social network information
CN105844729A (en) Sign-in method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20091007