WO2012075879A1 - 一种网页应用的客户端软件实现方法 - Google Patents

一种网页应用的客户端软件实现方法 Download PDF

Info

Publication number
WO2012075879A1
WO2012075879A1 PCT/CN2011/082269 CN2011082269W WO2012075879A1 WO 2012075879 A1 WO2012075879 A1 WO 2012075879A1 CN 2011082269 W CN2011082269 W CN 2011082269W WO 2012075879 A1 WO2012075879 A1 WO 2012075879A1
Authority
WO
WIPO (PCT)
Prior art keywords
webpage
client software
web
content
client
Prior art date
Application number
PCT/CN2011/082269
Other languages
English (en)
French (fr)
Inventor
田亮
谢震宇
刘鸿威
Original Assignee
北京奇虎科技有限公司
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 北京奇虎科技有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2012075879A1 publication Critical patent/WO2012075879A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web

Definitions

  • the present invention relates to the field of computer software and network communication, and in particular, to a client software implementation method for a webpage application. Background technique
  • WEB web applications such as instant online communication software (such as WEB QQ), online e-mail (such as Gma i l, 163 e-mail, Yahoo mailbox), and blog (such as Sina Weibo) have gradually developed and expanded. People are increasingly accustomed to using such web applications, which are becoming an integral part of people's online activities.
  • the invention provides a client software implementation method for a webpage application, which can solve the above problems, and integrates the application on the WEB webpage into the client software.
  • the present invention provides a client software implementation method.
  • the method first embeds a webpage address corresponding to the web service into the client software, and then displays the corresponding content in the webpage corresponding to the web service through the client software.
  • the icon of the client software exists on the desktop as a shortcut key, and/or the icon exists in the desktop task bar, and/or is displayed in the system tray in a resident process or service.
  • the present invention provides a client device.
  • the client device exchanges information with the web server via the Internet, and the client device includes a webpage acquisition and processing module, a monitoring and a client processing module.
  • the webpage acquisition and processing module is configured to obtain webpage information from the web server and display it.
  • the monitoring and client processing module is configured to monitor whether a webpage displayed by the webpage acquisition and processing module has a new status, and display the new status when it occurs.
  • the present invention further includes obtaining a resource from a corresponding WEB webpage of the web server, and then processing the resource.
  • the present invention provides a client software implementation method.
  • the method embeds a webpage address corresponding to the web service into the client software; acquires corresponding content and/or corresponding updated content in the webpage corresponding to the web service from the web server; and displays the web service by using client software Corresponding content and/or corresponding update content in the corresponding webpage.
  • the present invention provides a client device.
  • the client device includes: a module for embedding a webpage address corresponding to the web service into the client software; and acquiring, by the web server, corresponding content and/or corresponding update content in the webpage corresponding to the web service Module for displaying corresponding content and/or corresponding updated content in a webpage corresponding to the web service through client software.
  • the present invention provides a computer readable recording medium having recorded thereon a program for executing the above-described client software implementing method.
  • the invention Compared with the browser accessing the WEB network application, the invention is simple in operation, less time-consuming, and can prompt the user to generate a new situation in real time, and has real-time performance.
  • the invention can be widely applied to various WEB network applications such as Weibo, gma i U 16 3 mailbox, Baidu music box, etc., and has wide use value.
  • FIG. 1 is a flowchart of a client software implementation of a webpage application according to an embodiment of the present invention
  • FIG. 2 is a block diagram of a client software of a webpage application according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of a client software implementation of a webpage application according to an embodiment of the present invention.
  • the web service is embedded in the client software.
  • the network service is an application on any TOB webpage, such as WEB QQ, Gma i K Sina Weibo, Baidu music box, etc.; the icon of the client software may exist on the desktop as a shortcut key, or may exist In the desktop taskbar, you can also hide the icon in the tray when you close the client software window.
  • the embedding the network service into the client software is: embedding the webpage address corresponding to the web service into the client software.
  • embed the Gma i 1 home page address into the client software More specifically, the embedding can be understood as: adding a webpage address corresponding to the network service to an access list of the client software.
  • the network service is embedded into the client software by: if the user opens the client software, or if the computer enters the operating system, The client software will automatically access the URL corresponding to the web service.
  • the manner in which the user opens the client software to implement the embedding can be understood as: the user opens the client software, and the network service station to be embedded can be embedded through the operation button or input box provided by the client software.
  • the corresponding web page address is added to the access list of the client software. This is similar to the "Add to Favorites" feature in your browser.
  • the manner in which the computer enters the operating system to implement the embedding is specifically understood as: when the user inputs the webpage address of a web service in the address bar of the browser, the browser interface provided by the computer operating system (eg, The IE interface can obtain the webpage address, and if the client software can invoke the browser interface, the webpage address accessed by the user can be obtained. Based on this, the client software can embed the webpage address accessed by the user into the client software by calling the browser interface according to the setting or the operation instruction of the user.
  • the client software When the webpage address of a web service is embedded in the client software, when the user opens the client software, the client software automatically accesses the web address corresponding to the web service, and displays the webpage content corresponding to the webpage; or, if the computer enters The operating system is automatically started, and the client software automatically accesses the web address corresponding to the web service and displays the web content.
  • the client software is capable of adaptively modifying the content embedded therein.
  • modifying the page rendering method in the client software by using a CSS style (Cascading Style Sheet) method or by modifying a script method, such as modifying the The page in the client software renders colors and so on.
  • a CSS style CSS Style Sheet
  • a script method such as modifying the The page in the client software renders colors and so on.
  • the default setting is modified, if a WEB webpage is set to have a new message by default, the prompt is made by sound, and in the client software, it can be modified to be a silent tone.
  • the translation function is added to the client software.
  • the advertisement in the WEB webpage is removed, and the corresponding content in the WEB webpage after the advertisement is removed is displayed by the client software.
  • extract the content and / or elements needed in the web page redefine the corresponding presentation form, and then display it through the client software.
  • step 120 the client software obtains the resource from the WEB webpage, and then processes the obtained resource.
  • the client software periodically checks whether a job page has a new status. If a new situation occurs, the information corresponding to the new status is obtained, that is, the corresponding WEB web resource is obtained. For example, the client software periodically checks whether there is a new email in the Gma i l webpage, and if there is a new email, obtains the relevant information corresponding to the new email.
  • the timing check refers to that the client software automatically sends a query request to the WEB server every time interval (for example, 1 second interval), and queries the WEB server for a new status of the WEB webpage.
  • the timing check may also refer to the client software fetching the webpage element or the webpage update status every time interval (for example, 1 second interval) to determine whether to update.
  • the client software determines that a new condition has occurred in the WEB webpage after receiving the browser event notification. That is, when the title of the webpage changes, the webpage starts to be accessed, the webpage is loaded, the rendering of the webpage is completed, the browser issues an event notification, and the client software knows that there is a new webpage based on the event notification. The situation has occurred.
  • the stable server can actively notify the client software that the WEB webpage has an updated notification message.
  • the client software determines whether a new condition has occurred in the WEB web page based on a trigger of the user's behavior. For example, the client software provides an application that determines the update, and when the server sends a query request, etc., it can determine whether a new condition occurs in the WEB webpage, which is a manner of determining based on user behavior triggering.
  • the client software can also pass Analyze the way the network communicates to check if a new condition has occurred in the WEB web page. That is, in the process of communication between the WEB webpage and the WEB server, the information of the communication between the two parties, such as the URL, is intercepted, and the data packet of the communication is intercepted. By analyzing the information of the communication, it can be determined whether the WEB webpage is updated.
  • the client software can determine whether a new situation occurs in the WEB webpage through various methods. Except for the methods listed above, other methods are no longer listed, but the present invention should not be limited to the above enumerated examples. Ways.
  • One way to process the resource is to add a flag to the icon shortcut to prompt the user that a new condition has occurred.
  • Another way to process the resource is to use the sound to alert the user that a new condition has occurred.
  • Yet another way of processing the resource is to prompt the user to have content or status updates by special coloring the client software icon on the taskbar (e.g., blue on the icon). Or extract the update data from the page resource, obtain the specific number of updated content after processing, and then modify the client software icon or the tray icon to prompt that there is content or status update (such as adding the number of updates on the icon) .
  • Still another way of processing the resource is to flash the tray to alert the user that a new condition has occurred.
  • processing of the resources is not limited to the above manner.
  • step 1 30 the content of the corresponding WEB webpage is displayed by the client software. If the content in the corresponding WEB webpage is updated, the updated content is displayed; if there is no update, the unupdated content is still displayed.
  • the client software can also implement fast logins, such as login mailboxes, instant messaging tools, and other applications that require a username and password.
  • Open the client software the client software can directly display the WEB page after login, without the user to open the browser, enter the URL, enter the user name and password, and so on.
  • the temporary files such as cook i e generated by the client software are independent of the temporary files generated by ordinary browsers and are not cleaned up by the browser cleaning mechanism, that is, they are not under the management control of the browser. Therefore, the client software can quickly complete the login based on the temporary file, and directly display the logged-in page to the user, which greatly simplifies the user operation.
  • a network service is embedded in a client software, and a method of quickly logging in and updating a reminder through a client software is implemented, and different users can embed different network services, thereby providing users with more Targeted, more personalized services and streamlined user operations.
  • 2 is a block diagram of a client software (also referred to as a client device) of a web application according to an embodiment of the present invention.
  • the client software 200 includes a filtering and information extraction module 210, a webpage acquisition and processing module 220, a listener, and a client.
  • the processing module 230 wherein the webpage obtaining and processing module 220 performs information interaction with the WEB server 240 via the Internet.
  • the web page acquisition and processing module 220 is configured to request and obtain web page information from the web server 240.
  • the web server 240 is any server capable of providing online information browsing, for example, a WEB QQ server, a Gma i l server, a Sina microblog server, and the like.
  • the webpage obtaining and processing module 220 sends a strange request to the web server 240 to request access to the corresponding webpage; for example, the web server is a Sina microblog server, and then the webpage obtaining and processing module 220 is directed to the web server.
  • the request command sent is to request access to the Sina Weibo page.
  • the web server 240 responds by providing the web page acquisition and processing module 220 with the web page information requested by the web page.
  • the web page acquisition and processing module 220 downloads the web page information from the web server 240, and displays the web page information through the web page acquisition and processing module 220.
  • the filtering and information extraction module 210 is configured to modify the webpage display content obtained by the webpage acquisition and processing module 220. For example, modify the web page presentation form, modify the page settings, add new page features, cull ads in the page, and the like.
  • the filtering and information extraction module 210 queries the webpage obtaining and processing module 220 to query the webpage status, that is, whether the webpage obtaining and processing module 220 has completed the page downloading and displaying function; if the webpage obtaining and processing module 220 The page display function has been completed, and the filter and information extraction module 210 injects a script into the webpage acquisition and processing module 220 to modify the webpage display content acquired by the webpage acquisition and processing module 220.
  • the monitoring and client processing module 230 is configured to monitor in real time whether a new situation occurs in the webpage displayed by the webpage obtaining and processing module 220 (such as a new email in the Gma il mailbox), and if a new situation occurs, the monitoring and the client are passed.
  • the end processing module 230 presents it.
  • the snooping and client processing module 230 includes a shortcut processing module 231 and a resident disc program module 232.
  • the shortcut processing module 231 causes the icon of the client software 200 to exist on the desktop as a shortcut key, and when a new situation occurs on the webpage, the client software icon is displayed, such as in the client software icon. Add a banner to the shortcut.
  • the resident disk program module 232 causes the client software 200 icon to be displayed in the system tray in a resident process or service mode.
  • an embodiment of the present invention further provides a client device, where the client device And interacting with the web server by using the Internet, the client device specifically includes: a module for embedding a webpage address corresponding to the web service into the client software; and acquiring, by the web server, the network service a module for corresponding content in the web page and/or corresponding updated content;
  • the client device may further include:
  • the icon of the client software exists on the desktop as a shortcut key, and/or the icon exists in the desktop task, and/or is displayed in the system tray in a resident process or service.
  • the client device may further include:
  • the present invention also provides a computer readable recording medium having recorded thereon a program for executing the above-described client software implementation method.
  • a program for executing the above-described client software implementation method For details of the method for implementing the client software, refer to the content described in the embodiment of FIG. 1 , and details are not described herein again.
  • the computer readable recording medium includes any mechanism for storing or transmitting information in a form readable by a computer (e.g., a computer).
  • a machine-readable medium includes a read only memory (ROM), a random access memory (RAM), a magnetic disk storage medium, an optical storage medium, a flash storage medium, an electrical, optical, acoustic, or other form of propagated signal (eg, a carrier wave) , infrared signals, digital signals, etc.).
  • the invention is applicable to a wide variety of general purpose or special purpose computing system environments or configurations.
  • personal computer server computer, handheld or portable device, tablet device, multiprocessor system, microprocessor based system, set-top box, programmable consumer electronics device, network PC, small computer, mainframe computer, including A distributed computing environment of any of the above systems or devices, and the like.
  • the invention can be described in the general context of computer-executable instructions executed by a computer Said, for example, a program module.
  • program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
  • the present application can also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network.
  • program modules can be located in both local and remote computer storage media including storage devices.
  • a component can be, but is not limited to being, a process running on a processor, a processor, an object, an executable component, a thread of execution, a program, and/or a computer.
  • an application or script running on a server, or a server can be a component.
  • One or more components can be executed in a process and/or thread, and the components can be localized on a single computer and/or distributed between two or more computers and can be run by various computer readable media. .
  • the component may also pass signals based on data having one or more data packets, for example, from a data interacting with another component in the local system, the distributed system, and/or interacting with other systems over the network of the Internet. Local and/or remote processes to communicate.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Description

说 明 书 一种网页应用的客户端软件实现方法 技术领域
本发明涉及计算机软件及网络通信领域,尤其涉及一种网页应用的客户 端软件实现方法。 背景技术
随着互联网的日益普及, 越来越多的人开始使用网络, 人们通过网络进 行聊天、 发邮件、 写日记等。 因此, 即时网络版通信软件(例如 WEB QQ ) 、 网络邮箱 (例如 Gma i l、 163邮箱、 雅虎邮箱) 、 博客(例如新浪微博)等 WEB网页应用逐渐发展并壮大起来。 人们日益习惯使用此类 web网页应用, 其逐渐成为人们网络活动中不可或缺的一部分。
然而, 随着人们对此类 web网页的大量使用, 其固有缺陷也开始暴露出 来。 以 163邮箱为例, 每次人们使用该邮箱时, 总是需要打开浏览器, 然后 再通过浏览器进入 163邮箱界面,然后再输入用户名和密码并点击登录后才 能够进入邮箱界面, 进而查看是否有新邮件等。 因此, 用户操作起来即繁瑣 又浪费时间。 并且如果没有新邮件, 该一系列操作就成为了无用功。
由此可见, 人们使用 web 网页应用 (如 webqq、 graa i K 新浪! ¾博) , 必须通过浏览器进入相应页面, 操作起来不仅相对繁瑣、 耗时过多, 而且还 不具有实时性, 无法实时提醒用户内容更新或状态更新的发生。 发明内容
本发明提供了能解决以上问题的一种网页应用的客户端软件实现方法, 即将 WEB网页上的应用整合到客户端软件中。
在第一方面, 本发明提供了一种客户端软件实现方法。 该方法首先将网 络服务所对应的网页地址嵌入到所述客户端软件中 ,然后再将该网络服务所 对应网页中的相应内容通过该客户端软件展现出来。 其中, 该客户端软件的 图标以快捷键方式存在于桌面上, 和 /或该图标存在于桌面任务栏中, 和 / 或以常驻进程或服务展示在系统的托盘中。 在第二方面, 本发明提供了一种客户端装置。 该客户端装置通过互联网 与 Web服务器进行信息交互, 且该客户端装置包括网页获取及处理模块、 监 听及客户端处理模块。该网页获取及处理模块用于获取来自该 Web服务器的 网页信息, 并将其显示出来。 该监听及客户端处理模块用于监测该网页获取 及处理模块所显示的网页是否有新状况发生,并且在有新状况发生时将其展 示出来。
进一步地, 本发明还包括向所述网络服务器相应 WEB网页中获取资源, 然后再对该资源进行加工处理。
在第三方面, 本发明提供了一种客户端软件实现方法。 该方法将网络服 务所对应的网页地址嵌入到所述客户端软件中;从网络服务器获取所述网络 服务所对应网页中的相应内容和 /或相应更新内容; 通过客户端软件展示所 述网络服务所对应网页中的相应内容和 /或相应更新内容。
在第四方面, 本发明提供了一种客户端装置。 该客户端装置包括: 用于 将网络服务所对应的网页地址嵌入到所述客户端软件中的模块;用于从网络 服务器获取所述网络服务所对应网页中的相应内容和 /或相应更新内容的模 块; 用于通过客户端软件展示所述网络服务所对应网页中的相应内容和 /或 相应更新内容的模块。
在第五方面,本发明提供了一种在其上记录有用于执行上述客户端软件 实现方法的程序的计算机可读记录介质。
本发明相对于通过浏览器访问 WEB网络应用来说, 操作简单、 耗时少, 且能够做到实时提醒用户发生新状况, 具有实时性。 此外, 本发明能够广泛 应用于微博、 gma i U 16 3邮箱、 百度音乐盒等多种 WEB 网络应用中, 具有 广泛的使用价值。 附图说明
下面将参照附图对本发明的具体实施方案进行更详细的说明, 在附图 中:
图 1 是本发明一个实施例的网页应用的客户端软件实现流程图; 图 2是本发明一个实施例的网页应用的客户端软件框图。 具体实施方式 图 1是本发明一个实施例的网页应用的客户端软件实现流程图。
在步骤 110, 将网络服务嵌入到客户端软件中。 其中, 该网络服务为任 意一种 TOB网页上的应用, 如 WEB QQ、 Gma i K 新浪微博、 百度音乐盒等; 该客户端软件的图标可以以快捷键方式存在于桌面上,也可以存在于桌面任 务栏中, 并且在关闭该客户端软件窗口时还可以将该图标隐藏到托盘中。
具体地, 所述将网络服务嵌入到客户端软件中是, 将该网络服务所对应 的网页地址嵌入到该客户端软件中。 举例如, 将 Gma i 1首页地址嵌入到该客 户端软件中。 更具体地, 所述嵌入可以理解为: 将网络良务所对应的网页地 址添加到客户端软件的访问列表中。
在本发明的一个实施例中, 在该客户端中, 通过采用以下方式来实现将 该网络服务嵌入到该客户端软件中: 如果用户打开该客户端软件, 或者如果 计算机进入了操作系统,则该客户端软件就会自动访问该网络服务所对应的 网址。
对于上述第一种方式, 即用户打开该客户端软件来实现嵌入的方式, 具 体可以理解为: 用户打开客户端软件, 可通过客户端软件提供的操作按鈕或 输入框,将要嵌入的网络服务所对应的网页地址添加到客户端软件的访问列 表中。 这种方式类似于浏览器中 "添加到收藏夹" 的功能。
对于上述第二种方式, 即计算机进入操作系统来实现嵌入的方式, 具体 可以理解为: 当用户在浏览器的地址栏输入某网络服务的网页地址时, 计算 机操作系统提供的浏览器接口 (如 IE接口)可以获取到这个网页地址, 客 户端软件如果能调用浏览器接口, 就可以获取到用户访问的网页地址。 基于 此, 客户端软件可以根据设置或用户的操作指示, 通过调用浏览器接口, 将 用户访问的网页地址嵌入客户端软件中。
当某网络服务的网页地址嵌入客户端软件后, 当用户打开客户端软件, 该客户端软件就会自动访问该网络服务所对应的网址,将网址对应的网页内 容显示出来;或者,如果计算机进入了操作系统,并自动启动了客户端软件, 该客户端软件也会自动访问该网络服务所对应的网址, 并将网页内容显示。
在本发明的一个较佳实施例中, 该客户端软件能够对嵌入其中的内容, 做适应性地修改。
比如, 通过 CSS样式 (Cascading Style Sheet , 层叠样式表单) 方法 或者通过修改脚本方法, 修改该客户端软件中的该页面呈现方式, 如修改该 客户端软件中的页面呈现颜色等。
又如, 修改默认设置, 如某 WEB网页默认设置为有新消息时, 通过声音 进行提示, 则在客户端软件中, 可以将其修改成无提示音。
还如, 增加特殊功能, 如某 WEB网页无翻译功能, 则在客户端软件中添 加翻译功能。
较佳地, 将 WEB网页中的广告剔除, 再将剔除广告后的 WEB网页中相应 内容通过该客户端软件显示出来。或者是抽取网页中需要的内容和 /或元素, 重新定义相应的展现形式, 然后通过该客户端软件将之显示出来。
在步驟 120 , 通过该客户端软件向 WEB网页中获取资源, 而后再对该获 取到的资源进行加工处理。
一个例子中, 该客户端软件定时检查職网页是否发生新状况, 如有新 状况发生, 则获取该新状况所对应的信息, 即获取相应 WEB网页资源。 举例 如, 该客户端软件定时检查 Gma i l网页中是否有新邮件, 如有新邮件, 则获 取该新邮件所对应的相关信息。 其中, 所述定时检查是指客户端软件每间隔 一定时间 (如间隔 1秒 )就自动地向 WEB服务器发送查询请求, 从 WEB服务 器上查询 WEB网页是否发生新状况。 或者, 所述定时检查也可以指客户端软 件每间隔一定时间(如间隔 1秒)抓取网页元素或网页更新状态, 从而判定 是否更新。
另一个例子中, 该客户端软件在接收到浏览器事件通知后判定该 WEB 网页中有新状况发生。 即当网页标题发生改变、 网页开始被访问、 网页加载 完成、 网页渲染完成等情况发生时, 该浏览器就会发出事件通知, 该客户端 软件基于该事件通知, 得知该 WEB网页中有新状况发生。 此外, 基于客户端 软件与 WEB服务器双方合作的基础上, 穩服务器可以将 WEB网页有更新的 通知消息主动通知客户端软件。
又一个例子中, 该客户端软件基于用户行为的触发, 来判定该 WEB网页 中是否有新状况发生。 例如, 客户端软件提供判定更新的应用程序, 当用户 务器发查询请求等方式, 就可以判定该 WEB网页中是否有新状况发生, 这就 是一种基于用户行为触发的判定方式。
还一个例子中, 通过钩子方式检查 WEB网页是否发生新状况, 如采用脚 本 hook、 COM hook , AP I hook等技术。 此外, 该客户端软件还可以通过分 析网络通信的方式来检查该 WEB 网页中是否发生新状况。 即在 WEB 网页与 WEB服务器通信的过程中, 截获双方通信的信息, 如 URL , 更多的是截获通 信的数据包, 通过分析这些通信的信息可以确定 WEB网页是否有更新。
需要说明的是,客户端软件可通过多种方法来判定 WEB网页中是否有新 状况发生, 除上述列举的方法外, 其他方法不再——列举, 但本发明不应限 定于上述列举的几种方法。
所述对资源进行加工处理的一种方式是, 在该图标快捷键上加旗帜, 以 提示用户有新状况发生。 所述对资源进行加工处理的另一种方式是, 通过声 音以提示用户有新状况发生。 所述对资源进行加工处理的又一种方式是, 通 过将任务栏上该客户端软件图标做特殊颜色标记 (如在图标上打上蓝色 ) , 以提示用户有内容或状态更新发生。或者是从页面资源中将更新数据抽取出 来, 加工后获得更新内容的具体数目, 然后修改客户端软件图标或托盘图标 以提示有内容或状态发生更新(如在图标上加上更新内容的数目 )。 所述对 资源进行加工处理的还一种方式是, 通过托盘闪烁以提示用户有新状况发 生。
需要说明的是, 所述对资源进行加工处理不限于以上所述方式。
在步驟 1 30 , 通过该客户端软件将其相应 WEB网页中的内容展现出来。 如果相应 WEB网页中的内容有更新, 则展现的是更新后的内容; 如果没 有更新, 则仍旧展现未更新的内容。
此外, 该客户端软件还可以实现快速登录, 如登录邮箱、 即时通讯工具 等需要输入用户名和密码的应用程序。 打开客户端软件, 客户端软件可以直 接将登录后的 WEB页面展现出来, 无需用户打开浏览器、 输入网址、 输入用 户名和密码这样一步步的登录过程。 这是因为该客户端软件产生的 cook i e 等临时文件独立于普通浏览器产生的临时文件,不会受浏览器清理机制的影 响而被清理掉, 即不受浏览器的管理控制。 因此, 该客户端软件基于所述临 时文件可以快速完成登录, 直接将登录后的页面显示给用户, 极大地简化了 用户操作。
综上所述, 本发明实施例所述将网络服务嵌入客户端软件, 并通过客户 端软件完成快速登录和更新提醒等功能的方法,不同用户可以嵌入不同的网 络服务, 因此可以为用户提供更有针对性、 更加个性化的服务, 而且简化了 用户操作。 图 2 是发明一个实施例的网页应用的客户端软件 (也可称为客户端装 置)框图, 该客户端软件 200包括过滤和信息抽取模块 21 0、 网页获取及处 理模块 220、监听及客户端处理模块 230; 其中, 该网页获取及处理模块 220 通过互联网与 WEB服务器 240进行信息交互。
图 2中,该网页获取及处理模块 220用于向该 Web服务器 240请求并获 取网页信息。该 Web服务器 240是任意一种能够提供网上信息浏览的服务器, 举例如, WEB QQ服务器、 Gma i l服务器、 新浪微博服务器等。
具体地,该网页获取及处理模块 220向该 Web服务器 240发送奇求命令, 请求访问相应网页; 例如, 该 Web服务器为新浪微博服务器, 则此时网页获 取及处理模块 220向该 Web服务器所发送的请求命令为,请求访问该新浪微 博页面。 该 Web服务器 240接收到该请求命令后, 作出响应, 即向该网页获 取及处理模块 220提供其所请求的网页页面信息。然后网页获取及处理模块 220下载来自 Web服务器 240的该网页页面信息, 再将该网页页面信息通过 网页获取及处理模块 220显示出来。
该过滤和信息抽取模块 210用于对该网页获取及处理模块 220所获取到 的网页显示内容进行修改。举例如,修改网页页面呈现形式、修改页面设置、 增加页面新功能、 剔除页面中广告等。
具体地,该过滤和信息抽取模块 21 0向该网页获取及处理模块 220查询 网页状态, 即查询该网页获取及处理模块 220是否已经完成了页面下载及显 示功能; 若该网页获取及处理模块 220已经完成了页面显示功能, 则该过滤 和信息抽取模块 21 0向该网页获取及处理模块 220注入脚本, 以修改该网页 获取及处理模块 220所获取到的网页显示内容。
该监听及客户端处理模块 230用于实时监测该网页获取及处理模块 220 所显示网页是否有新状况发生(如 Gma i l邮箱有新邮件等) , 如果有新状况 发生, 则通过该监听及客户端处理模块 230将其展示出来。
且该监听及客户端处理模块 230包括快捷方式处理模块 231和常驻圓盘 程序模块 232。 该快捷方式处理模块 231使该客户端软件 200的图标以快捷 键方式存在于桌面上, 且在网页页面有新状况发生时, 通过该客户端软件图 标显现出来, 如在该客户端软件图标的快捷键上加旗帜。 该常驻圓盘程序模 块 232使该客户端软件 200图标以常驻进程或服务方式展示在系统托盘中。
基于上述内容, 本发明实施例还提供了一种客户端装置, 该客户端装置 通过互联网与 Web服务器进行信息交互, 所述客户端装置具体包括: 用于将网络服务所对应的网页地址嵌入到所述客户端软件中的模块; 用于从网絡服务器获取所述网络服务所对应网页中的相应内容和 /或相 应更新内容的模块;
用于通过客户端软件展示所述网络服务所对应网页中的相应内容和 /或 相应更新内容的模块。
优选地 , 所述客户端装置还可以包括:
用于判定所述网络服务所对应网页中的相应内容是否有更新的模块,如 果有更新, 则通过改变该客户端软件的图标来提示用户;
其中, 该客户端软件的图标以快捷键方式存在于桌面上, 和 /或该图标 存在于桌面任务桎中, 和 /或以常驻进程或服务展示在系统的托盘中。
优选地 , 所述客户端装置还可以包括:
用于对所述网絡月良务所对应网页中的相应内容和 /或相应更新内容做适 应性修改的模块。
对于上述客户端装置的实施例而言, 由于其与方法实施例基本相似, 所 以描述的比较筒单, 相关之处参见图 1所示方法实施例的部分说明即可。
基于以上内容, 本发明还提供了一种在其上记录有用于执行上述客 户端软件实现方法的程序的计算机可读记录介质。 其中, 所述客户端软 件实现方法的具体内容可参见图 1 实施例所述的内容, 在此不再赘述。
所述计算机可读记录介质包括用于以计算机 (例如计算机) 可读的 形式存储或传送信息的任何机制。 例如, 机器可读介质包括只读存储器 ( ROM ) 、 随机存取存储器 (RAM ) 、 磁盘存储介质、 光存储介质、 闪速 存储介质、 电、 光、 声或其他形式的传播信号 (例如, 载波、 红外信号、 数字信号等) 等。
本发明可用于众多通用或专用的计算系统环境或配置中。 例如: 个 人计算机、 服务器计算机、 手持设备或便携式设备、 平板型设备、 多处 理器系统、 基于微处理器的系统、 置顶盒、 可编程的消费电子设备、 网 络 PC、 小型计算机、 大型计算机、 包括以上任何系统或设备的分布式计 算环境等等。
本发明可以在由计算机执行的计算机可执行指令的一般上下文中描 述, 例如程序模块。 一般地, 程序模块包括执行特定任务或实现特定抽 象数据类型的例程、 程序、 对象、 组件、 数据结构等等。 也可以在分布 式计算环境中实践本申请, 在这些分布式计算环境中, 由通过通信网络 而被连接的远程处理设备来执行任务。 在分布式计算环境中, 程序模块 可以位于包括存储设备在内的本地和远程计算机存储介质中。
在本发明中, "组件" 、 "装置" 、 "系统" 等等指应用于计算机 的相关实体, 如硬件、 硬件和软件的组合、 软件或执行中的软件等。 详 细地说, 例如, 组件可以、 但不限于是运行于处理器的过程、 处理器、 对象、 可执行组件、 执行线程、 程序和 /或计算机。 还有, 运行于服务器 上的应用程序或脚本程序、 服务器都可以是组件。 一个或多个组件可在 执行的过程和 /或线程中, 并且组件可以在一台计算机上本地化和 /或分 布在两台或多台计算机之间, 并可以由各种计算机可读介质运行。 组件 还可以根据具有一个或多个数据包的信号, 例如, 来自一个与本地系统、 分布式系统中另一组件交互的, 和 /或在因特网的网络通过信号与其它系 统交互的数据的信号通过本地和 /或远程过程来进行通信。
显而易见, 在不偏离本发明的真实精神和范围的前提下, 在此描述的本 发明可以有许多变化。因此,所有对于本领域技术人员来说显而易见的改变, 都应包括在本权利要求书所涵盖的范围之内。本发明所要求保护的范围仅由 所述的权利要求书进行限定。

Claims

权 利 要 求 书
1.一种客户端软件实现方法, 其特征在于, 包括:
首先将网络服务所对应的网页地址嵌入到所述客户端软件中,然后再将 该网络服务所对应网页中的相应内容通过该客户端软件展现出来;
其中, 该客户端软件的图标以快捷键方式存在于桌面上, 和 /或该图标 存在于桌面任务栏中, 和 /或以常驻进程或服务展示在系统的托盘中。
2. 如权利要求 1所述的一种客户端软件实现方法, 其特征在于, 所述 将网络服务所对应的网页地址嵌入到该客户端软件中的步骤包括,一旦打开 该客户端软件则访问该网络服务所对应网页地址的步驟。
3. 如权利要求 1所述的一种客户端软件实现方法, 其特征在于, 在所 述将网络服务所对应的网页地址嵌入到该客户端软件的步骤之后包括,对该 嵌入到该客户端软件中的内容做适应性修改的步骤。
4. 如权利要求 3所述的一种客户端软件实现方法, 其特征在于, 所述 修改包括修改网页页面呈现方式和 /或呈现内容,和 /或修改网页中的默认设 置, 和 /或增加网页中的新功能, 和 /或删除网页中的广告内容。
5.如权利要求 1所迷的一种客户端软件实现方法, 其特征在于, 在所述 将网络服务所对应的网页地址嵌入到该客户端软件的步骤之后还包括,向网 络服务器相应 WEB网页中获取资源以及资源更新信息, 而后再对该资源进行 再加工处理的步骤。
6. 如权利要求 5所述的一种客户端软件实现方法, 其特征在于, 所述 获取资源更新信息的步骤包括,用户行为触发地抓取网页元素或网页更新状 态; 和 /或定时抓取网页元素或网页更新状态;和 /或接收浏览器事件通知; 和 /或通过钩子方式检查该网页中是否有更新;和 /或通过分析网络通信内容 来检查是否有更新。
7.—种客户端装置, 其中, 该客户端装置通过互联网与 Web服务器进行 信息交互, 其特征在于, 该客户端装置包括网页获取及处理模块( 220 ) 、 监听及客户端处理模块 ( 230 ) ;
该网页获取及处理模块( 220 )用于获取来自该 Web服务器的网页信息, 并将其显示出来;
该监听及客户端处理模块( 230 )用于监测该网页获取及处理模块( 220 ) 所显示的网页是否有新状况发生, 并且在有新状况发生时将其展示出来。
8.如权利要求 7所述的一种客户端装置, 其特征在于, 该客户端装置还 包括过滤和信息抽取模块(21 0 ) , 该过滤和信息抽取模块(21 0 )用于对所 述网页获取及处理模块( 220 ) 所得到的页面显示信息进行修改。
9. 如权利要求 7所述的一种客户端装置, 其特征在于, 所述监听及客 户端处理模块( 230 ) 包括快捷方式处理模块(231 ) , 该快捷方式处理模块 ( 231 ) 用于使该客户端软件的图标以快捷键方式存在于桌面上, 且在网页 有新状况发生时, 通过该客户端软件图标展现出来。
10、 如权利要求 7所述的一种客户端装置, 其特征在于, 所述监听及客 户端处理模块( 230 ) 包括常驻圓盘程序模块( 232 ) , 该常驻圓盘程序模块
( 232 )用于使该客户端软件图标以常驻进程或服务方式展示在系统托盘中。
11、 一种客户端软件实现方法, 其特征在于, 包括:
将网络服务所对应的网页地址嵌入到所述客户端软件中;
从网络服务器获取所述网络服务所对应网页中的相应内容和 /或相应更 新内容;
通过客户端软件展示所述网络服务所对应网页中的相应内容和 /或相应 更新内容。
12、 根据权利要求 11所述的方法, 其特征在于, 展示更新内容之前, 还包括:
判定所述网络服务所对应网页中的相应内容是否有更新, 如果有更新, 则通过改变该客户端软件的图标来提示用户;
其中, 该客户端软件的图标以快捷键方式存在于桌面上, 和 /或该图标 存在于桌面任务栏中, 和 /或以常驻进程或服务展示在系统的托盘中。
1 3、 根据权利要求 11所述的方法, 其特征在于, 展示所述网络服务所 对应网页中的相应内容和 /或相应更新内容之前, 还包括:
对所述网络服务所对应网页中的相应内容和 /或相应更新内容做适应性 修改。
14、 根据权利要求 11所述的方法, 其特征在于, 所述网络服务所对应 网页中的相应内容和 /或相应更新内容为: 用户登录后的所对应网页中的相 应内容和 /或相应更新内容。
15、 一种客户端装置, 其中, 该客户端装置通过互联网与 Web服务器进 行信息交互, 其特征在于, 该客户端装置包括:
用于将网络服务所对应的网页地址嵌入到所述客户端软件中的模块; 用于从网絡服务器获取所述网络服务所对应网页中的相应内容和 /或相 应更新内容的模块;
用于通过客户端软件展示所述网络服务所对应网页中的相应内容和 /或 相应更新内容的模块。
16、 一种在其上记录有用于执行权利要求 1或 11所述方法的程序的计 算机可读记录介盾。
PCT/CN2011/082269 2010-12-07 2011-11-16 一种网页应用的客户端软件实现方法 WO2012075879A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010582761.4A CN102541852B (zh) 2010-12-07 2010-12-07 一种网页应用的客户端软件实现方法
CN201010582761.4 2010-12-07

