CN106911794B - Method and system for automatically storing picture - Google Patents

Method and system for automatically storing picture Download PDF

Info

Publication number
CN106911794B
CN106911794B CN201710178668.9A CN201710178668A CN106911794B CN 106911794 B CN106911794 B CN 106911794B CN 201710178668 A CN201710178668 A CN 201710178668A CN 106911794 B CN106911794 B CN 106911794B
Authority
CN
China
Prior art keywords
storage address
picture data
text editor
rich text
original
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.)
Active
Application number
CN201710178668.9A
Other languages
Chinese (zh)
Other versions
CN106911794A (en
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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology Ltd
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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201710178668.9A priority Critical patent/CN106911794B/en
Publication of CN106911794A publication Critical patent/CN106911794A/en
Application granted granted Critical
Publication of CN106911794B publication Critical patent/CN106911794B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5683Storage of data provided by user terminals, i.e. reverse caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

The invention relates to the field of software communication, in particular to a method and a system for automatically storing pictures applied to a rich text editor. When a user browses through the rich text editor, whether the input data received in an edit box of the rich text editor contains picture data is judged, if yes, then the original storage address corresponding to the picture data is obtained and whether the original storage address is a non-local storage address or not is judged, namely, the server is used for judging whether the picture data is stored in the third-party server, if so, the server automatically downloads the picture data and stores the picture data in the database of the local storage address without manual operation, and the original storage address is replaced by a new storage address for storage, and at the moment, when the user browses the picture data again, because the picture data is stored in the local database, even if the third-party server is down or the image anti-theft chain is set later and the image data cannot be acquired, the picture data can be browsed through the local database, and the stability of picture data resources is ensured.

Description

Method and system for automatically storing picture
Technical Field
The invention relates to the field of software communication, in particular to a method and a system for automatically storing pictures applied to a rich text editor.
Background
Currently, an input operation is performed in an edit box of a rich text editor, for example, by copying contents on a website and pasting the copied contents into the edit box, but if picture data resources exist in the contents on the website, the rich text editor simply displays the picture data resources stored in a foreign server for a user to browse. However, since the picture data resources are stored in the server outside the country, that is, the third-party server, when the third-party server goes down, the picture data resources cannot be acquired, and the problems of the third-party server, such as the anti-theft chain of the picture data, exist, and the like, the browsing experience of the user is greatly influenced.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the method and the system for automatically storing the picture can effectively prevent the picture data resource from being unavailable when a third-party server is down.
In order to solve the technical problems, the invention adopts the technical scheme that:
a method for automatically storing pictures comprises the following steps:
receiving input data by an edit box of a rich text editor, and judging whether the input data contains picture data;
if so, acquiring an original storage address corresponding to the picture data;
judging whether the obtained original storage address is a non-local storage address or not, if so, downloading corresponding picture data according to the original storage address by the server, storing the picture data into a database of the local storage address, and generating a corresponding new storage address;
and replacing the original storage address with a new storage address.
The invention adopts another technical scheme that:
a system for automated picture storage, comprising: the device comprises a receiving module, an obtaining module, a judging module and a replacing module;
the receiving module is used for receiving input data by an edit box of the rich text editor and judging whether the input data contains picture data or not;
the acquisition module is used for acquiring an original storage address corresponding to the picture data if the input data contains the picture data;
the judging module is used for judging whether the obtained original storage address is a non-local storage address or not, if so, the server downloads corresponding picture data according to the original storage address, stores the picture data into a database of the local storage address, and generates a corresponding new storage address;
and the replacing module is used for replacing the original storage address with a new storage address.
The invention has the beneficial effects that:
the invention provides a method and a system for automatically storing pictures, which judge whether input data received in an editing frame of a rich text editor contains picture data when a user browses through the rich text editor, if so, obtain an original storage address corresponding to the picture data and judge whether the original storage address is a non-local storage address, namely, judge whether the picture data is stored in a third-party server, if so, a service end automatically downloads the picture data and stores the picture data into a database of the local storage address without manual operation, and changes the original storage address into a new storage address for storage, and when the user browses the picture data again, because the picture data is stored in the local database, even if the third-party server is down or a picture anti-theft chain is set later and the picture data cannot be obtained, the picture data can be browsed through the local database, and ensuring the stability of the picture data resources.
Drawings
FIG. 1 is a flow chart illustrating the steps of a method for automatically storing pictures according to the present invention;
FIG. 2 is a schematic diagram of an automatic picture storage system according to the present invention;
FIG. 3 is a flowchart illustrating steps of a method for automatically storing pictures according to an embodiment of the present invention;
description of reference numerals:
1. a receiving module; 2. an acquisition module; 3. a judgment module; 4. and (5) replacing the module.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
The most key concept of the invention is as follows: when a user browses through the rich text editor, whether picture data contained in input data received in an edit box of the rich text editor is stored in a local database or not is judged, and if not, the picture data is automatically downloaded and stored in the local database.
Referring to fig. 1, a method for automatically storing pictures provided by the present invention includes:
receiving input data by an edit box of a rich text editor, and judging whether the input data contains picture data;
if so, acquiring an original storage address corresponding to the picture data;
judging whether the obtained original storage address is a non-local storage address or not, if so, downloading corresponding picture data according to the original storage address by the server, storing the picture data into a database of the local storage address, and generating a corresponding new storage address;
and replacing the original storage address with a new storage address.
The invention has the beneficial effects that:
the invention provides a method for automatically storing pictures, which judges whether input data received in an editing frame of a rich text editor contains picture data when a user browses through the rich text editor, if so, an original storage address corresponding to the picture data is obtained and whether the original storage address is a non-local storage address is judged, namely whether the picture data is stored in a third-party server is judged, if so, a server side automatically downloads the picture data and stores the picture data into a database of the local storage address without manual operation, and the original storage address is replaced by a new storage address for storage, and when the user browses the picture data again, the picture data is stored in the local database, so that the picture data can be browsed through the local database even if the third-party server is down or a picture anti-theft chain is set later and the picture data cannot be obtained, and ensuring the stability of the picture data resources.
Further, an edit box of the rich text editor receives input data, and judges whether the input data contains picture data, specifically:
presetting a monitoring event for monitoring whether the content in an edit box of the rich text editor changes on the rich text editor; receiving input data by an edit box of a rich text editor, monitoring whether content in the edit box of the rich text editor is changed or not by monitoring an event, and if so, judging whether picture data is contained in the input data or not.
As can be seen from the above description, in the above embodiment, whether content changes exist in the edit box of the rich text editor is monitored by monitoring an event, where the content change specifically includes an increase or a decrease of a data amount, that is, it is determined by comparing whether a current data amount and a previous data amount change, so that the data amount in the edit box is obtained at a preset time interval between monitoring events, and two adjacent data amounts are compared, thereby determining whether content changes exist in the edit box of the rich text editor.
Further, the method for determining whether the obtained original storage address is a non-local storage address is as follows:
presetting a storage list on a rich text editor, wherein the storage list is used for storing the corresponding relation of the picture data and the corresponding local storage address;
and inquiring a storage list, judging whether the original storage address is stored in the storage list, and if not, determining that the original storage address is a non-local storage address.
As can be seen from the above description, in the above embodiment, whether the obtained picture data is stored locally is determined by querying the storage list, and if the picture data is not stored in the local database, when the user browses the picture data again, the picture data cannot be obtained because the third-party server goes down or a picture anti-theft link is set later, so when the picture data is determined to be stored non-locally (i.e., the picture data is stored only in the third-party server and the local database is not stored), the picture data is downloaded and stored in the local database, thereby ensuring the stability of the user browsing the picture data.
Further, the original storage address is replaced by a new storage address, specifically:
and replacing the original storage address with a new storage address, and storing the corresponding relation between the picture data and the corresponding new storage address in a storage list.
As can be seen from the above description, in the above embodiment, when the original storage address is replaced with a new storage address, the corresponding relationship is stored in the storage list, so that when browsing again in the following process, it is only necessary to use the storage list to determine whether the image data is stored locally.
Further, the system further comprises a preset CDN for storing a database of the picture data with the local storage address.
As can be seen from the above description, in the above embodiment, the CDN is used as a database for storing picture data with a local storage address, the server downloads corresponding picture data according to the original storage address, stores the picture data in the CDN, and the CDN automatically generates a corresponding new storage address and feeds the new storage address back to the storage list to update storage information, that is, the original storage address is replaced with a new storage address to be stored.
Referring to fig. 2, the present invention also provides a system for automatically storing pictures, including: the device comprises a receiving module 1, an obtaining module 2, a judging module 3 and a replacing module 4;
the device comprises a receiving module 1, a display module and a display module, wherein the receiving module is used for receiving input data by an edit box of a rich text editor and judging whether the input data contains picture data or not;
the obtaining module 2 is configured to obtain an original storage address corresponding to picture data if the input data contains the picture data;
the judging module 3 is used for judging whether the obtained original storage address is a non-local storage address or not, if so, the server downloads corresponding picture data according to the original storage address, stores the picture data into a database of the local storage address, and generates a corresponding new storage address;
and the replacing module 4 is used for replacing the original storage address with a new storage address.
The invention provides a system for automatically storing pictures, which judges whether input data received in an editing frame of a rich text editor contains picture data when a user browses through the rich text editor, if so, acquires an original storage address corresponding to the picture data and judges whether the original storage address is a non-local storage address, namely, judges whether the picture data is stored in a third-party server, if so, a server automatically downloads the picture data and stores the picture data into a database of the local storage address without manual operation, and replaces the original storage address with a new storage address for storage, and when the user browses the picture data again, the picture data is stored in the local database, so that the picture data can be browsed through the local database even if the third-party server is down or cannot acquire the picture data because a picture anti-theft chain is set later, and ensuring the stability of the picture data resources.
Further, the acquiring module is further configured to preset, on the rich text editor, a monitoring event for monitoring whether a content in an edit box of the rich text editor changes; receiving input data by an edit box of a rich text editor, monitoring whether content in the edit box of the rich text editor is changed or not by monitoring an event, and if so, judging whether picture data is contained in the input data or not.
As can be seen from the above description, in the above embodiment, whether content changes exist in the edit box of the rich text editor is monitored by monitoring an event, where the content change specifically includes an increase or a decrease of a data amount, that is, it is determined by comparing whether a current data amount and a previous data amount change, so that the data amount in the edit box is obtained at a preset time interval between monitoring events, and two adjacent data amounts are compared, thereby determining whether content changes exist in the edit box of the rich text editor.
Further, the judging module is further configured to preset a storage list on the rich text editor, and store the correspondence between the picture data and the corresponding local storage address;
and inquiring a storage list, judging whether the original storage address is stored in the storage list, and if not, determining that the original storage address is a non-local storage address.
As can be seen from the above description, in the above embodiment, whether the obtained picture data is stored locally is determined by querying the storage list, and if the picture data is not stored in the local database, when the user browses the picture data again, the picture data cannot be obtained because the third-party server goes down or a picture anti-theft link is set later, so when the picture data is determined to be stored non-locally (i.e., the picture data is stored only in the third-party server and the local database is not stored), the picture data is downloaded and stored in the local database, thereby ensuring the stability of the user browsing the picture data.
Further, the replacing module is further configured to replace the original storage address with a new storage address, and store the corresponding relationship between the picture data and the corresponding new storage address in the storage list.
As can be seen from the above description, in the above embodiment, when the original storage address is replaced with a new storage address, the corresponding relationship is stored in the storage list, so that when browsing again in the following process, it is only necessary to use the storage list to determine whether the image data is stored locally.
The system further comprises a preset module for presetting the CDN, wherein the CDN is a database for storing the picture data with the local storage address.
As can be seen from the above description, in the above embodiment, the CDN is used as a database for storing picture data with a local storage address, the server downloads corresponding picture data according to the original storage address, stores the picture data in the CDN, and the CDN automatically generates a corresponding new storage address and feeds the new storage address back to the storage list to update storage information, that is, the original storage address is replaced with a new storage address to be stored.
Referring to fig. 1-3, a first embodiment of the present invention is:
the invention provides a method for automatically storing pictures, which comprises the following steps:
step 1, presetting a CDN for storing a database of picture data with a local storage address. The CDN is used as a database for storing picture data with a local storage address, the server downloads corresponding picture data according to the original storage address, the picture data are stored in the CDN, the CDN can automatically generate a corresponding new storage address, and the new storage address is fed back to the storage list to update storage information, namely, the original storage address is replaced by the new storage address for storage.
Step 2, receiving input data by an edit box of the rich text editor, and judging whether the input data contains picture data; the method specifically comprises the following steps:
presetting a monitoring event for monitoring whether the content in an edit box of the rich text editor changes on the rich text editor; receiving input data by an edit box of a rich text editor, monitoring whether content in the edit box of the rich text editor is changed or not by monitoring an event, and if so, judging whether picture data is contained in the input data or not.
In this embodiment, an editor content change monitoring event is added to the rich text editor, where the monitoring event is used to monitor whether content in an edit box of the rich text editor changes, and once it is monitored that the content in the edit box of the rich text editor changes, whether picture data that is not uploaded to the CDN exists in the edit box of the rich text editor is detected by triggering the monitoring event (i.e., the picture data that is not locally stored). The content change specifically includes an increase or a decrease of the data volume, that is, it is determined by comparing whether the data volume at the current time and the data volume at the previous time are changed, so that the data volume in the edit box is obtained at a preset time interval between the monitoring events, and the data volumes of two adjacent times are compared, thereby determining whether the content is changed in the edit box of the rich text editor.
Step 3, if yes, obtaining an original storage address corresponding to the picture data;
in this embodiment, as long as there is picture data in the editor, the original storage address corresponding to the picture data is obtained, so as to determine whether the picture data is stored non-locally in the following.
Step 4, judging whether the obtained original storage address is a non-local storage address or not, if so, downloading corresponding picture data according to the original storage address by the server, storing the picture data into a database of the local storage address, and generating a corresponding new storage address;
the method for judging whether the acquired original storage address is a non-local storage address comprises the following steps:
presetting a storage list on a rich text editor, wherein the storage list is used for storing the corresponding relation of the picture data and the corresponding local storage address;
and inquiring a storage list, judging whether the original storage address is stored in the storage list, and if not, determining that the original storage address is a non-local storage address.
In this embodiment, if there is a picture that is not uploaded to the CDN, the server interface is called in the monitoring event, and the URI link corresponding to the picture is uploaded. And the server downloads the picture, stores the picture to the CDN, and returns the picture to be newly linked to the monitoring event. Whether the acquired picture data are stored locally is judged by inquiring the storage list, if the picture data are not stored in the local database, when the user browses the picture data again, the picture data cannot be acquired because the third-party server is down or a picture anti-theft link is set later, and therefore when the picture data are judged to be stored non-locally (namely, the picture data are only stored in the third-party server and the picture data are not stored in the local database), the picture data are downloaded and stored in the local database, and therefore the stability of the user browsing the picture data is ensured.
And 5, replacing the original storage address with a new storage address. The method specifically comprises the following steps:
and replacing the original storage address with a new storage address, and storing the corresponding relation between the picture data and the corresponding new storage address in a storage list.
As can be seen from the above description, in the above embodiment, in the monitoring event, the picture URI link uploaded in the rich text editor is replaced with a CDN picture link returned by the server, that is, when the original storage address is replaced with a new storage address, the corresponding relationship is stored in the storage list, so that when browsing again in the following, it can be determined whether the picture data is locally stored only by using the storage list.
In summary, according to the method and system for automatically storing pictures provided by the present invention, when a user browses through a rich text editor, the user determines whether input data received in an edit box of the rich text editor contains picture data, if yes, an original storage address corresponding to the picture data is obtained and determines whether the original storage address is a non-local storage address, that is, whether the picture data is stored in a third-party server is determined, if yes, the server automatically downloads the picture data and stores the picture data in a database of the local storage address without manual operation, and the original storage address is replaced with a new storage address for storage, when the user browses the picture data again, since the picture data is stored in the local database, even if the third-party server goes down or cannot obtain the picture data due to a later setting of a picture anti-theft link, the user can browse the picture data through the local database, and ensuring the stability of the picture data resources.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (4)

1. A method for automatically storing pictures is characterized by comprising the following steps:
receiving input data by an edit box of a rich text editor, and judging whether the input data contains picture data;
the input data are contents on a website for a user to browse, and the input data are input into an edit box of a rich text editor for the user to locally browse;
if so, acquiring an original storage address corresponding to the picture data;
judging whether the obtained original storage address is a non-local storage address or not, if so, downloading corresponding picture data according to the original storage address by the server, storing the picture data into a database of the local storage address, and generating a corresponding new storage address;
the method for judging whether the acquired original storage address is a non-local storage address comprises the following steps:
presetting a storage list on a rich text editor, wherein the storage list is used for storing the corresponding relation of the picture data and the corresponding local storage address; inquiring a storage list, judging whether the original storage address is stored in the storage list, and if not, determining that the original storage address is a non-local storage address;
replacing the original memory address with a new memory address;
an edit box of the rich text editor receives input data, and judges whether the input data contains picture data, specifically:
presetting a monitoring event for monitoring whether the content in an edit box of the rich text editor changes on the rich text editor; receiving input data by an edit box of a rich text editor, monitoring whether content in the edit box of the rich text editor is changed or not by monitoring an event, and if so, judging whether picture data is contained in the input data or not;
the step of storing the data to the local storage address database, and generating a corresponding new storage address comprises:
and storing the picture data into the CDN, automatically generating a corresponding new storage address by the CDN, and feeding back the new storage address to a storage list to update storage information.
2. The method for automatically storing pictures according to claim 1, wherein the original storage address is replaced by a new storage address, specifically:
and replacing the original storage address with a new storage address, and storing the corresponding relation between the picture data and the corresponding new storage address in a storage list.
3. A system for automatic storage of pictures, comprising: the device comprises a receiving module, an obtaining module, a judging module and a replacing module;
the receiving module is used for receiving input data by an edit box of the rich text editor and judging whether the input data contains picture data or not;
the input data are contents on a website for a user to browse, and the input data are input into an edit box of a rich text editor for the user to locally browse; the acquisition module is used for acquiring an original storage address corresponding to the picture data if the input data contains the picture data;
the judging module is used for judging whether the obtained original storage address is a non-local storage address or not, if so, the server downloads corresponding picture data according to the original storage address, stores the picture data into a database of the local storage address, and generates a corresponding new storage address; the judging module is further used for presetting a storage list on the rich text editor, and storing the corresponding relation between the picture data and the corresponding local storage address; inquiring a storage list, judging whether the original storage address is stored in the storage list, and if not, determining that the original storage address is a non-local storage address;
the replacing module is used for replacing the original storage address with a new storage address;
the acquisition module is also used for presetting a monitoring event for monitoring whether the content in an edit box of the rich text editor changes on the rich text editor; receiving input data by an edit box of a rich text editor, monitoring whether content in the edit box of the rich text editor is changed or not by monitoring an event, and if so, judging whether picture data is contained in the input data or not;
the step of storing the data to the local storage address database, and generating a corresponding new storage address comprises:
and storing the picture data into the CDN, automatically generating a corresponding new storage address by the CDN, and feeding back the new storage address to a storage list to update storage information.
4. The system according to claim 3, wherein the replacing module is further configured to replace an original storage address with a new storage address, and store the correspondence between the picture data and the corresponding new storage address in the storage list.
CN201710178668.9A 2017-03-23 2017-03-23 Method and system for automatically storing picture Active CN106911794B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710178668.9A CN106911794B (en) 2017-03-23 2017-03-23 Method and system for automatically storing picture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710178668.9A CN106911794B (en) 2017-03-23 2017-03-23 Method and system for automatically storing picture

Publications (2)

Publication Number Publication Date
CN106911794A CN106911794A (en) 2017-06-30
CN106911794B true CN106911794B (en) 2020-06-23

Family

ID=59194568

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710178668.9A Active CN106911794B (en) 2017-03-23 2017-03-23 Method and system for automatically storing picture

Country Status (1)

Country Link
CN (1) CN106911794B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109962958B (en) * 2017-12-26 2022-05-03 阿里巴巴(中国)有限公司 Document processing method and device
CN109450969B (en) * 2018-09-27 2021-09-03 北京奇艺世纪科技有限公司 Method and device for acquiring data from third-party data source server and server
CN111309312B (en) * 2018-12-10 2023-04-25 阿里巴巴集团控股有限公司 Editing method and device for rich text object, terminal equipment and computer storage medium
CN111444683B (en) * 2018-12-28 2024-08-20 北京奇虎科技有限公司 Rich text processing method, rich text processing device, computing equipment and computer storage medium
CN112183033A (en) * 2020-09-30 2021-01-05 广州爱浦路网络技术有限公司 Rich text editor and editing method
CN112667581A (en) * 2020-12-07 2021-04-16 贝壳技术有限公司 File link processing method, client and server for text editing
CN112769925B (en) * 2020-12-31 2023-12-15 南威软件股份有限公司 Picture uploading method, system, terminal and medium based on rich text editor
CN114500505B (en) * 2022-01-19 2024-05-28 北京百度网讯科技有限公司 Text processing method and device and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550165A (en) * 2015-12-23 2016-05-04 深圳市八零年代网络科技有限公司 Plug-in and method capable of importing webpage article into webpage text editor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550165A (en) * 2015-12-23 2016-05-04 深圳市八零年代网络科技有限公司 Plug-in and method capable of importing webpage article into webpage text editor

Also Published As

Publication number Publication date
CN106911794A (en) 2017-06-30

Similar Documents

Publication Publication Date Title
CN106911794B (en) Method and system for automatically storing picture
US8407363B2 (en) Generating low resolution user interfaces for transmission to mobile devices
US8332763B2 (en) Aggregating dynamic visual content
CN105302895A (en) Data caching synchronization method, server and client side
WO2016026384A1 (en) Client page display method, device and system
WO2017167050A1 (en) Configuration information generation and transmission method, and resource loading method, apparatus and system
CN101369280A (en) Method and device for web page browsing in digital television terminal
US20140013238A1 (en) File transfer method and device
CN102769641B (en) The methods of exhibiting of a kind of web page contents Self Adaptive Control and system
CN112307339B (en) Recommendation information generation method and device based on user portraits and computer equipment
CN102387172A (en) Method and device for providing or obtaining contents of network resources for mobile equipment
CN112689170B (en) Content playing method of display terminal, display terminal and readable storage medium
US8223373B2 (en) Image editing pipelines for automatic editing and printing of online images
CN106375454A (en) Method and system for uploading file by scanning graphic identifier
CN103023870A (en) Method, device and equipment for outputting data in message
CN104573079A (en) Intelligent image file uploading management method
KR20210035348A (en) Extracting similar group elements
CN103699684A (en) Method and system for managing websites
US20160004850A1 (en) Secure download from internet marketplace
CN101808218B (en) Method, device and system for acquiring and updating content of electronic program guide
CN103685498A (en) Wallpaper loading method and browser device
CN105635257A (en) Method and system for automatically detecting data update
EP3944242A1 (en) A system and method to customizing video
US20120173658A1 (en) Schema Validation Proxy
CN107103001B (en) Method, device and system for acquiring target front-end resource file based on browser

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant