CN113596527A - Program distribution method, device and system and computer readable storage medium - Google Patents

Program distribution method, device and system and computer readable storage medium Download PDF

Info

Publication number
CN113596527A
CN113596527A CN202010365847.5A CN202010365847A CN113596527A CN 113596527 A CN113596527 A CN 113596527A CN 202010365847 A CN202010365847 A CN 202010365847A CN 113596527 A CN113596527 A CN 113596527A
Authority
CN
China
Prior art keywords
data
text
program
object model
program data
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
CN202010365847.5A
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.)
Xian Novastar Electronic Technology Co Ltd
Original Assignee
Xian Novastar Electronic Technology Co 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 Xian Novastar Electronic Technology Co Ltd filed Critical Xian Novastar Electronic Technology Co Ltd
Priority to CN202010365847.5A priority Critical patent/CN113596527A/en
Publication of CN113596527A publication Critical patent/CN113596527A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/25Management operations performed by the server for facilitating the content distribution or administrating data related to end-users or client devices, e.g. end-user or client device authentication, learning user preferences for recommending movies
    • H04N21/262Content or additional data distribution scheduling, e.g. sending additional data at off-peak times, updating software modules, calculating the carousel transmission frequency, delaying a video stream transmission, generating play-lists
    • H04N21/26208Content or additional data distribution scheduling, e.g. sending additional data at off-peak times, updating software modules, calculating the carousel transmission frequency, delaying a video stream transmission, generating play-lists the scheduling operation being performed under constraints
    • 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
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/235Processing of additional data, e.g. scrambling of additional data or processing content descriptors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/25Management operations performed by the server for facilitating the content distribution or administrating data related to end-users or client devices, e.g. end-user or client device authentication, learning user preferences for recommending movies
    • H04N21/262Content or additional data distribution scheduling, e.g. sending additional data at off-peak times, updating software modules, calculating the carousel transmission frequency, delaying a video stream transmission, generating play-lists
    • H04N21/26291Content or additional data distribution scheduling, e.g. sending additional data at off-peak times, updating software modules, calculating the carousel transmission frequency, delaying a video stream transmission, generating play-lists for providing content or additional data updates, e.g. updating software modules, stored at the client
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4431OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB characterized by the use of Application Program Interface [API] libraries

Landscapes

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

Abstract

The embodiment of the invention discloses a program publishing method, a device and a system and a computer readable storage medium. The program distribution method includes, for example: a receiving step of receiving program data; traversing step, traversing the program data to obtain text media data contained in the program data; generating, namely generating a virtual document object model according to the text media data; a conversion step of converting the virtual document object model into text protocol data; and updating the program data based on the text protocol data to obtain target program data for publishing.

Description

