CN115034182A - Page rendering method and device, electronic equipment and storage medium - Google Patents

Page rendering method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN115034182A
CN115034182A CN202110246501.8A CN202110246501A CN115034182A CN 115034182 A CN115034182 A CN 115034182A CN 202110246501 A CN202110246501 A CN 202110246501A CN 115034182 A CN115034182 A CN 115034182A
Authority
CN
China
Prior art keywords
element node
node
dom
attribute information
html
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
CN202110246501.8A
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.)
Beijing Kingsoft Cloud Network Technology Co Ltd
Original Assignee
Beijing Kingsoft Cloud Network 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 Beijing Kingsoft Cloud Network Technology Co Ltd filed Critical Beijing Kingsoft Cloud Network Technology Co Ltd
Priority to CN202110246501.8A priority Critical patent/CN115034182A/en
Publication of CN115034182A publication Critical patent/CN115034182A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • G06F40/154Tree transformation for tree-structured or markup documents, e.g. XSLT, XSL-FO or stylesheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • G06F40/117Tagging; Marking up; Designating a block; Setting of attributes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Human Computer Interaction (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The embodiment of the application provides a page rendering method and device, electronic equipment and a storage medium, and relates to the technical field of computers. The method comprises the following steps: loading hypertext markup language (HTML) codes of the software items, and judging whether attribute information of an element node comprises a designated identifier corresponding to the current operating environment or not when generating an element node in the process of generating a Document Object Model (DOM) tree through the HTML codes; and if the attribute information of the element node comprises the designated identifier, deleting the element node, and rendering the page based on the generated DOM tree. The maintenance difficulty can be reduced.

Description

Page rendering method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for rendering a page, an electronic device, and a storage medium.
Background
After a software project is standardized, it will be applied to multiple environments, such as where the same software project may be delivered to various customers for use. In order to meet the requirements of each customer, some pruning of the code of the software project needs to be done for the different running environments of the customers. The currently adopted method is to maintain a plurality of code branches, each code branch corresponds to the operating environment of a client, and before delivery of a software project, the code in each code branch can be deleted and reduced through switching the branches, so as to meet the requirements of each user.
However, when there are many customers, the number of code branches to be maintained is increased, the error rate of manually deleting each code branch is high, and the maintenance difficulty is high.
Disclosure of Invention
The embodiment of the invention aims to provide a page rendering method, a page rendering device, electronic equipment and a storage medium, so as to reduce the maintenance difficulty of codes of software projects. The specific technical scheme is as follows:
in a first aspect, an embodiment of the present application provides a method for rendering a page, including:
loading hypertext markup language (HTML) codes of the software items;
in the process of generating a Document Object Model (DOM) tree through the HTML codes, judging whether attribute information of an element node comprises a designated identifier corresponding to the current operating environment or not when generating one element node;
if the attribute information of the element node comprises the specified identification, deleting the element node;
and rendering the page based on the generated DOM tree.
In a possible implementation manner, before determining whether the attribute information of the element node includes the specific identifier, the method further includes:
in the process of generating the DOM tree through the HTML codes, judging whether the DOM node is an element node or not when generating one DOM node;
if the DOM node is an element node, executing a step of judging whether attribute information of the element node comprises a specified identifier;
if the DOM node is not an element node, the DOM node is retained.
In a possible implementation manner, after determining whether the attribute information of the element node includes the designated identifier, the method further includes:
and if the attribute information of the element node does not comprise the specified identification, reserving the element node.
In one possible implementation, the deleting the element node includes:
and if the element node comprises the child node, deleting the element node and the child node comprised by the element node.
In a possible implementation manner, the HTML code includes specified identifiers corresponding to multiple execution environments, and for each execution environment, the specified identifier corresponding to the execution environment is used to indicate that, in the execution environment, an element node including the specified identifier needs to be deleted after being generated.
In a second aspect, an embodiment of the present application provides an apparatus for page rendering, including:
the loading module is used for loading hypertext markup language (HTML) codes of the software items;
the judging module is used for judging whether the attribute information of each element node comprises a specified identifier corresponding to the current operating environment when each element node is generated in the process of generating the Document Object Model (DOM) tree through the HTML codes;
a deleting module, configured to delete the element node if the attribute information of the element node includes the specified identifier;
and the rendering module is used for rendering the page based on the generated DOM tree.
In one possible implementation, the apparatus further includes: a first retention module;
the judging module is also used for judging whether the DOM node is an element node or not when generating one DOM node in the process of generating the DOM tree through the HTML codes; if the DOM node is an element node, executing a step of judging whether attribute information of the element node comprises a specified identifier;
and the first retaining module is used for retaining the DOM node if the DOM node is not the element node.
In one possible implementation, the apparatus further includes:
and the second reserving module is used for reserving the element node if the attribute information of the element node does not comprise the specified identifier.
In a possible implementation manner, the deleting module is specifically configured to delete the element node and the child nodes included in the element node if the element node includes a child node.
In a possible implementation manner, the HTML code includes specified identifiers corresponding to multiple execution environments, and for each execution environment, the specified identifier corresponding to the execution environment is used to indicate that, in the execution environment, an element node including the specified identifier needs to be deleted after being generated.
In a third aspect, an embodiment of the present invention further provides an electronic device, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing any page rendering method step when executing the program stored in the memory.
In a fourth aspect, the present application further provides a computer-readable storage medium, in which a computer program is stored, and when executed by a processor, the computer program implements the method for page rendering in the first aspect.
In a fifth aspect, embodiments of the present application further provide a computer program product containing instructions, which when run on a computer, cause the computer to perform the method for page rendering as described in the first aspect.
By adopting the technical scheme, the HTML codes of the software project can be loaded, when one element node is generated in the process of generating the DOM tree based on the HTML codes, whether the attribute information of the element node comprises the designated identifier corresponding to the current operating environment or not is judged, if yes, the element node is deleted, and the page can be rendered according to the generated DOM tree. According to the method and the device, the element nodes can be deleted according to the designated identification, so that the page obtained by rendering meets the requirements of the current operating environment, the codes do not need to be deleted manually, a plurality of code branches of a software project do not need to be maintained, and the maintenance difficulty is reduced.
Of course, not all of the advantages described above need to be achieved at the same time in the practice of any one product or method of the invention.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described 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 that other embodiments can be obtained by using the drawings without creative efforts.
Fig. 1 is a flowchart of a method for rendering a page according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a page rendering apparatus according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
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.
In the process of developing a software project, if the software project needs to be applied to multiple clients, multiple code branches need to be maintained in the related art to meet the requirements of different clients, but the adoption of the method can result in high error rate of deleting codes and high maintenance cost. In order to solve the problem, in the embodiment of the present application, a specific identifier may be added to each client separately for each element node that is not needed by the client, so that when the code of the project is run in the running environment of the client, the element node carrying the specific identifier is deleted. For developers, only the designated identification needs to be added to the element node, manual code deletion operation does not need to be carried out, and a plurality of code branches do not need to be maintained, so that the maintenance difficulty is reduced.
The page rendering method provided by the embodiment of the present application is described in detail below.
As shown in fig. 1, an embodiment of the present application provides a method for rendering a page, including:
s101, loading hypertext Markup Language (HTML) codes of the software items.
The software project is delivered to a client by a software developer, and HTML codes of the software project can be loaded when the software is run.
S102, in the process of generating a Document Object Model (DOM) tree through HTML codes, each element node is generated, and whether the attribute information of the element node comprises a specified identifier corresponding to the current operating environment or not is judged.
The specific identifier may be in the form of a character string, and may be "isec" as an example.
And S103, if the attribute information of the element node comprises the specified identification, deleting the element node.
If the attribute information of the element node comprises the designated identifier, the element node is the element node which is not needed by the current client, so that the element node is deleted from the DOM tree.
The element node may further include a child node in the DOM tree, and if the element node includes the child node, the element node and the child node included in the element node are deleted from the DOM tree.
Otherwise, if the attribute information of the element node does not include the specified identifier, the element node is reserved.
And S104, rendering the page based on the generated DOM tree.
After the HTML code is analyzed, a DOM tree can be generated, and a subsequent page rendering process is performed based on the DOM tree, so that a page obtained through rendering is displayed.
By adopting the technical scheme, the HTML codes of the software project can be loaded, when one element node is generated in the process of generating the DOM tree based on the HTML codes, whether the attribute information of the element node comprises the designated identifier corresponding to the current operating environment or not is judged, if yes, the element node is deleted, and the page can be rendered according to the generated DOM tree. According to the method and the device, the element nodes can be deleted according to the designated identification, so that the page obtained by rendering meets the requirements of the current operating environment, the codes do not need to be deleted manually, a plurality of code branches of a software project do not need to be maintained, and the maintenance difficulty is reduced.
In another embodiment of the present application, since DOM nodes included in a DOM tree are not limited to element nodes, after the DOM nodes are generated, the type of the DOM nodes needs to be determined. Therefore, before determining whether the attribute information of the element node includes the specified identifier, the method further includes:
in the process of generating the DOM tree through the HTML codes, judging whether the DOM node is an element node or not when generating one DOM node;
if the DOM node is an element node, executing a step of judging whether the attribute information of the element node comprises a specified identifier;
if the DOM node is not an element node, the DOM node is retained.
For example, if a software project includes 100 functions, 10 of which are not needed by the client a, a specific identifier corresponding to the running environment of the client a, for example, the specific identifier is "abc", is added to the code corresponding to the 10 functions. When the HTML code corresponding to the software project runs in the running environment of the client A, the element node comprising the designated mark "abc" can be deleted, so that the 10 functions cannot be displayed to the client A, and the requirement of the client A is met.
In this embodiment of the present application, the HTML code includes designated identifiers corresponding to multiple execution environments, and for each execution environment, the designated identifier corresponding to the execution environment is used to indicate that, in the execution environment, an element node including the designated identifier needs to be deleted after being generated.
For another example, for the software project, if the client B does not need 5 functions, a specific identifier corresponding to the running environment of the client B is added to the code corresponding to the 5 functions, for example, the specific identifier is "def". When the HTML code corresponding to the software project runs in the running environment of the client B, the element node comprising the specified identifier 'def' can be deleted, so that the 5 functions cannot be displayed to the client B, and the requirement of the client B is met.
Therefore, because the HTML code comprises the designated identifiers corresponding to the various operating environments, when the HTML code is operated in different operating environments, the element nodes comprising the designated identifiers corresponding to the operating environments can be automatically deleted, so that the HTML code can meet the requirements of various clients. For a developer, only one set of HTML codes is needed to be maintained, code branches are not needed to be maintained, and codes are not needed to be manually deleted, so that errors caused by manually deleting the codes are avoided, and the maintenance difficulty is reduced.
Based on the same technical concept, an embodiment of the present application further provides an apparatus for page rendering, as shown in fig. 2, the apparatus includes:
a loading module 201, configured to load a hypertext markup language HTML code of a software item;
the judging module 202 is configured to judge whether attribute information of an element node includes a specified identifier corresponding to a current operating environment every time an element node is generated in a process of generating a Document Object Model (DOM) tree through an HTML code;
a deleting module 203, configured to delete the element node if the attribute information of the element node includes the specified identifier;
and a rendering module 204 for rendering the page based on the generated DOM tree.
Optionally, the apparatus further comprises: a first retention module;
the judging module 202 is further configured to judge whether a DOM node is an element node every time a DOM node is generated in the process of generating the DOM tree through the HTML code; if the DOM node is the element node, executing a step of judging whether the attribute information of the element node comprises a specified identifier;
and the first retaining module is used for retaining the DOM node if the DOM node is not the element node.
Optionally, the apparatus further comprises:
and the second reserving module is used for reserving the element node if the attribute information of the element node does not comprise the specified identification.
Optionally, the deleting module 203 is specifically configured to delete the element node and the child node included in the element node if the element node includes the child node.
The HTML code comprises designated identifiers corresponding to a plurality of operating environments, and for each operating environment, the designated identifiers corresponding to the operating environments are used for indicating that element nodes containing the designated identifiers need to be deleted after being generated in the operating environment.
By adopting the technical scheme, the HTML codes of the software project can be loaded, when one element node is generated in the process of generating the DOM tree based on the HTML codes, whether the attribute information of the element node comprises the designated identifier corresponding to the current operating environment or not is judged, if yes, the element node is deleted, and the page can be rendered according to the generated DOM tree. According to the method and the device, the element nodes can be deleted according to the designated identification, so that the page obtained by rendering meets the requirements of the current operating environment, the codes do not need to be deleted manually, a plurality of code branches of a software project do not need to be maintained, and the maintenance difficulty is reduced.
The embodiment of the present invention further provides an electronic device, as shown in fig. 3, which includes a processor 301, a communication interface 302, a memory 303, and a communication bus 304, where the processor 301, the communication interface 302, and the memory 303 complete mutual communication through the communication bus 304,
a memory 303 for storing a computer program;
the processor 301 is configured to implement the following steps when executing the program stored in the memory 303:
loading HTML codes of the software project;
in the process of generating the DOM tree through the HTML codes, judging whether attribute information of an element node comprises a designated identifier corresponding to the current operating environment or not when generating one element node;
if the attribute information of the element node comprises the designated identification, deleting the element node;
and rendering the page based on the generated DOM tree.
The processor 301 is further configured to implement other method steps in the above-described method embodiments, which can be referred to in the description of the method embodiments.
The communication bus mentioned in the electronic device may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the electronic equipment and other equipment.
The Memory may include a Random Access Memory (RAM) or a Non-Volatile Memory (NVM), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components.
In yet another embodiment of the present invention, a computer-readable storage medium is further provided, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of any of the above page rendering methods.
In yet another embodiment, a computer program product containing instructions is also provided, which when run on a computer causes the computer to perform the method of any of the above embodiments of page rendering.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the device, electronic device, and media embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for relevant points.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (12)

1. A method of page rendering, comprising:
loading hypertext markup language (HTML) codes of the software items;
in the process of generating a Document Object Model (DOM) tree through the HTML codes, judging whether attribute information of an element node comprises a designated identifier corresponding to the current operating environment or not when generating one element node;
if the attribute information of the element node comprises the designated identification, deleting the element node;
and rendering the page based on the generated DOM tree.
2. The method according to claim 1, wherein before determining whether the specified identity is included in the attribute information of the element node, the method further comprises:
in the process of generating the DOM tree through the HTML codes, judging whether the DOM node is an element node or not when generating one DOM node;
if the DOM node is an element node, executing a step of judging whether the attribute information of the element node comprises a specified identifier;
if the DOM node is not an element node, the DOM node is retained.
3. The method according to claim 1 or 2, wherein after determining whether the specified identifier is included in the attribute information of the element node, the method further comprises:
and if the attribute information of the element node does not comprise the specified identification, reserving the element node.
4. The method of claim 1, wherein deleting the element node comprises:
and if the element node comprises the child node, deleting the element node and the child node comprised by the element node.
5. The method according to claim 1, wherein the HTML code includes a plurality of specified identifiers corresponding to the execution environments, and for each execution environment, the specified identifier corresponding to the execution environment is used to indicate that, in the execution environment, the element node including the specified identifier needs to be deleted after being generated.
6. An apparatus for page rendering, comprising:
the loading module is used for loading hypertext markup language (HTML) codes of the software items;
the judging module is used for judging whether the attribute information of each element node comprises a designated identifier corresponding to the current operating environment when each element node is generated in the process of generating the Document Object Model (DOM) tree through the HTML codes;
a deleting module, configured to delete the element node if the attribute information of the element node includes the specified identifier;
and the rendering module is used for rendering the page based on the generated DOM tree.
7. The apparatus of claim 6, further comprising: a first retention module;
the judging module is also used for judging whether the DOM node is an element node or not when generating one DOM node in the process of generating the DOM tree through the HTML codes; if the DOM node is an element node, executing a step of judging whether the attribute information of the element node comprises a specified identifier;
and the first retaining module is used for retaining the DOM node if the DOM node is not the element node.
8. The apparatus of claim 6 or 7, further comprising:
and the second reserving module is used for reserving the element node if the attribute information of the element node does not comprise the specified identifier.
9. The apparatus of claim 6,
the deleting module is specifically configured to delete the element node and child nodes included in the element node if the element node includes child nodes.
10. The apparatus according to claim 6, wherein the HTML code includes a plurality of specified identifiers corresponding to the execution environments, and for each execution environment, the specified identifier corresponding to the execution environment is used to indicate that, in the execution environment, the element node including the specified identifier needs to be deleted after being generated.
11. An electronic device is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing mutual communication by the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any one of claims 1 to 5 when executing a program stored in the memory.
12. A computer-readable storage medium, characterized in that a computer program is stored in the computer-readable storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of the claims 1-5.
CN202110246501.8A 2021-03-05 2021-03-05 Page rendering method and device, electronic equipment and storage medium Pending CN115034182A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110246501.8A CN115034182A (en) 2021-03-05 2021-03-05 Page rendering method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110246501.8A CN115034182A (en) 2021-03-05 2021-03-05 Page rendering method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115034182A true CN115034182A (en) 2022-09-09

Family

ID=83118419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110246501.8A Pending CN115034182A (en) 2021-03-05 2021-03-05 Page rendering method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115034182A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209389A (en) * 2019-06-05 2019-09-06 卡斯柯信号(成都)有限公司 A kind of data generating tool development system based on XML
CN110647700A (en) * 2019-08-13 2020-01-03 平安普惠企业管理有限公司 Page resource loading method and device, computer equipment and storage medium
CN111181800A (en) * 2019-11-27 2020-05-19 腾讯科技(深圳)有限公司 Test data processing method and device, electronic equipment and storage medium
CN111666526A (en) * 2020-06-17 2020-09-15 广州市百果园信息技术有限公司 Page generation method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209389A (en) * 2019-06-05 2019-09-06 卡斯柯信号(成都)有限公司 A kind of data generating tool development system based on XML
CN110647700A (en) * 2019-08-13 2020-01-03 平安普惠企业管理有限公司 Page resource loading method and device, computer equipment and storage medium
CN111181800A (en) * 2019-11-27 2020-05-19 腾讯科技(深圳)有限公司 Test data processing method and device, electronic equipment and storage medium
CN111666526A (en) * 2020-06-17 2020-09-15 广州市百果园信息技术有限公司 Page generation method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
WO2017084345A1 (en) Method and device for form verification
US20090248801A1 (en) Automatic Change Detection and Notification System and Method
US8108360B2 (en) Database object update order determination
CN107729452B (en) Webpage loading method and device, electronic equipment and computer readable storage medium
US20110307238A1 (en) Methods for utilizing a javascript emulator in a web content proxy server and devices thereof
CN112765102B (en) File system management method and device
CN108038665B (en) Business rule management method, device, equipment and computer readable storage medium
CN113448862B (en) Software version testing method and device and computer equipment
US9760349B1 (en) Managing different software dependencies associated with source code
CN111124544A (en) Interface display method and device, electronic equipment and storage medium
CN111679976A (en) Method and device for searching page object
CN115292197A (en) Software testing method and device, electronic equipment and storage medium
CN108595656B (en) Data processing method and system
CN113569257A (en) User authority management method and device in gray scale release
CN115034182A (en) Page rendering method and device, electronic equipment and storage medium
CN114416641A (en) File data processing method and device, electronic equipment and storage medium
CN113077316B (en) Data display method and device
CN111736848B (en) Packet conflict positioning method, device, electronic equipment and readable storage medium
CN113050950A (en) Application program development method and device, electronic equipment and machine-readable storage medium
CN112783903B (en) Method and device for generating update log
CN114296793A (en) Anti-obfuscation method and device for obfuscated codes, readable medium and electronic device
CN114170044A (en) Automatic declaring method, device, storage medium and electronic equipment
CN113312900A (en) Data verification method and device
CN111242731A (en) Service execution method and device
CN111639007A (en) Data processing method, device, terminal and computer readable 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