CN116578799A - Method, device and medium for realizing association of applet and third party platform - Google Patents

Method, device and medium for realizing association of applet and third party platform Download PDF

Info

Publication number
CN116578799A
CN116578799A CN202310517125.0A CN202310517125A CN116578799A CN 116578799 A CN116578799 A CN 116578799A CN 202310517125 A CN202310517125 A CN 202310517125A CN 116578799 A CN116578799 A CN 116578799A
Authority
CN
China
Prior art keywords
applet
party platform
identification code
party
characteristic value
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
CN202310517125.0A
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.)
Shenzhen Fantai Geek Technology Co ltd
Original Assignee
Shenzhen Fantai Geek 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 Shenzhen Fantai Geek Technology Co ltd filed Critical Shenzhen Fantai Geek Technology Co ltd
Priority to CN202310517125.0A priority Critical patent/CN116578799A/en
Publication of CN116578799A publication Critical patent/CN116578799A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • 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/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K7/00Methods or arrangements for sensing record carriers, e.g. for reading patterns
    • G06K7/10Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
    • G06K7/14Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation using light without selection of wavelength, e.g. sensing reflected white light
    • G06K7/1404Methods for optical code recognition
    • G06K7/1408Methods for optical code recognition the method being specifically adapted for the type of code
    • G06K7/14172D bar codes
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Electromagnetism (AREA)
  • General Health & Medical Sciences (AREA)
  • Toxicology (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method, a device and a medium for realizing association of an applet and a third party platform. The method comprises the following steps: receiving a request of a developer for developing the applet for associating the applet with a specified third party platform, and acquiring a third party platform identification code from the specified third party platform; extracting the characteristics of the third-party platform identification code, and determining the characteristic value of the third-party platform identification code; and storing the characteristic value, the third-party platform identification code and the applet identification code of the applet into a data table, and determining the association relationship between the applet and the appointed third-party platform. The technical effect of fast and efficiently loading the applet is realized, and the technical problems of webpage blocking, slow loading, resource waste and the like possibly caused by the need of loading the webpage in the prior art are solved.

Description

Method, device and medium for realizing association of applet and third party platform
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method, an apparatus, and a medium for implementing association of an applet with a third party platform.
Background
Along with the development of the applet, how to realize the popularization of the applet becomes a main problem, at present, a developer realizes the association between the applet and a third party platform in a page loading mode, and when a user scans or the applet data, the technical problems of web page blocking, slow loading, resource waste and the like can be caused due to the fact that the page needs to be loaded.
Disclosure of Invention
Aiming at the defects of the prior art, the invention provides a method, a device and a medium for realizing association of an applet and a third party platform.
According to one aspect of the present invention, there is provided a method for implementing association of an applet with a third party platform, comprising:
receiving a request of a developer for developing the applet for associating the applet with a specified third party platform, and acquiring a third party platform identification code from the specified third party platform;
extracting the characteristics of the third-party platform identification code, and determining the characteristic value of the third-party platform identification code;
and storing the characteristic value, the third-party platform identification code and the applet identification code of the applet into a data table, and determining the association relationship between the applet and the appointed third-party platform.
Optionally, the method further comprises:
and returning the third party identification code of the associated applet to the developer terminal.
Optionally, the method further comprises:
responding to the operation of the user for scanning the third party identification code of the associated applet, and extracting the characteristics of the third party platform identification code used by the user for scanning to obtain a characteristic value;
and inquiring from the data table according to the characteristic value, and returning an applet to the user under the condition that the association relation is inquired.
Optionally, the method further comprises:
and returning error information to the user under the condition that the association relation is not queried.
According to another aspect of the present invention, there is provided an implementation apparatus for associating an applet with a third party platform, including:
the receiving module is used for receiving a request of a developer for developing the applet for associating the applet with the appointed third party platform and acquiring a third party platform identification code from the appointed third party platform;
the first determining module is used for extracting the characteristics of the third-party platform identification code and determining the characteristic value of the third-party platform identification code;
and the second determining module is used for storing the characteristic value, the third-party platform identification code and the applet identification code of the applet into the data table and determining the association relationship between the applet and the appointed third-party platform.
According to a further aspect of the present invention there is provided a computer readable storage medium storing a computer program for performing the method according to any one of the above aspects of the present invention.
According to still another aspect of the present invention, there is provided an electronic device including: a processor; a memory for storing the processor-executable instructions; the processor is configured to read the executable instructions from the memory and execute the instructions to implement the method according to any of the above aspects of the present invention.
Therefore, the invention associates the applet with the third party identification code, and in the popularization process, the user does not need to reload the applet through pages such as H5 and the like in the process of scanning the identification code, and can load the applet only through a data table query mode, thereby realizing the technical effect of fast and efficient loading of the applet, and further solving the technical problems of web page blocking, slow loading, resource waste and the like possibly caused by the need of loading the pages in the prior art.
Drawings
Exemplary embodiments of the present invention may be more completely understood in consideration of the following drawings:
FIG. 1 is a flow chart of an implementation method of associating an applet with a third party platform according to an exemplary embodiment of the invention;
FIG. 2 is a flow diagram of an applet associated with and used by a third party platform in accordance with an exemplary embodiment of the present invention;
FIG. 3 is a schematic diagram of an implementation device for associating an applet with a third party platform according to an exemplary embodiment of the invention;
fig. 4 is a structure of an electronic device provided in an exemplary embodiment of the present invention.
Detailed Description
Hereinafter, exemplary embodiments according to the present invention will be described in detail with reference to the accompanying drawings. It should be apparent that the described embodiments are only some embodiments of the present invention and not all embodiments of the present invention, and it should be understood that the present invention is not limited by the example embodiments described herein.
It should be noted that: the relative arrangement of the components and steps, numerical expressions and numerical values set forth in these embodiments do not limit the scope of the present invention unless it is specifically stated otherwise.
It will be appreciated by those of skill in the art that the terms "first," "second," etc. in embodiments of the present invention are used merely to distinguish between different steps, devices or modules, etc., and do not represent any particular technical meaning nor necessarily logical order between them.
It should also be understood that in embodiments of the present invention, "plurality" may refer to two or more, and "at least one" may refer to one, two or more.
It should also be appreciated that any component, data, or structure referred to in an embodiment of the invention may be generally understood as one or more without explicit limitation or the contrary in the context.
In addition, the term "and/or" in the present invention is merely an association relationship describing the association object, and indicates that three relationships may exist, for example, a and/or B may indicate: a exists alone, A and B exist together, and B exists alone. In the present invention, the character "/" generally indicates that the front and rear related objects are an or relationship.
It should also be understood that the description of the embodiments of the present invention emphasizes the differences between the embodiments, and that the same or similar features may be referred to each other, and for brevity, will not be described in detail.
Meanwhile, it should be understood that the sizes of the respective parts shown in the drawings are not drawn in actual scale for convenience of description.
The following description of at least one exemplary embodiment is merely exemplary in nature and is in no way intended to limit the invention, its application, or uses.
Techniques, methods, and apparatus known to one of ordinary skill in the relevant art may not be discussed in detail, but where appropriate, the techniques, methods, and apparatus should be considered part of the specification.
It should be noted that: like reference numerals and letters denote like items in the following figures, and thus once an item is defined in one figure, no further discussion thereof is necessary in subsequent figures.
Embodiments of the invention are operational with numerous other general purpose or special purpose computing system environments or configurations with electronic devices, such as terminal devices, computer systems, servers, etc. Examples of well known terminal devices, computing systems, environments, and/or configurations that may be suitable for use with the terminal device, computer system, server, or other electronic device include, but are not limited to: personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, microprocessor-based systems, set-top boxes, programmable consumer electronics, network personal computers, small computer systems, mainframe computer systems, and distributed cloud computing technology environments that include any of the foregoing, and the like.
Electronic devices such as terminal devices, computer systems, servers, etc. may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, etc., that perform particular tasks or implement particular abstract data types. The computer system/server may be implemented in a distributed cloud computing environment in which tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computing system storage media including memory storage devices.
Exemplary method
Fig. 1 is a flow chart of an implementation method of associating an applet with a third party platform according to an exemplary embodiment of the invention. The embodiment may be applied to an electronic device, and as shown in fig. 1, an implementation method 100 for associating an applet with a third party platform includes the following steps:
step 101, a request of associating the applet with a specified third party platform is received by a developer developing the applet, and a third party platform identification code is obtained from the specified third party platform.
The third party platform identification code may be a two-dimensional code, a link and other unique identification forms, which are not limited herein. The applet may be a web page, video, etc. promoted by the developer.
Referring to fig. 2, in the present invention, a request of associating a developer with a designated third party platform is received through an association platform, and then a request third party platform identification code is transmitted to the designated third party platform.
And 102, extracting the characteristics of the third-party platform identification code, and determining the characteristic value of the third-party platform identification code.
Wherein the third party identification code is for example: https:// www.123.com/456/6436b472a3f19d, intercept feature values.
And step 103, storing the characteristic value, the third-party platform identification code and the applet identification code of the applet into a data table, and determining the association relationship between the applet and the appointed third-party platform.
Specifically, the characteristic value, the third-party platform identification code and the applet identification code are associated into a data table, and the association relationship between the applet and the appointed third-party platform is determined.
Optionally, the method further comprises:
and returning the third party identification code of the associated applet to the developer terminal.
Specifically, as shown in fig. 2, the identification code after the association of the applet and the third party platform is returned to the developer terminal, and the developer can popularize the third party identification code, for example, in the form of a poster-pasted two-dimensional code.
Optionally, the method further comprises:
responding to the operation of the user for scanning the third party identification code of the associated applet, and extracting the characteristics of the third party platform identification code used by the user for scanning to obtain a characteristic value;
and inquiring from the data table according to the characteristic value, and returning an applet to the user under the condition that the association relation is inquired.
Specifically, as shown in fig. 2, in the case that the user scans through the association platform, the association platform determines whether the third party platform is associated with the applet by querying the association relationship in the data table, and does not need to load in a form of page reloading such as H5.
Optionally, the method further comprises:
and returning error information to the user under the condition that the association relation is not queried.
Specifically, in the event that the third party platform used by the user is not associated with the applet, an error message is returned to the user.
Therefore, the invention associates the applet with the third party identification code, and in the popularization process, the user does not need to reload the applet through pages such as H5 and the like in the process of scanning the identification code, and can load the applet only through a data table query mode, thereby realizing the technical effect of fast and efficient loading of the applet, and further solving the technical problems of web page blocking, slow loading, resource waste and the like possibly caused by the need of loading the pages in the prior art.
Exemplary apparatus
Fig. 3 is a schematic structural diagram of an implementation device for associating an applet with a third party platform according to an exemplary embodiment of the present invention. As shown in fig. 3, the apparatus 300 includes:
a receiving module 310, configured to receive a request from a developer who develops an applet to associate the applet with a specified third party platform, and obtain a third party platform identification code from the specified third party platform;
a first determining module 320, configured to perform feature extraction on the third party platform identifier, and determine a feature value of the third party platform identifier;
and the second determining module 330 is configured to store the feature value, the third party platform identification code, and the applet identification code of the applet in the data table, and determine an association relationship between the applet and the specified third party platform.
Optionally, the apparatus 300 further comprises:
and the first return module is used for returning the third party identification code of the associated applet to the developer terminal.
Optionally, the apparatus 300 further comprises:
the acquisition module is used for responding to the operation of the user for scanning the third party identification code of the associated applet, extracting the characteristics of the third party platform identification code used by the user for scanning, and acquiring the characteristic value;
and the second return module is used for inquiring from the data table according to the characteristic value, and returning the applet to the user under the condition that the association relation is inquired.
Optionally, the apparatus 300 further comprises:
and the third return module is used for returning error information to the user under the condition that the association relation is not inquired.
Exemplary electronic device
Fig. 4 is a structure of an electronic device provided in an exemplary embodiment of the present invention. As shown in fig. 4, the electronic device 40 includes one or more processors 41 and memory 42.
The processor 41 may be a Central Processing Unit (CPU) or other form of processing unit having data processing and/or instruction execution capabilities, and may control other components in the electronic device to perform desired functions.
Memory 42 may include one or more computer program products that may include various forms of computer-readable storage media, such as volatile memory and/or non-volatile memory. The volatile memory may include, for example, random Access Memory (RAM) and/or cache memory (cache), and the like. The non-volatile memory may include, for example, read Only Memory (ROM), hard disk, flash memory, and the like. One or more computer program instructions may be stored on the computer readable storage medium that may be executed by the processor 41 to implement the methods of the software programs of the various embodiments of the present invention described above and/or other desired functions. In one example, the electronic device may further include: an input device 43 and an output device 44, which are interconnected by a bus system and/or other forms of connection mechanisms (not shown).
In addition, the input device 43 may also include, for example, a keyboard, a mouse, and the like.
The output device 44 can output various information to the outside. The output device 44 may include, for example, a display, speakers, a printer, and a communication network and remote output apparatus connected thereto, etc.
Of course, only some of the components of the electronic device that are relevant to the present invention are shown in fig. 4 for simplicity, components such as buses, input/output interfaces, etc. being omitted. In addition, the electronic device may include any other suitable components depending on the particular application.
Exemplary computer program product and computer readable storage Medium
In addition to the methods and apparatus described above, embodiments of the invention may also be a computer program product comprising computer program instructions which, when executed by a processor, cause the processor to perform steps in a method according to various embodiments of the invention described in the "exemplary methods" section of this specification.
The computer program product may write program code for performing operations of embodiments of the present invention in any combination of one or more programming languages, including an object oriented programming language such as Java, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device, partly on a remote computing device, or entirely on the remote computing device or server.
Furthermore, embodiments of the present invention may also be a computer-readable storage medium, having stored thereon computer program instructions which, when executed by a processor, cause the processor to perform the steps in a method of mining history change records according to various embodiments of the present invention described in the "exemplary methods" section above in this specification.
The computer readable storage medium may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium can include, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium would include the following: an electrical connection having one or more wires, a portable disk, a hard disk, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The basic principles of the present invention have been described above in connection with specific embodiments, however, it should be noted that the advantages, benefits, effects, etc. mentioned in the present invention are merely examples and not intended to be limiting, and these advantages, benefits, effects, etc. are not to be considered as essential to the various embodiments of the present invention. Furthermore, the specific details disclosed herein are for purposes of illustration and understanding only, and are not intended to be limiting, as the invention is not necessarily limited to practice with the above described specific details.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different manner from other embodiments, so that the same or similar parts between the embodiments are mutually referred to. For system embodiments, the description is relatively simple as it essentially corresponds to method embodiments, and reference should be made to the description of method embodiments for relevant points.
The block diagrams of the devices, systems, apparatuses, systems according to the present invention are merely illustrative examples and are not intended to require or imply that the connections, arrangements, configurations must be made in the manner shown in the block diagrams. As will be appreciated by one of skill in the art, the devices, systems, apparatuses, systems may be connected, arranged, configured in any manner. Words such as "including," "comprising," "having," and the like are words of openness and mean "including but not limited to," and are used interchangeably therewith. The terms "or" and "as used herein refer to and are used interchangeably with the term" and/or "unless the context clearly indicates otherwise. The term "such as" as used herein refers to, and is used interchangeably with, the phrase "such as, but not limited to.
The method and system of the present invention may be implemented in a number of ways. For example, the methods and systems of the present invention may be implemented by software, hardware, firmware, or any combination of software, hardware, firmware. The above-described sequence of steps for the method is for illustration only, and the steps of the method of the present invention are not limited to the sequence specifically described above unless specifically stated otherwise. Furthermore, in some embodiments, the present invention may also be embodied as programs recorded in a recording medium, the programs including machine-readable instructions for implementing the methods according to the present invention. Thus, the present invention also covers a recording medium storing a program for executing the method according to the present invention.
It is also noted that in the systems, devices and methods of the present invention, components or steps may be disassembled and/or assembled. Such decomposition and/or recombination should be considered as equivalent aspects of the present invention. The previous description of the disclosed aspects is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects without departing from the scope of the invention. Thus, the present invention is not intended to be limited to the aspects shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
The foregoing description has been presented for purposes of illustration and description. Furthermore, this description is not intended to limit embodiments of the invention to the form disclosed herein. Although a number of example aspects and embodiments have been discussed above, a person of ordinary skill in the art will recognize certain variations, modifications, alterations, additions, and subcombinations thereof.

Claims (10)

1. A method for implementing association of an applet with a third party platform, comprising:
receiving a request of a developer for developing an applet for associating the applet with a specified third party platform, and acquiring a third party platform identification code from the specified third party platform;
extracting the characteristics of the third-party platform identification code, and determining the characteristic value of the third-party platform identification code;
and storing the characteristic value, the third-party platform identification code and the applet identification code of the applet into a data table, and determining the association relationship between the applet and the appointed third-party platform.
2. The method as recited in claim 1, further comprising:
and returning the third party identification code associated with the applet to a developer terminal.
3. The method as recited in claim 1, further comprising:
responding to the operation of the user for scanning the third party identification code associated with the applet, and extracting the characteristics of the third party platform identification code used by the user for scanning to obtain a characteristic value;
and inquiring from the data table according to the characteristic value, and returning the applet to the user under the condition that the association relation is inquired.
4. A method according to claim 3, further comprising:
and returning error information to the user under the condition that the association relation is not queried.
5. An apparatus for implementing association of an applet with a third party platform, comprising:
the receiving module is used for receiving a request of a developer for developing the applet for associating the applet with a specified third party platform and acquiring a third party platform identification code from the specified third party platform;
the first determining module is used for extracting the characteristics of the third-party platform identification code and determining the characteristic value of the third-party platform identification code;
and the second determining module is used for storing the characteristic value, the third-party platform identification code and the applet identification code of the applet into a data table and determining the association relationship between the applet and the appointed third-party platform.
6. The apparatus as recited in claim 5, further comprising:
and the first return module is used for returning the third party identification code associated with the applet to the developer terminal.
7. The apparatus as recited in claim 5, further comprising:
the acquisition module is used for responding to the operation of the user for scanning the third party identification code associated with the applet, extracting the characteristics of the third party platform identification code used by the user for scanning, and acquiring the characteristic value;
and the second return module is used for inquiring from the data table according to the characteristic value, and returning the applet to the user under the condition that the association relation is inquired.
8. The apparatus as recited in claim 7, further comprising:
and the third return module is used for returning error information to the user under the condition that the association relation is not inquired.
9. A computer readable storage medium, characterized in that the storage medium stores a computer program for executing the method of any of the preceding claims 1-4.
10. An electronic device, the electronic device comprising:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to read the executable instructions from the memory and execute the instructions to implement the method of any of the preceding claims 1-4.
CN202310517125.0A 2023-05-09 2023-05-09 Method, device and medium for realizing association of applet and third party platform Pending CN116578799A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310517125.0A CN116578799A (en) 2023-05-09 2023-05-09 Method, device and medium for realizing association of applet and third party platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310517125.0A CN116578799A (en) 2023-05-09 2023-05-09 Method, device and medium for realizing association of applet and third party platform

Publications (1)

Publication Number Publication Date
CN116578799A true CN116578799A (en) 2023-08-11

Family

ID=87535281

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310517125.0A Pending CN116578799A (en) 2023-05-09 2023-05-09 Method, device and medium for realizing association of applet and third party platform

Country Status (1)

Country Link
CN (1) CN116578799A (en)

Similar Documents

Publication Publication Date Title
US10325009B2 (en) Method and apparatus for using custom component parsing engine to parse tag of custom component
US11930096B2 (en) Systems and methods for rendering interactive web pages
CN110888972A (en) Sensitive content identification method and device based on Spark Streaming
CN110704025A (en) Method and device for generating coding specification tool, storage medium and electronic equipment
CN111427630B (en) Cold start optimization method and device, electronic equipment and storage medium
CN117215540A (en) Code generation method, device and system of remote procedure call framework
CN116578799A (en) Method, device and medium for realizing association of applet and third party platform
CN111045983B (en) Nuclear power station electronic file management method, device, terminal equipment and medium
CN110765003B (en) Code detection method, device and equipment and storage medium
CN114936368A (en) Java memory Trojan detection method, terminal device and storage medium
CN110309121B (en) Log processing method and device, computer readable medium and electronic equipment
CN111324707A (en) User interaction method and device, computer-readable storage medium and electronic equipment
CN113704242A (en) Data processing method and device
CN112835609A (en) Method and device for modifying dependent package download address
US11960560B1 (en) Methods for analyzing recurring accessibility issues with dynamic web site behavior and devices thereof
CN117312347A (en) Data batch updating method, device, medium and equipment
US20230305817A1 (en) Dynamic importation of external dependency information to support autocompletion in an interactive development environment
CN117370691A (en) Page loading method and device, medium and electronic equipment
CN118333044A (en) Content AI (advanced technology attachment) examination method, device and medium
CN116932095A (en) Method and device for dynamically controlling system behavior based on data state machine diagram
CN115344647A (en) Block chain data processing method, device, equipment and medium
CN116382897A (en) Dynamic resource management method and device, storage medium and electronic equipment
CN117097715A (en) Method and device for uploading and downloading cloud disk data through ETL tool
CN117435272A (en) Dynamic component loading method, device and medium based on Vue
CN117931117A (en) Automatic audio playing method, device and medium for WeChat 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