Program distribution method, device and system and computer readable storage medium
Technical Field
The present invention relates to the field of program distribution technologies, and in particular, to a program distribution method, a program distribution apparatus, a program distribution system, and a computer-readable storage medium.
Background
In the display screen industry, such as an LED display screen, the program distribution process generally involves a client, i.e. a web end, and a playing terminal, i.e. a player, and the specific program distribution process is as follows: the user makes program data including text media data at the web end, then the web end converts the text media data in the program data into text protocol data according to a preset text protocol rule, and then the text protocol data is issued to the player for analysis and play.
However, in the existing program publishing process, the process of converting the text media data by the web is operated based on an entity DOM (Document Object Model), i.e., a real DOM, and the process of converting the text protocol consumes the performance of the client, and even consumes a large amount of the performance of the client when the program data includes long text or multiple texts, which causes poor user experience.
Disclosure of Invention
Therefore, to overcome the defects and shortcomings in the prior art, embodiments of the present invention provide a program distribution method, a program distribution apparatus, a program distribution system, and a computer-readable storage medium.
In one aspect, an embodiment of the present invention provides a program publishing method, including: a receiving step of receiving program data; traversing step, traversing the program data to obtain text media data contained in the program data; generating, namely generating a virtual document object model according to the text media data; a conversion step of converting the virtual document object model into text protocol data; and updating the program data based on the text protocol data to obtain target program data for publishing.
In the scheme, in the process of program publishing, program data is received firstly, then the program data is traversed to obtain text media data contained in the program data, then a virtual document object model is generated according to the text media data, then the virtual document object model is converted into text protocol data, and finally the program data is updated based on the text protocol data to obtain target program data for publishing.
In an embodiment of the present invention, the receiving step and the updating step are performed by a hypertext pre-processing language server, and the hypertext pre-processing language server invokes a node text-to-protocol service to perform the traversing step, the generating step and the converting step to obtain the text protocol data, where the program publishing method specifically includes: and the hypertext preprocessing language server transmits the program data to the node text-to-protocol server so that the node text-to-protocol server executes the traversing step, the generating step and the converting step to obtain the text protocol data.
In one embodiment of the invention, the generating step comprises: and taking the text media identification corresponding to the text media data as a node key value of a real document object model, taking the text media data as a node value of the real document object model, and generating the virtual document object model according to the real document object model.
In one embodiment of the present invention, the updating step includes: and updating the text media data in the program data according to the node key value to obtain target program data for publishing.
In an embodiment of the present invention, the updating the text media data in the program data according to the node key value to obtain target program data for publishing specifically includes: and updating the text media data in the program data into the text protocol data according to the node key value so as to obtain the target program data for publishing.
On the other hand, an embodiment of the present invention provides a program distribution apparatus, including: the receiving module is used for receiving program data; the traversal module is used for traversing the program data to acquire text media data contained in the program data; the generating module is used for generating a virtual document object model according to the text media data; the conversion module is used for converting the virtual document object model into text protocol data; and an update module for updating the program data based on the text protocol data to obtain target program data for publishing.
In the scheme, in the process of publishing the program, firstly, the receiving module receives program data, then the traversing module traverses the program data to obtain text media data contained in the program data, then, the generating module generates a virtual document object model according to the text media data, then, the converting module converts the virtual document object model into text protocol data, and finally, the updating module updates the program data based on the text protocol data to obtain target program data for publishing.
In an embodiment of the present invention, the generating module is specifically configured to: and taking the text media identification corresponding to the text media data as a node key value of a real document object model, taking the text media data as a node value of the real document object model, and generating the virtual document object model according to the real document object model.
In an embodiment of the present invention, the update module is specifically configured to: and updating the text media data in the program data according to the node key value to obtain target program data for publishing.
In another aspect, an embodiment of the present invention provides a program distribution system, including a memory and a processor connected to the memory; the memory stores a computer program, and the processor executes any one of the above program distribution methods when running the computer program.
In still another aspect, an embodiment of the present invention provides a computer-readable storage medium, which stores program codes for executing any one of the above program distribution methods.
One or more of the above technical solutions may have the following advantages or beneficial effects: in the process of program publishing, firstly program data is received, then the program data is traversed to obtain text media data contained in the program data, then a virtual document object model is generated according to the text media data, then the virtual document object model is converted into text protocol data, and finally the program data is updated based on the text protocol data to obtain target program data for publishing. Moreover, the embodiment of the invention also solves the transmission safety of the text protocol and simultaneously solves the API opening problem of the text protocol.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flow chart of program distribution according to a program distribution method provided in a first embodiment of the present invention.
Fig. 2 is a schematic diagram showing a configuration of a program distribution system to which the program distribution method in fig. 1 is applied.
Fig. 3 is a schematic block diagram of a program distribution apparatus according to a second embodiment of the present invention.
Fig. 4 is a schematic structural diagram of a program distribution system according to a third embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a computer-readable storage medium according to a fourth embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
[ first embodiment ] A method for manufacturing a semiconductor device
As shown in fig. 1, a program distribution method provided in a first embodiment of the present invention includes: receiving step S10, traversing step S12, generating step S14, converting step S16, and updating step S18.
Wherein the receiving step S10 is used for receiving program data; the traversal step S12 is configured to traverse the program data to obtain text media data included in the program data; the generating step S14 is configured to generate a virtual document object model according to the text media data; the converting step S16 is for converting the virtual document object model into text protocol data; and the updating step S18 is configured to update the program data based on the text protocol data to obtain target program data for publishing.
In order to understand the present embodiment more clearly, the program distribution method of the present embodiment is illustrated below with reference to fig. 2.
Fig. 2 shows a playback system including a client 100, a server 200, and a playback device 300. The client 100 is, for example, a program editing web client installed on a computer, the server 200 may communicate with the client 100 over a network, and the playback device 300 may be, for example, a program playback device.
The method provided by the present embodiment is executed by a server 200, for example, a PHP (Hypertext Preprocessor) server.
In executing the program distribution method provided in this embodiment, first, the PHP server 200 receives program data of a program edited by a user from the client 100 (corresponding to step S10), where the program data includes text media data, that is, media data of a type of text.
Thereafter, the PHP server 200 traverses the program data in accordance with the program-to-text hierarchical relationship to acquire text media data included in the program data (corresponding to step S12).
Then, the PHP server 200 generates a virtual Document Object Model (DOM) from the text media data (corresponding to step S14).
After that, the PHP server 200 converts the virtual document object model into text protocol data (corresponding to step S16). The conversion process converts the virtual document object model into text protocol data according to a predetermined text-to-protocol rule, where the predetermined text-to-protocol rule may be defined by a user, and the embodiment is not specifically limited herein.
Finally, the program data is updated based on the text protocol data to obtain target program data for publishing (corresponding to step S18).
For example, the above steps S12, S14 and S16 are performed by the PHP server 200 calling a text-to-protocol service to finally obtain text protocol data. Specifically, the process of the PHP server 200 invoking the text-to-protocol service is as follows: the PHP server 200 transmits the program data to the node text-to-protocol server so that the text-to-protocol server performs the above-described steps S12, S14, and S16.
In a specific embodiment, the generating step S12 may specifically include, for example: and taking the text media identification corresponding to the text media data as a node key value (key) of a real document object model, taking the text media data as a node value (value) of the real document object model, and generating the virtual document object model according to the real document object model. The manner in which the virtual document object model will be generated from the real document object model is well known to those skilled in the art and will not be set forth in detail herein.
In a specific embodiment, the updating step S18 may include, for example: and updating the text media data in the program data according to the node key value to obtain target program data for publishing. Specifically, updating the text media data in the program data according to the node key value to obtain target program data for publishing is as follows: and updating the text media data in the program data into the text protocol data according to the node key value so as to obtain target program data, namely program data including the text protocol data, and sending the target program data to the playing device 300. After receiving the target program data, the playing device 300 parses the target program data according to a predetermined text-to-protocol rule and plays the parsed program data.
In the embodiment, since the program distribution process is started by the text-to-protocol service, and the text-to-protocol process, i.e., the conversion step S16, is executed by the server 200, it is not necessary to perform the text information transmission by the client as in the prior art, so that the client 100 does not need to perform the text-to-protocol process to transmit the text information, thereby improving the security of the text protocol data transmission. In addition, in this embodiment, the API interface of the text-to-protocol may also be opened to the third party, and the third party only needs to transmit the text DOM information, so that the problem of opening the API of the text-to-protocol is solved.
In addition, in this embodiment, the client 100, that is, the web does not perform the DOM-to-protocol operation of the text entity, but sends the program data to the server 200, so as to avoid the problem of transmission security caused by the transmission of text information by the web in the prior art, and therefore, the program publishing method provided by the embodiment of the present invention solves the problem of program publishing security.
In summary, the program publishing process is implemented based on the virtual document object model, so that the problem of excessive performance consumption caused by a large amount of frequently operated entity DOMs due to the fact that program data comprise long texts or multiple texts in the prior art is solved, and user experience is improved.
[ second embodiment ]
As shown in fig. 3, a program distribution apparatus 20 according to a second embodiment of the present invention includes: a receiving module 201, a traversing module 202, a generating module 203, a converting module 204, and an updating module 205.
Wherein, the receiving module 201 is used for receiving program data, for example; the traversal module 202 is configured to traverse the program data to obtain text media data included in the program data, for example; the generating module 203 is configured to generate a virtual document object model according to the text media data, for example; the conversion module 204 is, for example, configured to convert the virtual document object model into text protocol data; and the update module 205 is for updating the program data, e.g., based on the text protocol data, to obtain target program data for publishing.
In an embodiment of the present invention, the generating module 203 is specifically configured to: and taking the text media identification corresponding to the text media data as a node key value of a real document object model, taking the text media data as a node value of the real document object model, and generating the virtual document object model according to the real document object model.
In an embodiment of the present invention, the update module 205 is specifically configured to: and updating the text media data in the program data according to the node key value to obtain target program data for publishing.
For specific working processes and technical effects among the modules in the program distribution apparatus 20 in this embodiment, reference is made to the description of the relevant steps in the foregoing first embodiment, and details are not repeated here.
[ third embodiment ]
As shown in fig. 4, a program distribution system 30 according to a third embodiment of the present invention includes: a processor 32 and a memory 34; the memory 34 stores instructions executed by the processor 32, and the instructions cause the processor 32 to perform operations to perform the program distribution method described in the foregoing first embodiment, for example.
[ fourth example ] A
As shown in fig. 5, a computer-readable storage medium 40 according to a fourth embodiment of the present invention is a non-volatile memory and stores program code, and when the program code is executed by one or more processors, the one or more processors are caused to execute the program distribution method according to the first embodiment.
In addition, it should be understood that the foregoing embodiments are merely exemplary illustrations of the present invention, and technical solutions of the embodiments can be arbitrarily combined and used without conflict between technical features and structures, and without departing from the purpose of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and/or method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units/modules is only one logical division, and there may be other divisions in actual implementation, for example, multiple units or modules may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units/modules described as separate parts may or may not be physically separate, and parts displayed as units/modules may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the units/modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, each functional unit/module in the embodiments of the present invention may be integrated into one processing unit/module, or each unit/module may exist alone physically, or two or more units/modules may be integrated into one unit/module. The integrated units/modules may be implemented in the form of hardware, or may be implemented in the form of hardware plus software functional units/modules.
The integrated units/modules, which are implemented in the form of software functional units/modules, may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions for causing one or more processors of a computer device (which may be a personal computer, a server, or a network device) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A program distribution method, comprising:
a receiving step of receiving program data;
traversing step, traversing the program data to obtain text media data contained in the program data;
generating, namely generating a virtual document object model according to the text media data;
a conversion step of converting the virtual document object model into text protocol data; and
and updating the program data based on the text protocol data to obtain target program data for publishing.
2. The program distribution method according to claim 1, wherein the receiving step and the updating step are performed by a hypertext pre-processing language server, and the hypertext pre-processing language server invokes a node text-to-protocol service to perform the traversing step, the generating step and the converting step to obtain the text protocol data, and the program distribution method specifically comprises: and the hypertext preprocessing language server transmits the program data to the node text-to-protocol server so that the node text-to-protocol server executes the traversing step, the generating step and the converting step to obtain the text protocol data.
3. The program distribution method according to claim 1, wherein said generating step includes:
and taking the text media identification corresponding to the text media data as a node key value of a real document object model, taking the text media data as a node value of the real document object model, and generating the virtual document object model according to the real document object model.
4. The program distribution method according to claim 3, wherein said updating step includes:
and updating the text media data in the program data according to the node key value to obtain target program data for publishing.
5. The method of claim 4, wherein the updating the text media data in the program data according to the node key value to obtain target program data for publishing specifically comprises:
and updating the text media data in the program data into the text protocol data according to the node key value so as to obtain the target program data for publishing.
6. A program distribution apparatus, comprising:
the receiving module is used for receiving program data;
the traversal module is used for traversing the program data to acquire text media data contained in the program data;
the generating module is used for generating a virtual document object model according to the text media data;
the conversion module is used for converting the virtual document object model into text protocol data; and
and the updating module is used for updating the program data based on the text protocol data to obtain target program data for publishing.
7. The program distribution apparatus according to claim 6, wherein the generating module is specifically configured to:
and taking the text media identification corresponding to the text media data as a node key value of a real document object model, taking the text media data as a node value of the real document object model, and generating the virtual document object model according to the real document object model.
8. The program distribution apparatus according to claim 7, wherein the update module is specifically configured to:
and updating the text media data in the program data according to the node key value to obtain target program data for publishing.
9. A program distribution system, comprising: a memory and a processor coupled to the memory; the memory stores a computer program which, when executed by the processor, performs a program distribution method as claimed in any one of claims 1 to 5.
10. A computer-readable storage medium characterized in that the computer-readable storage medium stores a program code for executing the program distribution method according to any one of claims 1 to 5.
CN202010365847.5A 2020-04-30 2020-04-30 Program distribution method, device and system and computer readable storage medium Pending CN113596527A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010365847.5A CN113596527A (en) 2020-04-30 2020-04-30 Program distribution method, device and system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010365847.5A CN113596527A (en) 2020-04-30 2020-04-30 Program distribution method, device and system and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN113596527A true CN113596527A (en) 2021-11-02