Publications (1)

Publication Number Publication Date
WO2012075879A1 true WO2012075879A1 (zh) 2012-06-14

Family

ID=46206606

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/082269 WO2012075879A1 (zh) 2010-12-07 2011-11-16 一种网页应用的客户端软件实现方法

Country Status (2)

Country Link
CN (1) CN102541852B (zh)
WO (1) WO2012075879A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103973823A (zh) * 2013-01-29 2014-08-06 腾讯科技(深圳)有限公司 一种网站动态消息的获取方法和装置
CN105760496A (zh) * 2016-02-19 2016-07-13 北京金山安全软件有限公司 一种快捷方式的处理方法、处理装置以及电子设备

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103699533B (zh) * 2012-09-27 2017-06-16 中国电信股份有限公司 获取web更新信息的方法和系统
CN102957702B (zh) * 2012-11-07 2016-08-17 小米科技有限责任公司 请求数据的方法及客户端
CN103902363A (zh) * 2012-12-18 2014-07-02 上海鼎为电子科技(集团)有限公司 一种支持多任务切换的电子装置和切换方法
CN104519084B (zh) * 2013-09-27 2017-12-05 华为终端有限公司 一种显示信息的方法及装置
CN104951326B (zh) * 2014-03-31 2020-06-30 腾讯科技(深圳)有限公司 网页访问方法及装置
CN105302590B (zh) * 2014-07-22 2020-03-17 腾讯科技(北京)有限公司 一种信息处理方法及装置
CN104182229A (zh) * 2014-08-21 2014-12-03 乐视网信息技术(北京)股份有限公司 回调显示方法及装置、回调方法及装置
CN104158896B (zh) * 2014-08-22 2018-10-23 百度在线网络技术(北京)有限公司 应用程序的推荐方法、系统及应用程序商店服务器
CN104539613B (zh) * 2014-12-27 2019-03-05 北京奇虎科技有限公司 邮件账号的登录方法和邮件客户端
CN108268298B (zh) * 2018-02-13 2020-03-10 Oppo广东移动通信有限公司 桌面图标的生成方法、装置、存储介质及电子设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101802817A (zh) * 2006-09-06 2010-08-11 苹果公司 便携式多功能设备上的网页夹窗口小部件
US20100257230A1 (en) * 2009-04-03 2010-10-07 Kroeger Robert J Architectural pattern for persistent web application design
CN101860533A (zh) * 2010-05-26 2010-10-13 卓望数码技术(深圳)有限公司 一种基于c/s架构浏览器的数据传输方法及服务器

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101802817A (zh) * 2006-09-06 2010-08-11 苹果公司 便携式多功能设备上的网页夹窗口小部件
US20100257230A1 (en) * 2009-04-03 2010-10-07 Kroeger Robert J Architectural pattern for persistent web application design
CN101860533A (zh) * 2010-05-26 2010-10-13 卓望数码技术(深圳)有限公司 一种基于c/s架构浏览器的数据传输方法及服务器

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103973823A (zh) * 2013-01-29 2014-08-06 腾讯科技(深圳)有限公司 一种网站动态消息的获取方法和装置
CN105760496A (zh) * 2016-02-19 2016-07-13 北京金山安全软件有限公司 一种快捷方式的处理方法、处理装置以及电子设备
CN105760496B (zh) * 2016-02-19 2019-05-28 珠海豹趣科技有限公司 一种快捷方式的处理方法、处理装置以及电子设备