Family

ID=78237432

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010365847.5A Pending CN113596527A (en) 2020-04-30 2020-04-30 Program distribution method, device and system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113596527A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866509A (en) * 2014-02-26 2015-08-26 阿里巴巴集团控股有限公司 Page element positioning method and device
CN105630902A (en) * 2015-12-21 2016-06-01 明博教育科技股份有限公司 Method for rendering and incrementally updating webpages
CN106354490A (en) * 2016-08-19 2017-01-25 成都卓影科技股份有限公司 Dynamic layout method for EPG page
CN108572819A (en) * 2017-12-21 2018-09-25 北京金山云网络技术有限公司 Method for updating pages, device, terminal and computer readable storage medium
CN108647025A (en) * 2018-05-15 2018-10-12 浙江口碑网络技术有限公司 Processing method and processing device, electronics and the storage device of DOM Document Object Model interior joint
CN109739500A (en) * 2018-12-14 2019-05-10 中国四维测绘技术有限公司 A kind of browser front end under B/S framework renders methods of exhibiting
CN110069302A (en) * 2019-03-15 2019-07-30 平安普惠企业管理有限公司 Page configuration method, apparatus, computer equipment and storage medium
CN110209985A (en) * 2019-06-05 2019-09-06 上海德拓信息技术股份有限公司 A method of updating dom tree
CN110442343A (en) * 2018-05-04 2019-11-12 阿里巴巴集团控股有限公司 A kind of conversion of page method and conversion of page device
CN110598146A (en) * 2019-07-24 2019-12-20 上海易点时空网络有限公司 SPA application program implementation method and device based on Reactjs
CN110753050A (en) * 2019-10-22 2020-02-04 网易(杭州)网络有限公司 Method and device for generating protocol document, computer storage medium and electronic equipment
US20200099735A1 (en) * 2017-03-22 2020-03-26 Pressto, Inc. System and method for mesh network streaming
CN110955850A (en) * 2019-11-18 2020-04-03 国云科技股份有限公司 Processing method of modular tree control

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866509A (en) * 2014-02-26 2015-08-26 阿里巴巴集团控股有限公司 Page element positioning method and device
CN105630902A (en) * 2015-12-21 2016-06-01 明博教育科技股份有限公司 Method for rendering and incrementally updating webpages
CN106354490A (en) * 2016-08-19 2017-01-25 成都卓影科技股份有限公司 Dynamic layout method for EPG page
US20200099735A1 (en) * 2017-03-22 2020-03-26 Pressto, Inc. System and method for mesh network streaming
CN108572819A (en) * 2017-12-21 2018-09-25 北京金山云网络技术有限公司 Method for updating pages, device, terminal and computer readable storage medium
CN110442343A (en) * 2018-05-04 2019-11-12 阿里巴巴集团控股有限公司 A kind of conversion of page method and conversion of page device
CN108647025A (en) * 2018-05-15 2018-10-12 浙江口碑网络技术有限公司 Processing method and processing device, electronics and the storage device of DOM Document Object Model interior joint
CN109739500A (en) * 2018-12-14 2019-05-10 中国四维测绘技术有限公司 A kind of browser front end under B/S framework renders methods of exhibiting
CN110069302A (en) * 2019-03-15 2019-07-30 平安普惠企业管理有限公司 Page configuration method, apparatus, computer equipment and storage medium
CN110209985A (en) * 2019-06-05 2019-09-06 上海德拓信息技术股份有限公司 A method of updating dom tree
CN110598146A (en) * 2019-07-24 2019-12-20 上海易点时空网络有限公司 SPA application program implementation method and device based on Reactjs
CN110753050A (en) * 2019-10-22 2020-02-04 网易(杭州)网络有限公司 Method and device for generating protocol document, computer storage medium and electronic equipment
CN110955850A (en) * 2019-11-18 2020-04-03 国云科技股份有限公司 Processing method of modular tree control