Also Published As

Publication number Publication date
CN102541852B (zh) 2015-11-25
CN102541852A (zh) 2012-07-04

Similar Documents

Publication Publication Date Title
WO2012075879A1 (zh) 一种网页应用的客户端软件实现方法
US20220247833A1 (en) Installable web applications
KR101615783B1 (ko) 브라우징 정보에 기초한 콘텐츠 권고
US8700788B2 (en) Method and system for automatic login initiated upon a single action with encryption
EP2507715B1 (en) Communication channel between web application and process outside browser
US20120254321A1 (en) Providing additional email content in an email client
US20090276455A1 (en) Sharing information about a document across a private compuer network
US20100049792A1 (en) Method and system for providing runtime vulnerability defense for cross domain interactions
US7984170B1 (en) Cross-domain communication in domain-restricted communication environments
EP2786266A1 (en) Dynamic browser icons
EP2254302A2 (en) Method and apparatus for restoring state information of remote user interface
US8775554B2 (en) Cloud-based web page applications for extending functionality
JP2009524890A (ja) サイドバーによる通信のシステムおよび方法
JP2012521609A (ja) ウェブブラウザ経由のアプリケーションに対するコンテンツ入力
US9996381B1 (en) Live application management workflow using metadata capture
JP2007531943A (ja) ユーザが選択可能な電子メッセージ・アクション選択及び処理を提供するためのシステム及び方法
US20090119595A1 (en) Method And System For Presenting A Transition Effect Between Remotely-Sourced Content In A Browser
JP5396314B2 (ja) 不正操作検知システム及び不正操作検知方法
US20110078234A1 (en) Active Bookmarks
GB2503070A (en) Dynamic rendering of a Document Object Model (DOM)
US9778968B1 (en) Programatic implementations generated from an API call log
US20100223272A1 (en) Methods and Systems for Aggregating Content in an Instant Messaging System
US7356566B2 (en) Selective mirrored site accesses from a communication
US11553316B2 (en) Method and apparatus for storing and sending a computer location
US20230164289A1 (en) Method and apparatus for storing and sending a computer location

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11846833

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11846833

Country of ref document: EP

Kind code of ref document: A1