Similar Documents

Publication Publication Date Title
JP7358698B2 (en) Training method, apparatus, device and storage medium for word meaning representation model
US8849726B2 (en) Information processing apparatus and control method for the same
CN112507102B (en) Predictive deployment system, method, apparatus and medium based on pre-training paradigm model
JP7309811B2 (en) Data annotation method, apparatus, electronics and storage medium
CN111104214A (en) Workflow application method and device
CN112905944B (en) Page online dynamic generation method and device, electronic equipment and readable storage medium
CN113887182A (en) Table generation method, device, equipment and storage medium
CN111401566B (en) Machine learning training method and system
CN111124883B (en) Test case library introduction method, system and equipment based on tree form
CN113239256A (en) Method for generating website signature and method and device for identifying website
CN113343066A (en) Page processing method and device, electronic equipment and storage medium
CN113596527A (en) Program distribution method, device and system and computer readable storage medium
CN112883088A (en) Data processing method, device, equipment and storage medium
JP7375089B2 (en) Method, device, computer readable storage medium and computer program for determining voice response speed
CN111047362A (en) Statistical management method and system for use activity of intelligent sound box
JP2023078411A (en) Information processing method, model training method, apparatus, appliance, medium and program product
CN114490969B (en) Question and answer method and device based on table and electronic equipment
CN115604115A (en) Configuration information analysis method and device, electronic equipment and storage medium
CN113824797B (en) Self-adaptive synchronization method and device for teaching resources
CN115665363A (en) Video conference method, device, equipment and storage medium
CN111063347B (en) Real-time voice recognition method, server and client
US20180203748A1 (en) Validation and parsing performance using subtree caching
CN112433752A (en) Page parsing method, device, medium and electronic equipment
CN113312025A (en) Component library generation method and device, storage medium and electronic equipment
CN113625965B (en) Data storage method, system and device of distributed storage system and storage medium

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